nmap Revisited Device Identification
6.3.3 nmap Revisited
You can also do stack fingerprinting with nmap by using the -O option: bsd1 nmap -O 172.16.2.230 Starting nmap V. 2.12 by Fyodor fyodordhp.com, www.insecure.orgnmap WARNING: OS didnt match until the 2 try Interesting ports on 172.16.2.230: Port State Protocol Service 21 open tcp ftp 80 open tcp http 135 open tcp loc-srv 139 open tcp netbios-ssn 443 open tcp https 1032 open tcp iad3 6666 open tcp irc-serv 7007 open tcp afs3-bos TCP Sequence Prediction: Class=trivial time dependency Difficulty=0 Trivial joke Remote operating system guess: Windows NT4 Win95 Win98 Nmap run completed—1 IP address 1 host up scanned in 5 seconds You can suppress most of the port information by specifying a particular port. For example: bsd1 nmap -p80 -O 172.16.2.230 Starting nmap V. 2.12 by Fyodor fyodordhp.com, www.insecure.orgnmap Interesting ports on 172.16.2.230: Port State Protocol Service 80 open tcp http TCP Sequence Prediction: Class=trivial time dependency Difficulty=0 Trivial joke Remote operating system guess: Windows NT4 Win95 Win98 Nmap run completed—1 IP address 1 host up scanned in 1 second 119 You will probably want to do this if you are scanning a range of machines to save time. However, if you dont restrict nmap to a single port, you are more likely to get a useful answer. Results can be vague at times. This is what nmap returned on one device: ... Remote OS guesses: Cisco Catalyst 1900 switch or Netopia 655-UPOTS ISDN Router, Datavoice TxPORT PRISM 3000 T1 CSUDSU 6.222.06, MultiTech CommPlete Controlle r, IBM MVS TCPIP stack V. 3.2, APC MasterSwitch Network Power Controller, AXIS or Meridian Data Network CD-ROM server, Meridian Data Network CD-ROM Server V4. 20 Nov 26 1997, WorldGroup BBS MajorBBS wTCPIP The correct answer is none of the above. A system that may not be recognized by nmap may be recognized by queso or vice versa.6.4 Scripts
Parts
» Network Troubleshooting tool
» General Approaches to Troubleshooting
» Need for Troubleshooting Tools
» Documentation Troubleshooting and Management
» Ego management Management Practices
» Legal and ethical considerations
» Economic considerations Management Practices
» Basic Configuration Files System Configuration Files
» Configuration Programs Kernel System Configuration Files
» Application files Security files Log files
» Microsoft Windows Host Configurations
» Installing New Cabling Cabling
» Maintaining Existing Cabling Cabling
» Cable testers Testing Cabling
» Testing Adapters Connectivity Testing
» ping Software Testing with ping
» Simple examples Interpreting results
» Security and ICMP Smurf Attacks
» Ping of Death Other problems
» fping echoping Alternatives to ping
» arping Other programs Alternatives to ping
» Microsoft Windows Connectivity Testing
» Options Complications with traceroute
» Performance Measurements Path Performance
» ping revisited Bandwidth Measurements
» Packet pair software Bandwidth Measurements
» Traffic Measurements with netstat
» Microsoft Windows Path Characteristics
» Traffic Capture Tools Packet Capture
» Access to Traffic Packet Capture
» Controlling program behavior tcpdump Options
» Controlling how information is displayed
» Protocol and port filtering.
» tcpdpriv tcpflow Analysis Tools
» trafshow xplot Other Packet Capture Programs
» Switch Security Dark Side of Packet Capture
» Protecting Yourself Dark Side of Packet Capture
» Characteristics of Management Software
» IP Address Management Device Discovery
» Stack Fingerprinting Device Identification
» nmap Revisited Device Identification
» Autodiscovery with tkined tkined
» Politics and Security Device Discovery and Mapping
» Cyberkit Other Tools for Windows
» Overview of SNMP Device Monitoring with SNMP
» Configuration and options NET SNMP UCD SNMP
» snmpgetnext, snmpwalk, and snmptable
» snmpset snmptranslate NET SNMP UCD SNMP
» snmpnetstat NET SNMP UCD SNMP
» scotty SNMP-Based Management Tools
» Monitoring SNMP objects Other commands Caveats
» Windows SNMP Setup SNMP Tools
» Other Options Microsoft Windows
» mrtg configuration file mrtg
» rrd and the Future of mrtg cricket
» Host-Monitoring Tools RMON Performance Measurement Tools
» ntop, mrtg, and cricket on Windows
» getif revisited Microsoft Windows
» hping Custom Packets Generators
» nemesis Custom Packets Generators
» Other tools Custom Packets Generators
» Microsoft Windows Testing Connectivity Protocols
» nslookup and dig Name Services
» Microsoft Windows Application-Level Tools
» Automating Documentation Communications Tools
» Log File Management Log Files and Auditing
» tcpwrappers Other Approaches to Logging
» Microsoft Windows Miscellaneous Tools
» Generic Troubleshooting Troubleshooting Strategies
» Firewall testing Installation Testing
» General steps Performance Analysis and Monitoring
Show more