dmiller
|
0e74dd7a35
|
Replace some string.char and bin.pack calls with literals
|
2015-02-27 19:42:56 +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
|
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 |
|
fyodor
|
abc16cc78f
|
Spell out rdp acronym
|
2012-11-16 02:25:08 +00:00 |
|
patrik
|
217b27bace
|
nse_check_globals cleanup
|
2012-07-24 10:08:43 +00:00 |
|
patrik
|
977996e5fa
|
o [NSE] Added rdp library and the script rdp-enum-encryption that enumerates
both the Security Layer and Encryption level of the RDP service. [Patrik
Karlsson]
|
2012-07-21 21:24:14 +00:00 |
|