mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
nmap: remove SSL example to reduce count to 8
This commit is contained in:
parent
750512c1e9
commit
12ec154efb
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@
|
|||
|
||||
`nmap -sSU {{address_or_addresses}}`
|
||||
|
||||
- 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`
|
||||
|
||||
- Perform full port, service, version detection scan with all default NSE scripts active against a host to determine weaknesses and info:
|
||||
|
||||
`nmap -sC -sV {{address_or_addresses}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue