main
jeffrey 2025-03-30 21:53:59 +02:00
commit 0acaec967c
2 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ namespace SharpScan
[Option('p', "ports", Required = false, Separator = ',', HelpText = "TCP port to scan, coma separated")]
public IEnumerable<string> Ports { get; set; }
<<<<<<< HEAD
[Option('t', "timeout", Required = false, Default = 50, HelpText = "Timeout in milliseconds to check a port")]
=======
[Option('t', "timeout", Required = false, Default = 100, HelpText = "Timeout in milliseconds to check a port")]
>>>>>>> 7b1f2f3d9b6b72a7494eccbf5415b94a9ea5235e
public int Timeout { get; set; }
[Option('d', "delay", Required = false, Default = 0, HelpText = "Delay in milliseconds between 2 scan request")]

View File

@ -10,7 +10,7 @@ Copyright © 2025
-p, --ports TCP port to scan, coma separated
-t, --timeout (Default: 500) Timeout in milliseconds to check a port
-t, --timeout (Default: 100) Timeout in milliseconds to check a port
-d, --delay (Default: 0) Delay in milliseconds between 2 scan request