djalal
77c7f68ffd
Update my todo file with the GSoC 2011 tasks.
2011-05-23 23:05:13 +00:00
batrick
5a68e5f04a
Set the math.randomseed value in nse_main.lua on behalf of scripts.
...
Since Lua uses the C rand and srand functions, which have a static
seed for the entire program, we don't want scripts doing this themselves.
2011-05-23 21:43:46 +00:00
fyodor
b9a4c703b3
Minor consolidation change: When multiple changes are made to the same thing and there is no official release in between them, you can just modify the existing CHANGELOG entry rather than needing to add a new one.
2011-05-23 21:20:48 +00:00
patrik
8ff4e89019
Added new error messages for error codes
...
Added the 8A tagdecoder
Modified the output of error messages slightly
[Patrik]
2011-05-22 14:43:08 +00:00
david
f0a37013e0
Update the win32 build guide with new version numbers.
...
There's now an all-in-one installer that contains PyGTK, PyGObject,
PyCairo, and the GTK+ runtime. Instead of being in C:\GTK, GTK+ is now
under C:\Python27\Lib\site-packages\gtk-2.0\runtime.
2011-05-21 22:39:41 +00:00
shinnok
18e829d8a2
correct typo.
2011-05-21 19:03:11 +00:00
gorjan
c16b036f4f
Small NSEDoc fix for nselib/json.lua
2011-05-21 07:24:11 +00:00
colin
fa7cc8e739
Removed Trailing Spaces
2011-05-21 01:30:50 +00:00
paulino
cd3655a92f
Paulino's TODO updated - Added http-sitemap-gen to the pending list
2011-05-21 01:04:03 +00:00
paulino
e6a6d8dd1f
UPDATED changelog after addition of http-cakephp-version and new fingerprint data to http-favicon and http-enum
2011-05-20 09:32:27 +00:00
paulino
7e2e4bc591
Added information to fingerprint versions of CakePHP applications.
2011-05-20 09:26:31 +00:00
paulino
1e0e438b09
Added http-cakephp-version.nse - NSE script for fingerprinting versions of CakePHP applications.
2011-05-20 09:25:22 +00:00
gorjan
7697af7085
Updated CHANGELOG for the backorifice-brute script
2011-05-19 19:34:38 +00:00
gorjan
1d13bf169b
Remove the Summary comment from NSEDoc and Scripts Page
2011-05-19 19:28:30 +00:00
djalal
e90436e74e
Added a CHANGELOG entry about the smtp-vuln-cve2011-1720 script.
2011-05-19 18:38:35 +00:00
djalal
be338214a0
Update the script name
2011-05-19 18:32:20 +00:00
djalal
edda382a77
Add the smtp-vuln-cve2011-1720 script to the script.db file.
2011-05-19 18:31:34 +00:00
djalal
60b8b029ce
Add the smtp-check-vulns to the old scripts.
2011-05-19 18:22:33 +00:00
djalal
a3ff996c54
Rename the smtp-check-vulns script to smtp-vuln-cve2011-1720.
2011-05-19 18:19:56 +00:00
fyodor
de57b85a47
Typo fix: LUA -> Lua
2011-05-18 23:15:58 +00:00
fyodor
262cb89cc2
Add an idea we talked about in NSE meeting
2011-05-17 20:12:31 +00:00
fyodor
20e03044bf
Reran nmap --script-updatedb to catch new categories of smtp-check-vulns script
2011-05-17 17:43:35 +00:00
fyodor
86d9802343
Autogenerated stuff - sort nmap-os-db and regen some man pages
2011-05-17 17:33:24 +00:00
djalal
17414d4cb4
Remove the 'dos' and 'exploit' categories.
2011-05-17 16:27:36 +00:00
fyodor
e5d851cb2c
Note some finished tasks
2011-05-16 20:48:57 +00:00
gorjan
5ac0a954f0
NSEDoc fix of snmp-brute.
2011-05-16 18:48:34 +00:00
henri
0706dc1b98
Removed trailing semicolons to keep style consistent
2011-05-16 08:44:29 +00:00
djalal
75ea87125c
Add CHANGELOG entry for the new smtp-check-vulns script.
2011-05-15 16:00:44 +00:00
djalal
c1ba251135
o [NSE] Added smtp-check-vulns, which currently checks for the Postfix
...
SMTP server Cyrus SASL authentication memory corruption (CVE-2011-1720).
2011-05-15 15:57:10 +00:00
djalal
31310f43bc
Add the backorifice-brute script entry to the script.db file
2011-05-14 13:12:18 +00:00
david
ff7e265138
o Stopped linking against libnl when not necessary (when linking
...
dynamically with libpcap). Patch by Kevin Locke.
2011-05-13 21:59:09 +00:00
gorjan
b98ef466b3
Adding the backorifice-brute script
2011-05-12 22:40:54 +00:00
gorjan
3d249dbb4b
Adding in_port_range function to nselib/stdnse.lua
2011-05-12 22:36:45 +00:00
fyodor
d053d2f54b
Remove a comment which stated that IPv6 CIDR and octet ranges are rarely useful. Actually, we're hoping to implement that this summer
2011-05-12 01:46:21 +00:00
batrick
bd64492fe9
maxn is deprecated
2011-05-11 15:13:46 +00:00
batrick
321e0d34e0
use # length operator instead of string.len (canonicalize)
...
Used this perl command:
$ # perl -pi -e 's/string\.len\((.*?)\)/#\1/g' *.nse
2011-05-11 15:12:47 +00:00
batrick
4444071f03
use # length operator instead of string.len (canonicalize)
...
Used this perl command:
$ # perl -pi -e 's/string\.len\((.*?)\)/#\1/g' *.lua
Also fixed one instance where the above command didn't correctly
translate the intended code (string.len(a .. b .. c)).
2011-05-11 15:08:55 +00:00
batrick
e700497f6c
canonicalize more code
2011-05-11 14:50:38 +00:00
batrick
dc909f7d77
removed usage of deprecated table.getn
2011-05-11 14:41:06 +00:00
batrick
186cb2d6a3
canonicalize some code
2011-05-11 14:38:52 +00:00
henri
1cd183014d
Use stdnse.format_output() instead of comma-separated values, to produce
...
readable output regardless of the number of discovered plugins
2011-05-11 14:28:46 +00:00
henri
a433cc08ed
Fixed typo
2011-05-11 14:21:07 +00:00
patrik
079195122d
o [NSE] Applied patch from Daniel Miller that fixes a bug in http-form-brute
...
reported by Josh Greenwood. The script would break if autodetection of
either brute form fields would fail.
http://seclists.org/nmap-dev/2011/q2/524
2011-05-11 13:04:20 +00:00
patrik
8ef0de3011
Commited nmap-service-probes patches for Novell Open Enterprise Server
...
http://seclists.org/nmap-dev/2011/q2/369
2011-05-09 18:04:53 +00:00
patrik
e8c5640dda
o [NSE] Added a SIP library and two new scripts sip-brute.nse and
...
sip-user-enum.nse providing brute and user enumeration support for the SIP
protocol. [Patrik]
2011-05-09 18:00:52 +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
fyodor
9d52d1290f
Add the broadcast NSE category to the list of categories in the man page. Suggested by Daniel Miller
2011-05-08 20:33:17 +00:00
fyodor
1163b5074f
Add a drda-info related task
2011-05-08 19:24:12 +00:00
fyodor
dca6a6febb
add a task for SCTP support on scanme
2011-05-08 19:10:58 +00:00
gorjan
242b483cf9
Fix for backorifice-info.nse, setting the port.state as "open"
2011-05-08 16:37:41 +00:00