Linux:Comando Nmap: Difference between revisions
(Criou a página com " = Dicas sobre o comando nmap = ==Listando verbos HTTP== nmap -p 80 --script http-methods www.nmap.org : Starting Nmap 7.70 ( https://nmap.org ) at 2019-06-06 22:05 -0...") |
|||
Line 7: | Line 7: | ||
nmap -p 80 --script http-methods www.nmap.org | nmap -p 80 --script http-methods www.nmap.org | ||
: Starting Nmap 7.70 ( https://nmap.org ) at 2019-06-06 22:05 -03 | : Starting Nmap 7.70 ( <nowiki>https://nmap.org</nowiki> ) at 2019-06-06 22:05 -03 | ||
: Nmap scan report for www.nmap.org (45.33.49.119) | : Nmap scan report for www.nmap.org (45.33.49.119) | ||
: Host is up (0.34s latency). | : Host is up (0.34s latency). | ||
Line 18: | Line 18: | ||
: | : | ||
: Nmap done: 1 IP address (1 host up) scanned in 4.79 seconds | : Nmap done: 1 IP address (1 host up) scanned in 4.79 seconds | ||
= Ver também = | = Ver também = |
Latest revision as of 01:07, 7 June 2019
Dicas sobre o comando nmap
Listando verbos HTTP
nmap -p 80 --script http-methods www.nmap.org
- Starting Nmap 7.70 ( https://nmap.org ) at 2019-06-06 22:05 -03
- Nmap scan report for www.nmap.org (45.33.49.119)
- Host is up (0.34s latency).
- rDNS record for 45.33.49.119: ack.nmap.org
- PORT STATE SERVICE
- 80/tcp open http
- | http-methods:
- |_ Supported Methods: GET HEAD POST OPTIONS
- Nmap done: 1 IP address (1 host up) scanned in 4.79 seconds