1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00
Commit Graph

6629 Commits

Author SHA1 Message Date
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
david
22c17fa05d Add cccam-version.nse. 2012-01-27 01:13:35 +00:00
patrik
0ad978d3b8 o [NSE] Added the scripts xdmcp-discover, broadcast-xdmcp-discover and the
X Display Manager Control Protocol (xdmcp) library. The scripts discover
  hosts either using unicast or broadcast and try to detect supported
  authentication and authorization mechanisms. [Patrik]
2012-01-26 19:35:19 +00:00
fyodor
c2e868e17a latest TODO changes from meeting with David 2012-01-26 19:18:26 +00:00
david
fe96153a91 Remove --- from some non-NSEDoc comments. 2012-01-26 17:07:43 +00:00
david
118e9045b2 Service submissions.
ssh, postgresql, freeciv, pop3, domain, snmp, telnet.
2012-01-26 10:02:04 +00:00
henri
63f3fc4954 Fixed comments that referred to an incorrect location. 2012-01-26 09:25:05 +00:00
david
74785f0591 Remove remaining unused nmap-service-probes captures. 2012-01-26 09:21:29 +00:00
david
6a1a6132d3 Microsoft NNTP grouping. 2012-01-26 09:21:27 +00:00
david
a64000673c nmap-service-probes unused capture fixes from Rob Nicholls. 2012-01-26 09:21:26 +00:00
david
929146e679 Various nmap-service-probes fixes.
Found while reviewing Lauri Kokkonen's recent patch.
2012-01-26 09:21:24 +00:00
david
6bf7110c89 Remove most unused captures from nmap-service-probes.
This patch is from Lauri Kokkonen.
http://seclists.org/nmap-dev/2012/q1/219
2012-01-26 09:21:22 +00:00
henri
10d1f17509 Fixed two minor typos that escaped previous checks. 2012-01-26 09:16:58 +00:00
henri
444667943f Fixed SVN properties for consistency, so that src files now have the following
ones:

  svn:keywords: Author Date Id Revision
  svn:eol-style: native
2012-01-26 09:10:18 +00:00
patrik
5b05cbe46e o [NSE] Added script iax2-brute and supporting IAX2 library that performs
brute-force password guessing against the Asterisk IAX2 protocol. [Patrik]
2012-01-24 20:55:29 +00:00