ron
|
5136ad0668
|
Fixed a NSEDoc comment on http-header.nse
|
2009-08-29 14:46:57 +00:00 |
|
ron
|
37507349a3
|
Changed 'pairs' to 'ipairs' when looping through the header (thanks to Patrick for pointing this out)
|
2009-08-27 21:35:52 +00:00 |
|
ron
|
7da313e8ac
|
Added the status code to the rawheaders as well (so it's displayed in http-headers.nse). Also updated the @output in the nsedoc.
|
2009-08-27 15:47:10 +00:00 |
|
ron
|
62dedb9dc1
|
Added a 'path' script-arg to http-headers.nse. Changed it to use 'HEAD' by default, and fail to using 'GET' the same way other scripts do (also added a 'useget' script-arg to turn it off). Also fixed some print_debugs in http.lua that were prefixed with 'http-enum.nse:'.
|
2009-08-27 15:39:17 +00:00 |
|
ron
|
fc2b575fba
|
Added 'rawheader' when parsing http requests. It saves the header fields, in order, preserving the case. Change http-headers.nse to read this instead of the processed headers.
|
2009-08-27 15:24:09 +00:00 |
|
ron
|
0ed14b10b1
|
Added a script designed to display HTTP headers.
|
2009-08-25 23:36:49 +00:00 |
|