We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.3.3
The -sn flag no longer works, instead a port scan is still executed on the hosts.
-sn
With just -sn flag:
naabu -sn -silent -host 104.17.214.56,92.123.101.66,2.18.254.131 104.17.214.56:8080 104.17.214.56:8443 2.18.254.131:80 92.123.101.66:443 2.18.254.131:443 92.123.101.66:80 104.17.214.56:443 104.17.214.56:80
With -sn and -wn, I tried just in case:
-wn
naabu -sn -wn -host 104.17.214.56,92.123.101.66,2.18.254.131 104.17.214.56:8443 104.17.214.56:443 104.17.214.56:80 104.17.214.56:8080 2.18.254.131:443 92.123.101.66:80 2.18.254.131:80 92.123.101.66:443
On v.2.3.2:
naabu -sn -host 104.17.214.56,92.123.101.66,2.18.254.131 2.18.254.131 92.123.101.66 104.17.214.56
Run naabu v2.3.3, with -sn flag set.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Naabu version:
v2.3.3
Current Behavior:
The
-sn
flag no longer works, instead a port scan is still executed on the hosts.With just
-sn
flag:With
-sn
and-wn
, I tried just in case:Expected Behavior:
On v.2.3.2:
Steps To Reproduce:
Run naabu v2.3.3, with
-sn
flag set.The text was updated successfully, but these errors were encountered: