bee-san / bee-san/RustScan

A less noisy option

Open
#42 3 comments 0 reactions 0 assignees View on GitHub
feature_request
Dominant language
Rust
Stars
20.4k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.