Name:rustscan-loop
Category:Network
Publisher:trickest-mhmdiaa
Created:7/29/2022
Container:quay.io/trickest/rustscan-loop:a444ab6-patch-7
Output Type:
License:Unknown

Parameters

ports
string
required
--portsA list of comma separed ports to be scanned. Example: 80,443,8080
range
string
--rangeA range of ports with format start-end. Example: 1-1000
tries
string
--triesThe 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
--ulimitAutomatically ups the ULIMIT with the value you provided
scripts
string
--scriptsLevel of scripting required for the run [default: default] [possible values: None, Default, Custom]
timeout
string
--timeoutThe timeout in milliseconds before a port is assumed to be closed [default: 1500]
addresses
file
required
A list of CIDRs, IPs, or hosts to be scanned
no-config
boolean
--no-configWhether to ignore the configuration file or not
top-ports
boolean
--topUse the top 1000 ports
batch-size
string
--batch-sizeThe 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
--scan-orderThe 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]