Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

nmap problem


ghost's Avatar
0 0

Ok, i saw a topic liek this, but it does not fit my problem, so here it is: Every IP i try to scan it says : "Note: Host seems down. If it is really up, but blocking our ping probes, try -P0 Nmap finished: 1 IP address (0 hosts up) scanned in 4.328 seconds" I'll copy it : (example with redrooster.com)

C:\hacks\Nmap>nmap redrooster.com

Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2006-07-28 16:45 FLE Dayl ight Time Note: Host seems down. If it is really up, but blocking our ping probes, try -P0

Nmap finished: 1 IP address (0 hosts up) scanned in 4.328 seconds

C:\hacks\Nmap>ping redrooster.com

Pinging redrooster.com [64.40.102.44] with 32 bytes of data:

Reply from 64.40.102.44: bytes=32 time=221ms TTL=44 Reply from 64.40.102.44: bytes=32 time=210ms TTL=44 Reply from 64.40.102.44: bytes=32 time=212ms TTL=44

Ping statistics for 64.40.102.44: Packets: Sent = 3, Received = 3, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 210ms, Maximum = 221ms, Average = 214ms Control-C ^C Yeah, the most funny thing is nmap can`t scan it, but default ping is receiving reply's… :( The strange thing is, it works on neighbours(which are on same ISP like me) P.S. I am using Windows SP1 & nmap version=4.11 Ask whatever you wanna know, by the way it's my first time using this program


ghost's Avatar
0 0

try using other commands besides "nmap site.com"

nmap -P0 -O -vv -sS site.com P0 is a 'p' and a 'zero', but -O is an 'o'.


ghost's Avatar
0 0

C:\hacks\Nmap>nmap -P0 -O -vv -sS redrooster.com

Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2006-07-28 21:28 FLE Dayl ight Time DNS resolution of 1 IPs took 0.02s. Initiating SYN Stealth Scan against cluster1.hitfarm.com (64.40.102.44) [1680 po rts] at 21:28 SYN Stealth Scan Timing: About 8.66% done; ETC: 21:33 (0:05:23 remaining) The SYN Stealth Scan took 343.01s to scan 1680 total ports. Warning: OS detection will be MUCH less reliable because we did not find at lea st 1 open and 1 closed TCP port Host cluster1.hitfarm.com (64.40.102.44) appears to be up … good. All 1680 scanned ports on cluster1.hitfarm.com (64.40.102.44) are filtered Too many fingerprints match this host to give specific OS details TCP/IP fingerprint: SInfo(V=4.11%P=i686-pc-windows-windows%D=7/28%Tm=44CA58AE%O=-1%C=-1) T5(Resp=N) T6(Resp=N) T7(Resp=N) PU(Resp=N)

Nmap finished: 1 IP address (1 host up) scanned in 377.360 seconds Raw packets sent: 3384 (150.888KB) | Rcvd: 0 (0B) I smell bad luck :xx: Just to mention, when friend make a succesful scan on site.com, i can`t make the same succesful scan like him, i got "Note: Host seems down. If it is really up, but blocking our ping probes, try -P0" Something is going on to this program(or to my computer) Edit: Can you show your results on scanning redrooster.com ?