We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66420e commit 4a58ed2Copy full SHA for 4a58ed2
README.md
@@ -58,6 +58,9 @@ The mobile pentest toolkit (MPT) was presented on conference OWASP Bucharest App
58
59
## Installation using PIPX (preferred installation method)
60
```
61
+pipx install mptsec
62
+
63
+# alternative way install from a public repository
64
pipx install git+https://github.com/ByteSnipers/mobile-pentest-toolkit --include-deps
65
66
mpt/settings.py
@@ -5,7 +5,7 @@
5
import mpt.config
6
from mpt.config import Config
7
8
-__version__ = '0.7.50'
+__version__ = '0.7.51'
9
HOME_FOLDER = expanduser("~")
10
DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/")
11
MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin')
0 commit comments