649 / Memcrashed-DDoS-Exploit

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

How find IP's for bots.txt #38

Closed Allespro closed 5 years ago

Allespro commented 6 years ago

I scanned servers by port 11211, and found about 20000 servers, but they are not working. Tell me, how can i find bots by scanning network.

Deadlineem commented 5 years ago

zmap -M udp -p 11211 --probe-args=file:memcache_11211.pkt -o bots.txt

memcache_11211.zip

Thank me later.

MensoMG commented 3 years ago

zmap -M udp -p 11211 --probe-args=file:memcache_11211.pkt -o bots.txt

memcache_11211.zip

Thank me later.

output error

Aug 17 13:36:24.775 [INFO] zmap: output module: csv
Aug 17 13:36:24.776 [FATAL] udp: could not open UDP data file 'localtime'
Allespro commented 2 years ago

zmap -M udp -p 11211 --probe-args=file:memcache_11211.pkt -o bots.txt memcache_11211.zip Thank me later.

output error

Aug 17 13:36:24.775 [INFO] zmap: output module: csv
Aug 17 13:36:24.776 [FATAL] udp: could not open UDP data file 'localtime'

For me works well. Did you run zmap with root permission?

mynameistp commented 1 year ago

image

How to solve this problem