1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00
Commit Graph

7008 Commits

Author SHA1 Message Date
tomsellers
eb21a7d1ee Minor change to add detail on recent MS SQL fingerprint addition. 2012-02-11 03:27:35 +00:00
david
582cb0c11d More service submissions. 2012-02-11 01:10:23 +00:00
henri
967e8cd9ec Updated CPEs for VMWare ESX and ESXi after discussions with NIST regarding
consistency of the official CPE (and related CVE) names for VMWare ESX and ESXi.

  * As ESXi is a bare-metal hypervisor, the official CPEs will be moved from "a"
    to "o" category (which nmap already used).

  * cpe:/a:vmware:esx_server will be re-mapped to cpe:/o:vmware:esx for
    consistency.

  * CPE dictionary and CVE database will soon be updated accordingly by NIST.

This commit also adds distinction between ESX and ESXi.
2012-02-10 09:00:08 +00:00
fyodor
2dea1e46f8 Some minor NSEDoc updates on scripts we completed in January 2012 2012-02-10 08:08:51 +00:00
fyodor
444db54fc5 Made some minor improvements to the nsedoc for some scripts written in December 2012-02-10 02:01:35 +00:00
david
4b75aaff5d More service submissions. 2012-02-08 23:46:45 +00:00
david
be73a3e9e9 Put the nselib/* loader at the front, not the end, of the loaders list.
The loaders list determines the order in which places are checked for
Lua modules. I had a problem on Windows when the nmap.exe directory
contained WinPcap's packet.dll. There was a runtime error when liblua
tried to open packet.dll instead of our packet.lua. This way we check
for our own files first.
2012-02-08 22:28:06 +00:00
tomsellers
74798d0356 Removed svn:execute property from certain .LUA scripts in the /nselib directory. This was enabling the execute bit on files when they were checked out. 2012-02-08 04:12:45 +00:00
tomsellers
78b99eec3c Removed svn:execute property from certain .NSE scripts. This was enabling the execute bit on files when they were checked out. 2012-02-08 04:11:10 +00:00
tomsellers
4cb024c21d Corrected a numeric type related to version detection against MS SQL 2008 R2 RTM. Added detection version number for MS SQL 2008 R2 SP1 2012-02-08 02:41:53 +00:00
tomsellers
da56d9c62f Addition of match for Microsoft SQL Server 2008 R2 version 10.50.1617 which is RTM+ MS11-049 2012-02-08 02:22:09 +00:00
david
7e64d85bcf AS32 not AS12. 2012-02-07 21:52:10 +00:00
fyodor
3d025e074e update the example command/output for the script to use an example from stanford 2012-02-07 21:46:16 +00:00
fyodor
68f5b44981 note that we received permission to use this service from Shadowserver 2012-02-07 21:28:01 +00:00
fyodor
734a50e16e Note a finished task 2012-02-07 19:22:12 +00:00
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