I know how to do a zombie scan but my question is how do you find a zombie host?
Asked
Active
Viewed 2,519 times
0
-
Have you done any research on your question? https://gbhackers.com/idle-zombie-scan-nmap/ – schroeder Sep 22 '17 at 08:12
1 Answers
1
You can read the documentation of nmap here, who have a section "Finding a Working Idle Scan Zombie Host".
It explain that you must find a host with IPID sequences of either Incremental or Broken little-endian incremental.
You can use a command like sudo nmap -sA -O -v <IP>
and find which host has a Incremental or Broken little-endian incremental IPID.
![](../../users/profiles/159252.webp)
Kjnokeer
- 11
- 1