rustscanr-0.1.0 is not a library.
rustscanr
rustscanr is a simple async TCP port scanner written in Rust. It is designed to quickly scan port ranges on target hosts, providing fast and efficient network reconnaissance.
Features
- Blazing fast asynchronous TCP scanning
- Customizable port ranges and concurrency
- Configurable connection timeout
- Easy to use CLI interface
Installation
Or clone and build manually:
Usage
Arguments
<HOST>- Hostname or IP to scan (e.g. example.com or 192.168.1.10)
Options
-s, --start <START>- Start port (inclusive) [default: 1]-e, --end <END>- End port (inclusive) [default: 1024]-c, --concurrency <CONCURRENCY>- Concurrency: how many ports to check in parallel [default: 100]-t, --timeout-ms <TIMEOUT_MS>- Timeout per connection attempt in milliseconds [default: 300]-h, --help- Print help
Examples
Scan default port range (1-1024) on a host:
Scan a specific port range with custom concurrency:
Scan with custom timeout:
Contributing
Contributions are welcome! Please open issues or pull requests.
License
This project is licensed under the MIT License.