Replies: 2 comments
-
|
Thanks for your feature request @t101804 , we'll take a look into this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@t101804 I'm unable to reproduce, I guess it might be connected to environment variable of your terminal: $ export aa=scanme.sh
$ naabu --host "$aa" -v -p - -nmap-cli 'nmap -sV -Pn -oN $aa-nmap-output.port' -o "$aa-opened.port"
...
$ ls
scanme.sh-nmap-output.port scanme.sh-opened.port |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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"
Beta Was this translation helpful? Give feedback.
All reactions