-exclude-ports flag doesn't work with -top-ports flag #237
Answered
by
ehsandeep
marcelo321
asked this question in
Q&A
-
Naabu version:v2.0.5 Current Behavior:
Expected Behavior:No output. the |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Oct 22, 2021
Replies: 1 comment
-
@marcelo321 that's an invalid example to run, there is no validation but |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@marcelo321 that's an invalid example to run, there is no validation but
-top-ports
accept a value, for example-top-ports 100
or-top-ports 1000
, with that said runningnaabu -host zonduu.me -silent -nc -retries 2 -tp 100 -ep 80,443
will result into expected behavior.