projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.47k stars 527 forks source link

is there any nmap output? #1114

Open t101804 opened 3 weeks ago

t101804 commented 3 weeks ago

Please describe your feature request:

Hello currently im using naabu with --nmap-cli. and i want the nmap-cli get outputted bcs i using -oN in the nmap-cli and wont working

Describe the use case of this feature:

naabu --host "$1" -v -p - -nmap-cli 'nmap -sV -Pn -oN $1-nmap-output.port' -o "$1-opened.port"

GeorginaReeder commented 3 weeks ago

Thanks for your feature request @t101804 , we'll take a look into this!