diff --git a/README.md b/README.md index 67c4a83..f1855d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # SharpScan -Scanner TCP en C# \ No newline at end of file +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. \ No newline at end of file