david
75a2b3a936
Add more ports to the rule for cccam-version.
...
Based on service submissions.
2012-02-07 18:16:09 +00:00
david
320f3121bd
Allow asn-to-prefix.asn to be a scalar, not a table.
2012-02-06 08:20:55 +00:00
david
9258c496cd
Add asn-to-prefix.nse to "external" and "safe".
2012-02-06 08:20:54 +00:00
david
c68af471b0
Add asn-to-prefix.nse by John Bond.
2012-02-06 08:20:53 +00:00
martin
d35adefe15
Fixed issue where file basename and/or suffix were missing, making the backup finder
...
issue strange requests.
2012-02-05 19:40:54 +00:00
patrik
557874588f
o [NSE] Modified the sql-injection script to use the httpspider library.
...
[Lauri Kokkonen]
2012-02-05 13:47:31 +00:00
patrik
908ac61fb0
o [NSE] Added a rsync library and two new script:
...
+ rsync-list-modules - list available rsync modules
+ rsync-brute - attempts to brute force passwords against a rsync module
[Patrik]
2012-02-05 10:10:59 +00:00
robert
37d099c4f0
Added hash for PHP 5.3.9 and 5.3.10.
2012-02-04 16:24:43 +00:00
david
417831392f
More service submissions.
2012-02-04 06:10:34 +00:00
patrik
8d6d8ef597
Fixed some typos and did minor changes to script documentation
2012-02-03 11:56:44 +00:00
david
016e95e0f4
More service submissions and corrections.
...
This is the last of the 2011-06-22–2011-01-10 batch.
2012-02-03 02:12:37 +00:00
patrik
2d55f8822c
Fixed a number of bugs and prepared the library to handle the new redirect
...
code being added to the http-library. [Patrik]
2012-02-02 21:23:19 +00:00
david
0f92825783
Further expand an OS fingerprint.
2012-02-02 17:03:13 +00:00
henri
5f49844390
Simple comment fixes.
2012-02-02 09:52:19 +00:00
david
0caeac97c9
Expand a fingerprint.
2012-02-02 07:32:02 +00:00
david
12e8ff3194
More service submissions.
2012-02-02 05:59:25 +00:00
patrik
e0697de6f1
fixed bug in helper instantiation that would prevent the script from running
2012-02-01 16:27:24 +00:00
patrik
7a4ffa429e
fixed undeclared variables
2012-02-01 15:49:54 +00:00
david
ab9a5ed614
CHANGELOG for --with-apr and --with-subversion.
2012-02-01 00:38:44 +00:00
david
9bf94d5027
Don't config in nmap-update without APR and libsvn1.
2012-02-01 00:38:43 +00:00
david
899a1314d3
Add --with-apr using the APR_FIND_APR macro from Apache.
2012-02-01 00:38:41 +00:00
david
83f1d573c0
Add --with-subversion to configure scripts.
2012-02-01 00:38:39 +00:00
david
94f88daee6
Fix brace balancing with PCAP_IS_SUITABLE macro.
2012-02-01 00:38:37 +00:00
fyodor
d46163f9ef
Add a task for making ssl-google-cert-catalog not require that the user also specify ssl-cert
2012-01-31 21:27:15 +00:00
fyodor
be30624e7c
remove a newline which caused whitespace problem in generated nsedoc
2012-01-31 20:41:15 +00:00
patrik
f75c3678a0
o [NSE] Added voldemort-info, that retrieves cluster and store information
...
from the Voldemort distributed key-value store. [Patrik]
2012-01-31 20:32:37 +00:00
patrik
321e63a86d
o [NSE] Added http-qnap-nas-info, that retrieves the model, firware version,
...
and enabled services from a QNAP Network Attached Storage (NAS) device.
[Brendan Coles]
2012-01-31 20:22:42 +00:00
fyodor
10e8b240da
mark an item as done
2012-01-31 19:01:07 +00:00
fyodor
67460dd44d
Add an idea suggested by Henri
2012-01-31 03:56:26 +00:00
patrik
af3734f41f
o [NSE] Fixed a bunch of global access errors in various libraries reported by
...
the nse_check_globals script. [Patrik]
2012-01-30 23:13:35 +00:00
henri
2ff581affa
Fixed event set masking, only ev_inc was modified. Error introduced in r27949.
...
This was noticed and fixed by Brian Gottreu.
2012-01-30 21:53:34 +00:00
henri
5594173c17
Fixed a couple additional typos:
...
compatiable -> compatible
prefered -> preferred
connectiosn -> connections
statis -> status
2012-01-30 10:19:22 +00:00
henri
49a61f0fa6
Fixed typo (functino -> function).
2012-01-30 10:05:18 +00:00
david
04d120245e
More service submissions.
2012-01-29 21:41:37 +00:00
patrik
3c986d3544
applied patch by Michael Kohl that fixes a bug in the HTTP redirect code of the
...
http-generator script.
2012-01-29 15:32:09 +00:00
henri
e1c71046fe
Changed update_events() to make it directly filter out events that belong to
...
both event sets (events to add and events to remove).
This removes the need callers had to do that filtering, it is safer and makes code
easier to read and maintain.
This section of code is described in a nmap-dev thread, that led to the
development of this patch: http://seclists.org/nmap-dev/2012/q1/243
2012-01-29 15:30:59 +00:00
patrik
46e25ee97c
fixed indentation and added some missing documentation
2012-01-29 15:16:05 +00:00
patrik
dc5dfa84fc
documentation updates for url-snarf and changed so 0s would make the script run
...
until ctrl+break is forced.
2012-01-29 10:56:06 +00:00
patrik
0e75bceb37
Changed default timeout to 30s for url-snarf, rather than infinite
2012-01-29 10:51:57 +00:00
patrik
3fe1a5f44f
Added the broadcast category to the url-snarf script
2012-01-29 08:29:42 +00:00
patrik
5575943ea0
o [NSE] Added url-snarf. The script sniffs the network for URLs in HTTP
...
traffic and prints the URL together with the originating IP. [Patrik]
2012-01-29 08:23:30 +00:00
patrik
3633c502b6
o [NSE] Added http-auth-finder. The scripts spiders a site looking for URLs
...
requiring form- or HTTP-based authentication. [Patrik]
2012-01-29 06:23:35 +00:00
patrik
1c38198c02
Changed JSON null-check to the json.NULL constant per David's recommendation.
2012-01-29 05:52:04 +00:00
patrik
6724733817
Fixed a bunch of script errors reported by Duarte Silva:
...
http://seclists.org/nmap-dev/2012/q1/246
2012-01-28 22:03:11 +00:00
patrik
fb546789a1
Fixed bug that would make the script crash if no domain argument was specified.
2012-01-28 21:34:11 +00:00
david
991191186a
More service submissions.
2012-01-28 21:21:10 +00:00
patrik
d4ca7dccfd
fixed bug that would fail reading url and options supplied to the Helper:new
...
method.
2012-01-28 19:29:32 +00:00
patrik
fb3eb4c6c5
Fixed a bug in http-auth that failed to report errors properly.
2012-01-28 18:13:15 +00:00
henri
9cf2fa8854
Apply the correct event type against evclr in X_EV.
2012-01-27 20:44:28 +00:00
henri
255c2a0a9b
Fixed an assertion failure which could occur when connecting to an SSL server:
...
nsock_core.c:186: update_events: Assertion `(ev_inc & ev_dec) == 0' failed.
Thanks to Ron for reporting the bug and testing.
See: http://seclists.org/nmap-dev/2012/q1/235
2012-01-27 15:46:32 +00:00