LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   O.S identification via Ping command ? (https://www.linuxquestions.org/questions/linux-networking-3/o-s-identification-via-ping-command-821839/)

sulekha 07-24-2010 02:17 AM

O.S identification via Ping command ?
 
O.S identification via Ping command ?

Windows Os uses letters to fill out a payload, and linux uses numbers, so we can tailor our search to see what OS certain pings are coming from using ngrep isn't it ?


ex:- ngrep -qpd eth0 'abcd' icmp
ngrep -qdp eth0 '1234' icmp

in a similar way how can i take the o/p of a ping broadcast command ( ping -b 192.168.0.255) and identify which OS is in a particular Host ?

I have seen the TTL method given here :- http://rahulhackingarticles.wetpaint...stem+detection

how correct is this or is there any other reliable way for O.S identification vi ping command ?

Web31337 07-24-2010 03:54 AM

why not ask nmap?


All times are GMT -5. The time now is 12:09 AM.