Actualiser README.md
parent
4bf0c12507
commit
653c5cf3e5
24
README.md
24
README.md
|
|
@ -1,3 +1,25 @@
|
||||||
# SharpScan
|
# SharpScan
|
||||||
|
|
||||||
Scanner TCP en C#
|
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.
|
||||||
Loading…
Reference in New Issue