mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
merge soc07 r4891 - nse improvements
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
#define SCRIPT_ENGINE_LUA_DIR "scripts/"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define SCRIPT_ENGINE_LIB_DIR "nselib\\"
|
||||
#else
|
||||
#define SCRIPT_ENGINE_LIB_DIR "nselib/"
|
||||
#endif
|
||||
|
||||
#define SCRIPT_ENGINE_DATABASE "script.db"
|
||||
#define SCRIPT_ENGINE_EXTENSION ".nse"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user