25 lines
770 B
Markdown
25 lines
770 B
Markdown
# SharpScan
|
|
|
|
Scanner TCP en C#
|
|
|
|
SharpScan.exe --help
|
|
SharpScan 1.0.0.0
|
|
Copyright © 2025
|
|
|
|
-h, --hosts Required. Hosts to scan, coma separated. CIDR accepted
|
|
|
|
-p, --ports TCP port to scan, coma separated
|
|
|
|
-t, --timeout (Default: 500) Timeout in milliseconds to check a port
|
|
|
|
-d, --delay (Default: 0) Delay in milliseconds between 2 scan request
|
|
|
|
-j, --jittler (Default: 0) Jittler to apply to delay, in percent, new evalutation for each request
|
|
|
|
-r, --randomize (Default: false) Randomize hosts/ports scan order. Results will be printed in normal order
|
|
|
|
-f, --top-ports (Default: 0) Equivalent of nmap --top-ports option
|
|
|
|
--help Display this help screen.
|
|
|
|
--version Display version information. |