What's Under the Christmas Tree?
Networking - NMAP
Last updated
Was this helpful?
Networking - NMAP
Last updated
Was this helpful?
Connect Scan - nmap -sT <ip>
SYN Scan - nmap -sS <ip>
nmap --script ftp-proftpd-backdoor -p 21 <ip_address>
Flag
Description
-A
Scan the host to identify services running by matching against Nmap's database with OS detection
-O
Scan the host to retrieve and perform OS detection
-p
Scan a specific port number on the host. A range of ports can also be provided (i.e. 10-100) by using the first and last value of the range
-p-
Scan all ports (0-65535) on the host
-sV
Scan the host using TCP and perform version fingerprinting
https://en.wikipedia.org/wiki/Snort_(software)
1998
80,2222,3389
-Pn
flag to ignore ICMP being used to determine if the host is upNo answer needed
-A
and -sV
whilst comparing the outputs given.No answer needed
Ubuntu
Blog
No answer needed
(PTES)