Name:rustscan
Category:Network
Publisher:trickest
Created:6/23/2021
Container:
quay.io/trickest/rustscan:v2.4.1Output Type:
License:Unknown
Source:View Source
Parameters
--topUse the top 1000 ports--udpUDP scanning mode, finds UDP ports that send back responses--portsA list of comma separated ports to be scanned. Example: 80,443,8080--rangeA range of ports with format start-end. Example: 1-1000--triesThe number of tries before a port is assumed to be closed. If set to 0, rustscan will correct it to 1 [default: 1]--ulimitAutomatically ups the ULIMIT with the value you provided--timeoutThe timeout in milliseconds before a port is assumed to be closed [default: 1500]--resolverA comma-delimited list of DNS resolvers--addressesA comma-delimited list of separated CIDRs, IPs, or hosts to be scanned--no-configWhether to ignore the configuration file or not--accessibleAccessible mode. Turns off features which negatively affect screen readers--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-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]--config-pathCustom path to config file--exclude-portsA list of comma separated ports to be excluded from scanning. Example: 80,443,8080--resolverA file of DNS resolvers--addressesA newline-delimited file of separated CIDRs, IPs, or hosts to be scanned--exclude-addresseslist of comma separated CIDRs, IPs, or hosts to be excluded from scanning