Open BeanBagKing opened 5 years ago
i got almost the same question,when the program running in the front terminal it prints pretty much results,when running in the background ,it has little result.so odd. I recommend that you using scamper to ping .
This is odd, I started typing this believing that it was simply when a large number of hosts were being scanned. However, I then found out the same behavior is exhibited when a single host is scanned, but it is done at a slow rate. It seems to be a slow rate/host that results in no ICMP discoveries.
I have a scan I have been running against my address space. When targeting a single host, I get back the expected ICMP result (
Ports: 0/open/icmp////
). However, when running the exact same scan, but using more than one host, eg. either a CIDR block (/24), input list (-iL), or even an individual listing of multiple hosts, I do not get back any ICMP results.Next, here's what happens when I try the scan at different rates. Note that the first scan is running at the default rate of 100pps, and the second scan is running at 3500pps (at 1409 ports, and 1 host, it's basically fire-hosing it).
Edit: forgot...
Also, I noticed that when you use --echo, it corresponds to a "port" scan of I:0 (which is why I used it in my conf), when you --arp, you get I:2. Is there an I:1, or an I:3?