Skip to content

A less noisy optionΒ #42

Open
Open
@bee-san

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions