dmiller
|
f4619edece
|
Update http urls for nmap.org to https
|
2015-11-05 20:41:05 +00:00 |
|
dmiller
|
e2bfa97920
|
Replace instances of bin.pack('A', x), which is equivalent to tostring(x), and a no-op on strings
|
2015-03-03 04:48:18 +00:00 |
|
dmiller
|
0e74dd7a35
|
Replace some string.char and bin.pack calls with literals
|
2015-02-27 19:42:56 +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
|
4ea4977a37
|
Replace "buffered socket" classes with socket.receive_buf()
The match library has a helpful function for doing exactly this, with
less copy-and-pasted code:
http://nmap.org/nsedoc/lib/match.html#numbytes
|
2014-02-10 17:27:09 +00:00 |
|
dmiller
|
69e343f0aa
|
Reindent the last of the NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-04 19:47:26 +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
|
059007601a
|
removed debug code from get request.
|
2012-03-04 09:54:54 +00:00 |
|
patrik
|
19da29942c
|
Applied Sebastian Dragomir's patch for the "Unbounded memory use" bug reported
by David Fifield http://seclists.org/nmap-dev/2011/q2/451
|
2011-05-09 17:46:25 +00:00 |
|
patrik
|
af76c5dad7
|
o [NSE] Added GIOP library and a small script that makes use of it:
- giop-info Queries the CORBA naming server for a list of objects
[Patrik]
|
2010-08-19 23:14:39 +00:00 |
|