View Issue Details

IDProjectCategoryView StatusLast Update
0000548Kali LinuxNew Tool Requestspublic2015-08-18 12:46
ReporterNu11ers3t Assigned Todookie  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Summary0000548: Add zmap scanner!
Description

Hello all, this is the new scanner.

https://zmap.io/download.html

I think this tool have all chances to be the best scanner.

I have scanned founded 500 systems with opened 3389 port for 20 seconds.

It is great, it is faster then nmap.

To use:

zmap --bandwidth=1000M --target-port=3389 --max-results=10000 --output-file=/root/Desktop/results.txt

It will scan all internet and log IPs with open 3389 port.

The maximum of found hosts are 10000

It will save in /root/Desktop/results.txt

If you have this error:

Aug 28 00:42:54.253 [INFO] zmap: started
Aug 28 00:42:54.473 [ERROR] get-gw: ioctl failure: Cannot assign requested address
Aug 28 00:42:54.473 [FATAL] zmap: could not detect default IP address for for eth0. Try specifying a source address (-S).

Try to:

zmap --bandwidth=1000M --target-port=3389 --max-results=10000 --output-file=/root/Desktop/results.txt -i wlan0

Activities

dookie

dookie

2013-08-28 11:55

reporter   ~0000803

zmap is a great tool for research but it is not a pentesting tool. It does not have the ability to scan a specific range of IP addresses and pentesters are not required to scan the entire Internet.

Issue History

Date Modified Username Field Change
2013-08-27 20:42 Nu11ers3t New Issue
2013-08-28 11:55 dookie Note Added: 0000803
2013-08-28 11:55 dookie Status new => closed
2013-08-28 11:55 dookie Assigned To => dookie
2013-08-28 11:55 dookie Resolution open => won't fix
2015-08-18 12:46 g0tmi1k Priority immediate => normal