batrick
b589575472
Applied Jah's patch for http.lua discussed in:
...
http://seclists.org/nmap-dev/2008/q2/0833.html
2008-06-23 03:42:57 +00:00
batrick
77437b3998
Updated incorrectly applied patch for http.lua's use of stdnse.make_buffer()
...
See: http://seclists.org/nmap-dev/2008/q2/0823.html
2008-06-21 20:49:30 +00:00
batrick
0c57267b76
http library now uses make_buffer correctly.
2008-06-21 19:18:56 +00:00
fyodor
92e39aa66f
o Update the HTTP library to use the new timing_level functionality to
...
set connection and response timeouts. An error preventing the new
timing_level feature from working was also fixed. [Jah]
2008-06-18 00:15:27 +00:00
fyodor
76f7cced70
change http User-Agent header value to: Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html )
2008-05-31 03:24:25 +00:00
david
8663003c36
The NSE HTTP library now uses the host name specified on the command
...
line when making requests, which improves script scanning against web
servers with virtual hosts. Thanks to Sven Klemm for the patch.
2008-05-20 06:13:26 +00:00
fyodor
61b976a45c
o Nmap now saves the target name (if any) specified on the command
...
line, since this can differ from the reverse DNS results. It can be
particularly important when doing HTTP tests against virtual hosts.
The data can be accessed from target->HostName() from Nmap proper
and host.targetname from NSE scripts. The NSE HTTP library now uses
this for the Host header. Thanks to Sven Klemm for adding this
useful feature.
2008-02-04 22:10:29 +00:00
fyodor
0e65f2e091
oops -- forgot to add this when I committed the other http library changes. Thanks to Kris for noticing the omission
2008-02-01 03:23:50 +00:00