Actualiser Program.cs

main^2
jeffrey 2025-03-29 16:17:24 +01:00
parent 0b9f3f7287
commit b9d705148a
1 changed files with 1 additions and 1 deletions

View File

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