mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
remove generic nse example as its probably man page material, not tldr
This commit is contained in:
parent
ee0486e7f2
commit
67314d8548
@ -27,10 +27,6 @@
|
|||||||
|
|
||||||
`nmap -sSU {{address_or_addresses}}`
|
`nmap -sSU {{address_or_addresses}}`
|
||||||
|
|
||||||
- Perform scan using an nmap nse script:
|
|
||||||
|
|
||||||
`nmap --script {{script_name_without_nse_extension}} {{address_or_addresses}}`
|
|
||||||
|
|
||||||
- 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`
|
||||||
|
Loading…
Reference in New Issue
Block a user