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

6403 Commits

Author SHA1 Message Date
david
149ff73451 Check the NMAP_UPDATE_CHANNEL subdirectory first. 2011-12-16 02:55:27 +00:00
david
233fd6c0f9 Comment improvement. 2011-12-16 02:55:26 +00:00
david
bd4fea7378 Add NMAP_UPDATE_CHANNEL #define. 2011-12-16 02:55:25 +00:00
david
212c2a82cb Split out a subroutine in nmap_fetchfile. 2011-12-15 21:13:42 +00:00
david
ee024fde3a Make the comment about fetchfile search order better. 2011-12-15 21:13:41 +00:00
patrik
844929ce64 o [NSE] Added the script http-unsafe-output-escaping that checks if parameter
contents are reflected in responses, aiding in discovering potential XSS
  vulnerabilities. [Martin Swende]
2011-12-15 06:19:20 +00:00
david
358d005ac9 Regen configure. 2011-12-14 22:14:43 +00:00
david
bd0e7b9b32 Obey the user's command to use a system liblinear.
Do this even if a system copy doesn't appear to be installed. Now you
get an error when that happens instead of Nmap silently using its own
version.
2011-12-14 22:14:42 +00:00
henri
f74851d638 Removed "n_w" and "numready" variables to get rid of GCC (4.6.1) warnings
concerning set but never used variables.
2011-12-14 15:09:09 +00:00
henri
97402a0d95 Removed variables "status" to get rid of GCC (4.6.1) warnings concerning set but
never used variables.
2011-12-14 15:01:14 +00:00
djalal
bce8764047 Add a missing comma to separate liblinear AC_HELP_STRING macro
arguments.
2011-12-14 14:42:58 +00:00
henri
59b0737886 Added CPEs for IBM OS/2 products. 2011-12-14 14:14:20 +00:00
patrik
31803a37f9 o [NSE] Minor change to vuzedht library to fix a bug that failed nsedoc from
building properly. [Patrik]
2011-12-13 21:26:19 +00:00
david
787c61b718 Fix an OS fingerprint name (reversed from Henri's CPE). 2011-12-13 19:02:23 +00:00
henri
e0be6980aa Added a bunch of CPEs for 2Wire devices 2011-12-13 15:41:32 +00:00
david
09dd372b02 Capitalization. 2011-12-13 03:36:21 +00:00
david
3d6ae9b625 Subversion is an Apache project now. 2011-12-13 03:35:42 +00:00
david
48e21b7675 Update SVN installation instructions for new HTTPS repo location. 2011-12-13 03:34:31 +00:00
david
0104f2a911 Whitespace. 2011-12-13 03:02:00 +00:00
david
efc1a228f2 Remove the notice about changed SVN.
Let's see if this works...
2011-12-13 02:45:38 +00:00
david
8bb38333d5 Add README and makefile warning for SVN migration. 2011-12-12 23:10:03 +00:00
david
cc4812bac3 Add a training semicolon to categories in .desktop files.
This was contributed by Frederik Schwarzer and avoids this warning:

kbuildsycoca4(21865) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/zenmap.desktop" is not compliant with XDG standard (missing trailing semicolon).
2011-12-12 09:05:48 +00:00
patrik
4214307364 o [NSE] Added the script http-grep that attempts to match web pages and urls
against a given pattern. [Patrik]
2011-12-11 19:44:26 +00:00
patrik
74b53a6a14 o [NSE] Added stop function to crawler so that scripts can properly shutdown
the crawler in case they want to end early. [Patrik]
2011-12-11 10:59:35 +00:00
patrik
3e8440f5f6 o [NSE] Fixed issue in path encoding in the http-backup-finder script. [Patrik] 2011-12-11 09:17:21 +00:00
patrik
5183478e8c o [NSE] Added the script http-backup-finder that searches for backup copies
of files discovered by crawling a website. [Patrik]
2011-12-10 10:32:18 +00:00
patrik
a94535a1c4 added missing license variable to http-email-harvest 2011-12-10 10:16:56 +00:00
patrik
8254da793e o [NSE] Added getLimitations function to httpspider that returns any
limitations imposed on the crawler. [Patrik]
2011-12-10 10:11:56 +00:00
david
42fa95c755 Update path in comment. 2011-12-09 18:39:03 +00:00
david
3e10995e90 Remove README-EXTERNALS. 2011-12-09 18:36:46 +00:00
patrik
e20a1b5174 o [NSE] Modified the httpspider library to prefetch links in the queue and
change how script arguments are processed. Script and library arguments are
  now processed from within the library. [Patrik]
2011-12-09 15:48:19 +00:00
david
6cbd5a9a58 Allow --exclude and --excludefile together. 2011-12-08 23:16:57 +00:00
david
620431e723 Give addset_elem_print external visibility. 2011-12-08 23:16:56 +00:00
david
d4feb365e2 Print IPv4 octect bit vectors in the opposite order (big endian). 2011-12-08 23:16:55 +00:00
david
ab82ccd033 Set field width based on sizeof(bitvector_t). 2011-12-08 23:16:54 +00:00
david
69c6779965 Remove extra line output in addrset_elem_print. 2011-12-08 23:16:54 +00:00
david
a7a763ee52 Let addrset_elem_print take a FILE * argument. 2011-12-08 23:16:53 +00:00
patrik
9d5875e245 o [NSE] Added the script http-apache-negotiation that detects if the Apache
module mod_negotiate is enabled. [Hani Benhabiles]
2011-12-08 20:50:12 +00:00
patrik
25a54f58cb o [NSE] Applied patch that corrects an issue where the http-method-tamper
script would fail to properly detect JBoss servers vulnerable to the
  CVE-2010-0738 vulnerability. [Hani Benhabiles]
2011-12-08 19:04:42 +00:00
patrik
682a9a746b o [NSE] Added a new httpspider library and the script http-email-harvest that
collects e-mail addresses by spidering a website. [Patrik]
2011-12-06 22:47:11 +00:00
patrik
34db78528a o [NSE] Added support for detecting whether a http connection was established
using SSL or not by the http.lua library [Patrik]
2011-12-06 22:24:58 +00:00
patrik
acb1455874 o [NSE] Applied patch that replaces a number of GET requests to HEAD in http-
fingerprints.lua where no matching was performed on the returned contents.
  [Hani Benhabiles]
2011-12-06 15:57:21 +00:00
patrik
0340c7321c o [NSE] Applied patch to the ssl-cert script that adds support for getting SSL
certificates from FTP servers. [Matt Selsky]
2011-12-06 15:49:36 +00:00
david
30af606588 Light copyediting of NSEDoc in ssl-google-cert-catalog.nse. 2011-12-06 05:01:18 +00:00
david
028345e871 Improve the wording in the output of ssl-google-cert-catalog.nse. 2011-12-06 05:01:17 +00:00
patrik
171c917b37 o [NSE] Added the a Vuze library, port probe and the script vuze-dht-info. The
script connects to a Vuze node and gets protocol, vendor and network
  information. [Patrik]
2011-12-03 09:18:58 +00:00
david
e0ca50b976 Remove executable bit from scripts. 2011-12-02 19:34:04 +00:00
david
46bcc85069 Add some more JBoss fingerprints.
These are from a talk I saw recently (page 19).
http://www.matasano.com/research/OWASP3011_Luca.pdf
2011-12-02 19:28:54 +00:00
david
38f6e7dcef Clearer documentation and missing delimiter in xml.cc. 2011-12-02 18:12:42 +00:00
colin
d3fd9bda66 Updated changelog and todo list for nping --safe-payloads defaulting. 2011-11-30 03:12:55 +00:00