We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi ! I don't know why I've got this error message when trying to inject the js with the line:
~/.local/bin/mitmdump -s injector.py 'http://192.168.1.32:8000/script.js
in script injector.py: No module named 'bs4' Proxy server listening at http://*:8080
Of course I've tryed to reinstall bs4 with pip3, pip and even apt but same issue...
I was thinking that BeautifulSoup may use an other version of python Or isn't installed for the used version of python (3.6.5) ?
But
python3 from bs4 import BeautifulSoup
Doesn't return any error and same result with python (2.7)....
I've also tried with the mitdump binarie file without success :/
Any ideas or others people with same issue ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
I don't know why I've got this error message when trying to inject the js with the line:
~/.local/bin/mitmdump -s injector.py 'http://192.168.1.32:8000/script.js
Of course I've tryed to reinstall bs4 with pip3, pip and even apt but same issue...
I was thinking that BeautifulSoup may use an other version of python
Or isn't installed for the used version of python (3.6.5) ?
But
Doesn't return any error and same result with python (2.7)....
I've also tried with the mitdump binarie file without success :/
Any ideas or others people with same issue ?
The text was updated successfully, but these errors were encountered: