diff --git a/docs/scripting.xml b/docs/scripting.xml index ceba5fbc0..dc7f526ea 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -2085,7 +2085,7 @@ end example of how short typical NSE scripts are. - first the information fields are filled out, note that the + First the information fields are filled out, note that the id field is kept short, this is important since it is printed in Nmap's output. A detailed description of what the script actually does should go in the description field. @@ -2339,7 +2339,7 @@ The mainloop function will work on each runlevel grouping of threads in order. - The smallest compiled modules that comes with NSE is + The smallest compiled module that comes with NSE is bit,bit NSE module and one of the most straightforward is openssl.openssl NSE module @@ -2384,7 +2384,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { return 1; } - (NSE_OPENSSLLIBNAME is just the string + (OPENSSLLIBNAME is just the string "openssl", the name of the module.) luaopen_openssl is the only function in the file that is exposed in