Skip to content

Commit

Permalink
Fixing banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alterakey committed Jan 28, 2025
1 parent 1aac1d0 commit 16a91aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
readme = "README.md"
keywords = ['android', 'security', 'pentest', 'hacking']
keywords = ['ios', 'android', 'security', 'pentest', 'hacking']
dependencies = [
"lxml~=5.0",
"pyyaml~=6.0",
Expand Down
4 changes: 2 additions & 2 deletions trueseeing/app/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _version(cls) -> str:
from trueseeing import __version__
# ..............................................................................80
return (
f'Trueseeing {__version__}, an non-decompiling Android app vulnerability scanner\n'
f'Trueseeing {__version__}, an non-decompiling iOS/Android app vulnerability scanner\n'
'Copyright (C) Takahiro Yoshimura <[email protected]> et al.\n' # noqa: E131
'All rights reserved. Licensed under the terms of GNU General Public License Version 3 or later.\n'
)
Expand All @@ -34,7 +34,7 @@ def invoke(self) -> int:
log_level = ui.INFO
cmdlines = []

parser = ArgumentParser(description='Non-decompiling Android app vulnerability scanner')
parser = ArgumentParser(description='Non-decompiling iOS/Android app vulnerability scanner')
args_mut0 = parser.add_mutually_exclusive_group()
args_mut1 = parser.add_mutually_exclusive_group()
parser.add_argument('fn', nargs='?', metavar='FILE', help='Target APK file')
Expand Down

0 comments on commit 16a91aa

Please sign in to comment.