SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.39k stars 324 forks source link

Non-ASCII character '\xe2' in file seth.sh on line 4 #5

Closed maldevel closed 7 years ago

maldevel commented 7 years ago

File "seth.sh", line 4 SyntaxError: Non-ASCII character '\xe2' in file seth.sh on line 4, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Tested on Kali Linux and Debian 8.7.x.

AdrianVollmer commented 7 years ago

I don't understand. Are you passing a shell script to python? You should call seth via bash seth.sh or ./seth.sh if the executable flag is set.

maldevel commented 7 years ago

everything works mate. thx for answering.