Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSnipers committed Jan 25, 2025
1 parent b66420e commit 4a58ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ The mobile pentest toolkit (MPT) was presented on conference OWASP Bucharest App

## Installation using PIPX (preferred installation method)
```
pipx install mptsec
# alternative way install from a public repository
pipx install git+https://github.com/ByteSnipers/mobile-pentest-toolkit --include-deps
```

Expand Down
2 changes: 1 addition & 1 deletion mpt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import mpt.config
from mpt.config import Config

__version__ = '0.7.50'
__version__ = '0.7.51'
HOME_FOLDER = expanduser("~")
DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/")
MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin')
Expand Down

0 comments on commit 4a58ed2

Please sign in to comment.