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.7k stars 548 forks source link

Naabu not displaying any result #513

Closed abhinavsecond closed 1 year ago

abhinavsecond commented 1 year ago

Naabu version:

2.0.5

Current Behavior:

naabu not showing any result

Steps To Reproduce:

  1. Run 'naabu -host hackerone.com '
  2. No result displayed --> image
mudsybugg commented 1 year ago

facing the same issue

Mzack9999 commented 1 year ago

It looks like a networking error while attempting to resolve hackerone.com to its ips. Are you able to execute the following commands:

curl hackerone.com
nmap -p 80 hackerone.com

Also, can you provide more info on the execution environment? For example, are you using a VPN?

abhinavsecond commented 1 year ago

No, I am not using any proxy, vpn etc. I have tried the command you have mentioned above. Nmap is working fine but curl hackerone.com didn't give any results. However, curl https://hackerone worked fine image

Mzack9999 commented 1 year ago

If also curl is not working, it might be something related to your network. Could you provide more info related to the following:

The only thing I can think of is that packets are not routed correctly to the destination, but it's hard to identify the possible reasons without more info.

abhinavsecond commented 1 year ago

Update: The issue is resolved. Try to switch b/w NAT and Bridge network