script arguments now get checked before nmap starts scanning

This commit is contained in:
stoiko 2007-08-20 21:56:36 +00:00
parent 8533cf8790
commit 4767dd8c70
5 changed files with 87 additions and 28 deletions

View file

@ -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