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

-rate is breaking the script without result #1075

Closed
0xM4r5h4l opened this issue May 13, 2024 · 2 comments
Closed

-rate is breaking the script without result #1075

0xM4r5h4l opened this issue May 13, 2024 · 2 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.

Comments

@0xM4r5h4l
Copy link

0xM4r5h4l commented May 13, 2024

Naabu version: 2.3.1

Current Behavior: when i run naabu with -rate the script does not return any results

Expected Behavior: it should return scan result

Steps To Reproduce:

  1. Run 'naabu -p 0-65535 -rate 2000 -host '
  2. Script stops without any result
[INF] Current naabu version 2.3.1 (latest)
[INF] Running host discovery scan
[INF] Running SYN scan with CAP_NET_RAW privileges

Anything else:

note: i tried the command on multiple hosts

@0xM4r5h4l 0xM4r5h4l added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 13, 2024
@0xM4r5h4l 0xM4r5h4l changed the title -rate is breaking the script -rate is breaking the script without result May 13, 2024
@dogancanbakir dogancanbakir self-assigned this May 14, 2024
@dogancanbakir
Copy link
Member

Couldn't repro the issue.

$ ./naabu -p 0-65535 -rate 2000 -host target.com

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

                projectdiscovery.io

[INF] Current naabu version 2.3.1 (latest)
[INF] Running CONNECT scan with non root privileges
target.com:21
target.com:2052
target.com:80
...


$ sudo ./naabu -p 0-65535 -rate 2000 -host target.com

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

                projectdiscovery.io

[INF] Current naabu version 2.3.1 (latest)
[INF] Running SYN scan with root privileges
target.com:2086
...

@Mzack9999 Mzack9999 added the Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all. label May 20, 2024
@dogancanbakir
Copy link
Member

Closing this. Feel free to reopen if the issue persists.

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. Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.
Projects
None yet
Development

No branches or pull requests

3 participants