Difference between revisions of "Nmap"

From Notes_Wiki
(Created page with "=nmap= nmap is very popular port scanning tool. It supports various scanning methods, allows scanning of ports through spoofed addresses and can also perform OS and service d...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=nmap=
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Network related tools]] > [[Nmap]]


nmap is very popular port scanning tool. It supports various scanning methods, allows scanning of ports through spoofed addresses and can also perform OS and service detection with great accuracy.  
nmap is very popular port scanning tool. It supports various scanning methods, allows scanning of ports through spoofed addresses and can also perform OS and service detection with great accuracy.  
Line 6: Line 6:
==Converting MAC addresses to vendor names==
==Converting MAC addresses to vendor names==
When we try to do ping scan -sP with nmap for machines on LAN, it informs whether host is alive or not and also prints MAC address of the alive hosts. Along with MAC address vendor who manufactured the NIC is also shown. nmap uses '<tt>/usr/share/nmap/nmap-mac-prefixes</tt>' to convert MAC address (OUI part) to vendor name. The file is in plain-text format and other programs can also use it to convert MAC addresses to vendor names.
When we try to do ping scan -sP with nmap for machines on LAN, it informs whether host is alive or not and also prints MAC address of the alive hosts. Along with MAC address vendor who manufactured the NIC is also shown. nmap uses '<tt>/usr/share/nmap/nmap-mac-prefixes</tt>' to convert MAC address (OUI part) to vendor name. The file is in plain-text format and other programs can also use it to convert MAC addresses to vendor names.
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Network related tools]] > [[Nmap]]

Latest revision as of 13:02, 23 August 2022

Home > CentOS > CentOS 6.x > Network related tools > Nmap

nmap is very popular port scanning tool. It supports various scanning methods, allows scanning of ports through spoofed addresses and can also perform OS and service detection with great accuracy.


Converting MAC addresses to vendor names

When we try to do ping scan -sP with nmap for machines on LAN, it informs whether host is alive or not and also prints MAC address of the alive hosts. Along with MAC address vendor who manufactured the NIC is also shown. nmap uses '/usr/share/nmap/nmap-mac-prefixes' to convert MAC address (OUI part) to vendor name. The file is in plain-text format and other programs can also use it to convert MAC addresses to vendor names.



Home > CentOS > CentOS 6.x > Network related tools > Nmap