1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00
Commit Graph

6629 Commits

Author SHA1 Message Date
david
3d82399b6d nmap-os-db checkpoint. 2012-02-16 23:47:15 +00:00
fyodor
8e5d833881 Update a link to Nmap's HACKING file in svn 2012-02-16 07:35:59 +00:00
fyodor
389fcf4bfc Update a link to Nmap's HACKING file in svn 2012-02-16 07:35:41 +00:00
fyodor
5de1ea1dc3 standardize the name of Microsoft Terminal Services to official IANA name ms-wbt-server rather than inconsistently using ms-term-serv and microsoft-rdp. Suggested by Tom Sellers 2012-02-16 07:32:28 +00:00
david
ebf2f7b07c nmap-service-probes spelling fixes from Matt Selsky. 2012-02-16 04:33:48 +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
david
8425cb69e1 200 OS submissions and some more CPE. 2012-02-14 22:52:50 +00:00
david
ea5297c19f 100 OS submissions. 2012-02-14 08:39:48 +00:00
david
30da2ba892 150 OS submissions and some new CPE. 2012-02-14 03:51:48 +00:00
david
9fd1a1720b The official CPE dictionary uses "dlink" not "d-link". 2012-02-14 02:59:28 +00:00
david
04f595e692 Use stable_sort when sorting OS fingerprints for comparison.
Often an OS will respond differently to the second transmission of a
probe than to the first. For example, sometimes after it sends a SYN/ACK
it loses patience and sends a RST. The different second probe often has
different flags and options. In OS integration, I normally want to
compare with the first set of responses whenever they differ, so keep
them in the first position when sorting.
2012-02-14 02:59:28 +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
631515a5ed Removed dependency of non-existing ms-sql-discover script reported by
Tom Sellers.
2012-02-12 15:49:24 +00:00
david
eda6636bf0 sv-tidy. 2012-02-12 11:35:41 +00:00
david
9052b528e7 Last of the service submissions and corrections. 2012-02-12 11:35:39 +00:00
david
b13da4002d Small OS fingerprint expansion. 2012-02-12 11:27:03 +00:00
patrik
fccccff960 * bugfixes to several http scripts related to new redirect code in http
library
* added option to httpspider that allows passing the redirect_ok closure to
  the http library
[Patrik]
2012-02-11 22:37:14 +00:00
david
8026f8ed27 200 http service submissions. 2012-02-11 20:03:59 +00:00
david
c4ed9b61e8 Add a couple of OS prints from service submissions. 2012-02-11 20:03:55 +00:00
patrik
e8dad669ef Fixed bug in redirection code reported by David. The redirect_ok function
would fail validating a location if the port passed to http.get or http.head
was a number and not a table. [Patrik]
2012-02-11 17:50:48 +00:00
patrik
48423a8a88 o [NSE] Added redirect support to the http library. All calls to http.get and
http.head now transparently handle any HTTP redirects. [Patrik]
2012-02-11 13:37:40 +00:00
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