1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

New option --noscript turns off script scanning

I often need something like this when creating and testing new service
probes. It's handier than modifying script.db every time to remove
the "version" category.
This commit is contained in:
dmiller
2014-06-08 02:49:50 +00:00
parent 3a3c7243d1
commit 8c82e5e3fe
3 changed files with 15 additions and 5 deletions

View File

@@ -377,6 +377,7 @@ class NmapOps {
#ifndef NOLUA
int script;
bool noscript;
char *scriptargs;
char *scriptargsfile;
int scriptversion;