nmap:scan_for_a_specific_port
Differences
This shows you the differences between two versions of the page.
nmap:scan_for_a_specific_port [2016/07/07 23:53] – created peter | nmap:scan_for_a_specific_port [2019/12/01 11:21] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Scan for a specific Port ====== | ||
- | |||
- | Specify the port you want nmap to scan with **" | ||
- | |||
- | <code bash> | ||
- | sudo nmap -p 80 sharewiz.net | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for sharewiz.net (5.42.134.35) | ||
- | Host is up (0.0016s latency). | ||
- | rDNS record for 5.42.134.35: | ||
- | PORT STATE SERVICE | ||
- | 80/tcp open http | ||
- | |||
- | Nmap done: 1 IP address (1 host up) scanned in 1.31 seconds | ||
- | </ | ||
nmap/scan_for_a_specific_port.1467935624.txt.gz · Last modified: 2020/07/15 09:30 (external edit)