mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
script arguments now get checked before nmap starts scanning
This commit is contained in:
parent
8533cf8790
commit
4767dd8c70
5 changed files with 87 additions and 28 deletions
|
|
@ -18,5 +18,7 @@ class Target;
|
|||
int script_scan(std::vector<Target *> &targets);
|
||||
int script_updatedb();
|
||||
|
||||
//parses the arguments provided to scripts via nmap's --script-args option
|
||||
int script_check_args();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue