Skip to content
New issue

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

-sn flag (host discovery only) no longer works #1307

Open
Jackrin opened this issue Dec 10, 2024 · 0 comments
Open

-sn flag (host discovery only) no longer works #1307

Jackrin opened this issue Dec 10, 2024 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@Jackrin
Copy link

Jackrin commented Dec 10, 2024

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:

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:

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

Expected Behavior:

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

Steps To Reproduce:

Run naabu v2.3.3, with -sn flag set.

@Jackrin Jackrin added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant