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
86ac3c0a19
Whitespace fixing on packetdecoders.lua
...
Changed indentation to 2 spaces, converted \r\n line endings to \n,
changed line-internal tabs to single space, removed whitespace at line
endings, reindented entire file with vim.
https://secwiki.org/w/Nmap/Code_Standards
2014-01-22 18:26:02 +00:00
dmiller
db1d82ad1f
Fixed global assignments with nse_check_globals
...
All fixes made by hand. A couple real bugs/errors fixed, due to
copy-paste of code from other scripts without changing variable names.
2014-01-22 17:45:00 +00:00
patrik
56ef8fad06
fix flipped ip in BROWSER decoder
2013-03-16 03:18:35 +00:00
patrik
429b030c3d
add BROWSER protocol support
2013-03-16 03:18:32 +00:00
patrik
b6492f96af
add LLMNR support and cleaned up some result output
2013-03-16 03:18:28 +00:00
patrik
675000afe8
change debug level for missing decoders, more indent cleanup
2013-03-16 03:18:24 +00:00
patrik
560c97923b
refactor MDNS code and add ipv6 to Generic table
2013-03-16 03:18:21 +00:00
patrik
bf24a53487
split Netbios up in Queries and Registrations
2013-03-16 03:18:18 +00:00
patrik
66335c6902
add support for decoding MacBooks from DDNS, support for DHCPv6 and CUPS
2013-03-16 03:18:15 +00:00
patrik
ddbc5d7297
indentation cleanup
2013-03-16 03:18:07 +00:00
dmiller
86d1f0db47
Fix ARP decoder in packetdecoders.lua
...
Was throwing an exception when parsing a packet with a source IP that
had a fourth octet greater than 127, since the %d format specifier used
in the dups check is for signed integers, and the IP is little-endian.
Switched to %u (unsigned int) and it works great.
2012-08-15 19:25:44 +00:00
kroosec
8ff4cebbf7
Moved EIGRP decoding in packetdecoders.lua to use eigrp.lua library.
2012-08-15 09:17:20 +00:00
kroosec
aac6c1d03a
Added OSPF support to broadcast-listener.
2012-07-13 15:02:09 +00:00
patrik
bb359adaa1
Played a round of nse_check_globals and fixed a bunch of reported problems.
2012-06-15 19:32:36 +00:00
batrick
a04314beaa
Add missing requires.
2012-05-29 18:34:34 +00:00
patrik
bdad2689ab
added 'require' for missing libraries
2012-05-29 18:31:22 +00:00
tomsellers
9f4fcc4da5
[NSE] Added support to broadcast-listener for extracting address, native vlan and management IP address from CDP packets.
2012-02-25 17:18:22 +00:00
tomsellers
8a0931b752
Improved EIGRP processing for broadcast-listener. The pattern match was insufficient so I added a check for IP protocol 88.
2012-02-14 23:38:01 +00:00
tomsellers
7807926f15
[NSE] Added support for decoding EIGRP broadcasts from Cisco routers to broadcast-listener.nse
2012-02-12 21:20:16 +00:00
patrik
a1d515e548
o [NSE] Added script broadcast-listener that attempts to discover hosts by
...
passively listening to the network. It does so by decoding ethernet and IP
broadcast and multicast messages. [Patrik]
2011-08-10 16:46:55 +00:00