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

Python package problem #40

Open
dijey099 opened this issue Feb 17, 2022 · 1 comment
Open

Python package problem #40

dijey099 opened this issue Feb 17, 2022 · 1 comment

Comments

@dijey099
Copy link

Is it possible to write sslstrip in python 3?
Because python 2 is deprecated and in Kali linux 2022.2, python 2 is no longer usual

I have zope.interface module error, I tried to install it but not working

@MrGrep-HTB
Copy link

Hey @dijey099 below command works
Before cloning repo you may run

sudo apt-get install python-pip
pip2 install twisted

additionally you need openssl module as well
pip install pyOpenSSL

after this, you may clone the repo and run the script, it will work just fine.

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

2 participants