rustscan
The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through our scripting engine (Python, Lua, Shell supported).
Details
Category: Network
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/rustscan:v2.3.0
Source URL: https://github.com/RustScan/RustScan
Parameters
top
boolean
Command:
--top
- Use the top 1000 portsports
string
Command:
--ports
- A list of comma separated ports to be scanned. Example: 80,443,8080range
string
Command:
--range
- A range of ports with format start-end. Example: 1-1000tries
string
Command:
--tries
- The number of tries before a port is assumed to be closed. If set to 0, rustscan will correct it to 1 [default: 1]ulimit
string
Command:
--ulimit
- Automatically ups the ULIMIT with the value you providedtimeout
string
Command:
--timeout
- The timeout in milliseconds before a port is assumed to be closed [default: 1500]addresses
string
requiredCommand:
--addresses
- A comma-delimited list of separated CIDRs, IPs, or hosts to be scannedno-config
boolean
Command:
--no-config
- Whether to ignore the configuration file or notaccessible
boolean
Command:
--accessible
- Accessible mode. Turns off features which negatively affect screen readersbatch-size
string
Command:
--batch-size
- The batch size for port scanning, it increases or slows the speed of scanning. Depends on the open file limit of your OS. If you do 65535 it will do every port at the same time. Although, your OS may not support this [default: 4500]scan-order
string
Command:
--scan-order
- The order of scanning to be performed. The serial option will scan ports in ascending order while the random option will scan ports randomly [default: serial] [possible values: Serial, Random]config-path
file
Command:
--config-path
- Custom path to config fileexclude-ports
string
Command:
--exclude-ports
- A list of comma separated ports to be excluded from scanning. Example: 80,443,8080addresses-file
file
requiredCommand:
--addresses
- A newline-delimited file of separated CIDRs, IPs, or hosts to be scanned