dmiller
2f7f6c7b6a
Remove unused requires
2019-06-27 19:13:41 +00:00
dmiller
0500811f5a
Move string utility functions to stringaux.lua
2018-10-18 01:08:19 +00:00
dmiller
f4619edece
Update http urls for nmap.org to https
2015-11-05 20:41:05 +00:00
dmiller
fcd93e141f
Use http.lua's default redirect follower for http-generator.nse
2015-04-10 03:42:46 +00:00
jay
b281e0bf1d
Get rid of unnecessary spaces at the end of lines
2014-08-09 19:09:06 +00:00
devin
e441e2a81d
Applied Fabian Affolter's patch to make generator entry more generic
2014-07-30 22:16:32 +00:00
dmiller
fb67a6717e
Re-indent some libs and scripts, change 4 to 2-space indent
...
Mostly found with:
for i in nselib/*.lua scripts/*.nse; do
echo $(perl -lne 'BEGIN{$a=$p=0}next unless $_;/^(\s*)/;' \
-e '$l=length$1;next if$l==$p;$a+=(abs($l-$p)-$a)/$.;' \
-e '$p=$l;END{print$a}' $i) $i
done | sort -nr
And indented with: https://gist.github.com/bonsaiviking/8845871
whois-ip.nse was particularly mangled (probably my fault due to using
vim's built-in indentation script, but it could be structured better)
2014-02-06 23:25:28 +00:00
patrik
13411ab6d1
Fixed a bunch of errors related to inproper responses from webservers.
2012-08-31 15:17:14 +00:00
perdo
5ac6c7d64a
Fixed errors found by nse_check_globals.
2012-06-06 22:23:02 +00:00
batrick
000f6dc4d9
Lua 5.2 upgrade [1] for NSE.
...
[1] http://seclists.org/nmap-dev/2012/q2/34
2012-05-27 08:53:32 +00:00
fyodor
2dea1e46f8
Some minor NSEDoc updates on scripts we completed in January 2012
2012-02-10 08:08:51 +00:00
patrik
3c986d3544
applied patch by Michael Kohl that fixes a bug in the HTTP redirect code of the
...
http-generator script.
2012-01-29 15:32:09 +00:00
david
fe96153a91
Remove --- from some non-NSEDoc comments.
2012-01-26 17:07:43 +00:00
david
e32c22aa22
Add path and redirects handling to http-generator.nse.
...
Patch by Michael Kohl.
2012-01-13 23:48:01 +00:00
david
541091eed1
Put http-generator in default.
2012-01-12 19:45:13 +00:00
david
1a9700019f
Add http-generator.nse by Michael Kohl.
2012-01-12 19:45:11 +00:00