mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
This commit is contained in:
parent
a3a273629e
commit
271264ab6b
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ o Device categorization improvements
|
|||
o Joao is auditing his Lua code to make sure all his variables are
|
||||
local where appropriate. [Joao]
|
||||
|
||||
o [NSE] We should document somewhere in scripting.xml the dangers inherent
|
||||
in global variables and warn people to generally declare them local
|
||||
instead. We have a long history of bugs caused by non-local
|
||||
variables defined in NSE libraies and often causing deadlocks.
|
||||
|
||||
o Consider the open proxy scripts more carefully
|
||||
- How should we test whether the proxy attempt was successful? Right
|
||||
now we look for a google-specific Server header after trying to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue