649 / Memcrashed-DDoS-Exploit

DDoS attack tool for sending forged UDP packets to vulnerable Memcached servers obtained using Shodan API
1.33k stars 465 forks source link

Crash starting #8

Closed cbk914 closed 6 years ago

cbk914 commented 6 years ago

On Kali Linux (all dependencies installed):

python Memcrashed.py

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

Solved adding at beginning of file:

-- coding: utf8 --

649 commented 6 years ago

Merged the fix, thank you. My IDE sometimes does that when I'm editing scripts, my apologies.