Python3 Support?
servebeer opened this issue · 6 comments
Are there plans to extend Responder so that runs in python3? Currently I get errors about a mal-formed print command in the script, when I try to run it with pythons3.
please provide the stacktrace
If you can send me some instructions
How did you install Responder? Did it come via some operating system distribution?
If you do:
git clone https://github.com/lgandx/Responder.git
cd Responder
virtualenv venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 Responder.py -I eth0 -A
Does it then work?
You can also use tagged versions: https://github.com/lgandx/Responder/tags
@fgeek Thanks for the suggestions. Cloning the repo fixed the issue for me. I am running it on Kali under Windows 11 (Windows Subsystem for Linux). Every now and then WSL causes some issues.
Cloning the repo fixed the issue for me
Alright. You can close this issue and create a new one related to WSL issues if needed. Happy hacking!