Author Topic: Ultimate Host discovery  (Read 1610 times)

0 Members and 1 Guest are viewing this topic.

Offline rucciva

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Ultimate Host discovery
« on: January 24, 2012, 10:50:07 am »
hi everyone, i'm just wondering about this,,
is there any host discovery technique that will work even when the target disable all kind of icmp and uses statefull firewall configuration ???
--CMIIW--

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: Ultimate Host discovery
« Reply #1 on: January 24, 2012, 03:52:30 pm »
just do regular nmap scan,add -PN to skip icmp and you will be fine

Offline rucciva

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Re: Ultimate Host discovery
« Reply #2 on: January 25, 2012, 04:04:01 am »
if the target using firewall with stateful configuration and block all 1000 highest port, would the result show the target is not up,,,,
CMIIW
--CMIIW--

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Ultimate Host discovery
« Reply #3 on: January 25, 2012, 11:49:11 am »
If nMap shows all ports as closed, then either the host doesn't have anything open or the firewall is very tight. Usually it would at least have port 80 open even if it doesn't run a HTTP service. If it's a windows machine on stock or very little config, it will have ports 143 and 455 (or something) open.
-PN option is only helpful if the host responds that it's offline even though it isn't, it will not bypass the port filters.
How to bypass the firewall completely - I have no idea :D

Offline rucciva

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Re: Ultimate Host discovery
« Reply #4 on: January 25, 2012, 02:56:08 pm »
If nMap shows all ports as closed, then either the host doesn't have anything open or the firewall is very tight. Usually it would at least have port 80 open even if it doesn't run a HTTP service. If it's a windows machine on stock or very little config, it will have ports 143 and 455 (or something) open.
-PN option is only helpful if the host responds that it's offline even though it isn't, it will not bypass the port filters.
How to bypass the firewall completely - I have no idea :D


so are you saying although the firewall blocked the port, nmap will result in the port is being closed and by other means, the host is up???
--CMIIW--

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Ultimate Host discovery
« Reply #5 on: January 25, 2012, 04:33:32 pm »
yeah. If you scan the host, sometimes you get that the host is down. You then use -PN and get that the host is up (not 100% accurate) but all the ports reports as closed.
« Last Edit: January 25, 2012, 04:33:47 pm by Kulverstukas »