nmap:scan_multiple_ports
Differences
This shows you the differences between two versions of the page.
nmap:scan_multiple_ports [2016/07/08 00:13] – created peter | nmap:scan_multiple_ports [2019/12/01 11:26] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Scan Multiple Ports ====== | ||
- | |||
- | Scan multiple ports using the **" | ||
- | |||
- | <code bash> | ||
- | sudo nmap -p 80,443 sharewiz.net | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for sharewiz.net (5.42.134.35) | ||
- | Host is up (0.0019s latency). | ||
- | rDNS record for 5.42.134.35: | ||
- | PORT STATE SERVICE | ||
- | 80/ | ||
- | 443/tcp open https | ||
- | |||
- | Nmap done: 1 IP address (1 host up) scanned in 2.32 seconds | ||
- | </ | ||
nmap/scan_multiple_ports.1467936831.txt.gz · Last modified: 2020/07/15 09:30 (external edit)