Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Responder is not Running with default shebang #126

Open
fabianfrz opened this issue Apr 21, 2017 · 2 comments
Open

Responder is not Running with default shebang #126

fabianfrz opened this issue Apr 21, 2017 · 2 comments

Comments

@fabianfrz
Copy link

./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
Copy link

bloke28 commented Oct 4, 2019

Works with python2 try:
sudo python2 Responder.py -I eth0 -wrf

If python2 not found install with
pacman -S python2

@fabianfrz
Copy link
Author

@bloke28 just read my ticket carefully.

The version is not given so it is crashing because it expects something that is not given (python == python2). The script should be migrated if possible as version 2 is effectively dead.

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

No branches or pull requests

2 participants