dmiller
|
f4619edece
|
Update http urls for nmap.org to https
|
2015-11-05 20:41:05 +00:00 |
|
batrick
|
ee6622aea4
|
nselib stdnse.print_debug -> stdnse.debug
$ f() { find -name \*.lua -exec /bin/echo sed -i "$1" {} \; ; }
$ f 's/stdnse.print_debug( *\([0-9]*\) *, */stdnse.debug\1(/'
$ f 's/stdnse.print_debug( *"\(.*\))/stdnse.debug1("\1)/'
|
2014-08-03 00:56:45 +00:00 |
|
dmiller
|
1b71f75aad
|
Spelling fixes for Lua files
Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
|
2014-02-19 04:15:46 +00:00 |
|
dmiller
|
961ea25225
|
Re-indent some NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 19:47:34 +00:00 |
|
dmiller
|
620f9fdb34
|
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-23 21:51:58 +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 |
|
patrik
|
1d7b0c0d98
|
o [NSE] Added ipv6 support to the wsdd, dnssd and upnp libraries. Applied
patch from Dan Miller that fixes errors in processing and sorting ipv6
addresses in scripts using these libraries. [Daniel Miller, Patrik]
|
2011-06-16 05:29:42 +00:00 |
|
patrik
|
7b2b7bd227
|
o [NSE] Added a new library dnssd with supporting functions for DNS Service
Discovery. Moved multicast prerule from dns-service-discovery to a new
script called broadcast-dns-service-discovery. [Patrik]
|
2010-11-02 17:22:38 +00:00 |
|