Responder is not Running with default shebang
fabianfrz opened this issue · 2 comments
fabianfrz commented
./Responder.py
File "./Responder.py", line 42
print color("[!] Responder must be run as root.")
^
SyntaxError: invalid syntax
Reason: python is Python 3 on Arch Linux. The Shebang must be python2 or the script should also run with python 3.
bloke28 commented
Works with python2 try:
sudo python2 Responder.py -I eth0 -wrf
If python2 not found install with
pacman -S python2