mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 23:17:48 +00:00
* Adds note about a desired feature: cache system for http pipelines
* Adds note about the new signatures added to http-enum
This commit is contained in:
parent
390eb9e4ab
commit
47a338c85a
2 changed files with 5 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
-- If you have any questions, feel free to email nmap-dev@insecure.org or contact Ron Bowes!
|
||||
--
|
||||
-- CHANGELOG:
|
||||
-- Added 120 new signatures [Paulino Calderon]
|
||||
-- Added 120 new signatures taken from exploit-db.com archives from July 2009 to July 2011 [Paulino Calderon]
|
||||
--
|
||||
|
||||
fingerprints = {}
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@
|
|||
-- pipelined (ie, sent in a single request). This can be set low to make
|
||||
-- debugging easier, or it can be set high to test how a server reacts (its
|
||||
-- chosen max is ignored).
|
||||
--
|
||||
-- TODO
|
||||
-- Implement cache system for http pipelines
|
||||
--
|
||||
|
||||
local coroutine = require "coroutine";
|
||||
local table = require "table";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue