1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

naabu: add example (#12241)

* naabu: add example

* Update pages/common/naabu.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Fazle Arefin 2024-02-13 00:26:00 +11:00 committed by GitHub
parent 6a6fc8ff86
commit 25d05351c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,3 +27,7 @@
- Show CDN type the remote host is using, if any:
`naabu -p 80,443 -cdn -host {{host}}`
- Run `nmap` from `naabu` for additional functionalities (`nmap` must be installed):
`sudo naabu -v -host {{host}} -nmap-cli 'nmap {{-v -T5 -sC}}'`