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

Naabu does not work if ipv6 is disabled on kernel level #914

Closed
psyray opened this issue Jan 4, 2024 · 1 comment
Closed

Naabu does not work if ipv6 is disabled on kernel level #914

psyray opened this issue Jan 4, 2024 · 1 comment
Assignees
Labels
Investigation Something to Investigate Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@psyray
Copy link

psyray commented Jan 4, 2024

Naabu version:

2.2.0

Tested on debian 11

Current Behavior:

Naabu does not work if ipv6 is disabled on kernel level

naabu -Pn -host 192.168.0.0/24 -ip-version 4

                  __
  ___  ___  ___ _/ /  __ __
 / _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/

		projectdiscovery.io

[INF] Current naabu version 2.2.0 (latest)
[FTL] Could not create runner: listen ip6:tcp : socket: address family not supported by protocol

IPv6 status on my debian

cat /sys/module/ipv6/parameters/disable
1

Expected Behavior:

Scan should start if ipv6 is disabled
or
We should have the possibility to disable ipv6 with a parameter (set -ip-version 4 does not work)

Steps To Reproduce:

  • Add ipv6.disable=1 to your /etc/default/grub, launch update-grub and reboot
    image
    image
  • Launch a naabu scan

Anything else:

@psyray psyray added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 4, 2024
@dogancanbakir dogancanbakir self-assigned this Jan 8, 2024
@dogancanbakir dogancanbakir added the Investigation Something to Investigate label Jan 10, 2024
@Mzack9999
Copy link
Member

Closing as this should be fixed with #946 - Feel free to reopen if the error persist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigation Something to Investigate 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

3 participants