mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
nmap: add full nse scan example (#4480)
This commit is contained in:
parent
2bf0eb0ed0
commit
69413c2aa2
1 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,7 @@
|
||||||
- Perform TLS cipher scan against a host to determine supported ciphers and SSL/TLS protocols:
|
- Perform TLS cipher scan against a host to determine supported ciphers and SSL/TLS protocols:
|
||||||
|
|
||||||
`nmap --script ssl-enum-ciphers {{address_or_addresses}} -p 443`
|
`nmap --script ssl-enum-ciphers {{address_or_addresses}} -p 443`
|
||||||
|
|
||||||
|
- Perform full port, service, version detection scan with all default NSE scripts active against a host to determin weaknesses and info:
|
||||||
|
|
||||||
|
`nmap -sC -sV {{address_or_addresses}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue