bee-san / bee-san/RustScan

Hope to support port string and range combination parameters

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

Description

I need to scan a large, non-contiguous range of ports, such as "1-514,516-630,632-9099,9103-65535." Neither -p nor --range can satisfy this requirement. I can only manually convert it to something like "1,2,...,514,516,..." Since my scenario requires command-line operation, I get an "Argument list too long" error.

I'd appreciate a parameter that supports mixed port ranges. Thank you.

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.