feature: flags -F, --max_retries and --ttl (wip)

This commit is contained in:
0x35c
2025-05-31 16:37:24 +02:00
parent ee2af274d9
commit dbed6dc7cd
6 changed files with 120 additions and 31 deletions

View File

@ -20,6 +20,8 @@ struct scan {
uint16_t port_start;
uint16_t port;
e_scantype type;
uint8_t ttl;
uint8_t max_retries;
struct response *response;
};