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

Issue with SYN Scan Defaulting to CONNECT Scan on Naabu v2.3.3 #1335

Open
haksauc3 opened this issue Jan 13, 2025 · 1 comment
Open

Issue with SYN Scan Defaulting to CONNECT Scan on Naabu v2.3.3 #1335

haksauc3 opened this issue Jan 13, 2025 · 1 comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@haksauc3
Copy link

When using Naabu version 2.3.3 (latest), the tool defaults to a CONNECT scan despite having CAP_NET_RAW privileges set and running the tool with sudo. Downgrading to version 2.3.1 resolves the issue, where the tool correctly performs a SYN scan as expected.

How i discovered it:

even with CAP_NET_RAW privs it was defaulting to a connect scan. i removed the go version and installed via apt. when i ran it was outdated but successful. after updating it, it was doing it again. i removed and reinstalled, which was v 2.3.1 again and it's working correctly. so im pretty sure it's occuring after the update. on a kali vm.

Image

Image

Image

@haksauc3 haksauc3 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 13, 2025
@ehsandeep
Copy link
Member

@haksauc3 that's expected change done in last release - #1289 as syn was causing issue in different environments, so SYN is now optional.

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

2 participants