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

ARP causing host discovery to fail on LAN #1194

Open
Mzack9999 opened this issue Sep 3, 2024 · 0 comments
Open

ARP causing host discovery to fail on LAN #1194

Mzack9999 opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@Mzack9999
Copy link
Member

Naabu version:

main|dev

Current Behavior:

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 found
exit 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
@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Sep 3, 2024
@Mzack9999 Mzack9999 self-assigned this Sep 3, 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