kris
|
0aaa51980d
|
Making extra functions in my HTTPpasswd.nse and HTTPtrace.nse scripts 'local'. I mark my C functions static, so I'll mark my Lua ones local
|
2007-09-15 02:44:15 +00:00 |
|
kris
|
b48cdbebfe
|
A couple changes to my HTTPpasswd.nse and HTTPtrace.nse scripts. In both I'm using a more object-oriented approach to methods, e.g. using response:find(..) rather than string.find(response, ..). And in HTTPtrace.nse, I'm changing a couple badly-named variable names in validate().
|
2007-09-04 20:40:38 +00:00 |
|
kris
|
54bf839dc9
|
A few changes to HTTPtrace.nse: use stdnse.strsplit() rather than my str2tab(), remove unused var, and change how to remove extra newline from server response
|
2007-09-03 22:24:26 +00:00 |
|
kris
|
baf7e98c7f
|
Adding my HTTPtrace.nse script. Simply put, it sends an HTTP TRACE method and examines the response for modifications
|
2007-09-02 00:25:33 +00:00 |
|