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

A less noisy option #42

Open
bee-san opened this issue Jul 24, 2020 · 2 comments
Open

A less noisy option #42

bee-san opened this issue Jul 24, 2020 · 2 comments

Comments

@bee-san
Copy link
Member

bee-san commented Jul 24, 2020

The biggest complaint is that RustScan is too noisy.

When I add multiple IP support, what if I do something like this:

for every IP address:
  check port X
  sleep(1)

This way, we are only checking 1 port at a time with TIMEOUT delay, but because we are checking them across every IP it should run in the same time, but be less noisy to a specific single server.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.89. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@bernardoamc
Copy link
Collaborator

We could add something like --interval that dictates the interval between every port scan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants