You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host discovery failing on local networks during SDK execution (probably same root cause of #1162)
$ echo 192.168.5.0/24 | sudo go run samplewitharp.go __ ___ ___ ___ _/ / __ __ / _ \/ _ \/ _ \/ _ \/ // //_//_/\_,_/\_,_/_.__/\_,_/ projectdiscovery.io[INF] Current naabu version 2.3.1 (latest)[INF] Running host discovery scan[INF] Running SYN scan with CAP_NET_RAW privileges[FTL] Could not run enumeration: no valid ipv4 or ipv6 targets were foundexit status 1
Expected Behavior:
Performing ARP discovery and in case of no results continuing with standard TCP probes
Steps To Reproduce:
This is reproducible with naabu runner as well:
$ echo 192.168.5.0/24 | sudo naabu
The text was updated successfully, but these errors were encountered:
Mzack9999
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Sep 3, 2024
Naabu version:
main|dev
Current Behavior:
Host discovery failing on local networks during SDK execution (probably same root cause of #1162)
Expected Behavior:
Performing ARP discovery and in case of no results continuing with standard TCP probes
Steps To Reproduce:
This is reproducible with naabu runner as well:
$ echo 192.168.5.0/24 | sudo naabu
The text was updated successfully, but these errors were encountered: