2012년 6월 15일 금요일

OS detection(fingerprinting)

Use nmap

 nmap -PN -O ip_address
     
         option -PN : Skip the host discovery(Treat all hosts as online).
                      -O : Enable OS detection.

         ex). nmap -PN -O 192.168.0.1/24

        View more option
        View Understanding an Nmap Fingerprint
        View nmap OS database

댓글 없음:

댓글 쓰기