1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00
Commit Graph

9911 Commits

Author SHA1 Message Date
gyani
ba873c28c0 http-drupal-enum replaces http-drupal-modules.
The script now supports drupal theme listing as well.
Updated drupal-modules.lst and added drupal-themes.lst.
2015-08-13 11:58:44 +00:00
dmiller
69345854ee Fix script matching patterns that start with category names
The keyword patterns like "categories" or K "true" were consuming the
first part of patterns like --script 'broadcast-*' resulting in the
error "'broadcast-*' did not match a category, filename, or directory"

Changed to add a lookahead match for space, parentheses, or end-of-line
before considering a keyword to have matched.
2015-08-12 14:29:20 +00:00
dmiller
2fa36ec97f Fix arg parsing with nested tables, e.g. {{path=/}} 2015-08-11 20:45:33 +00:00
gyani
1de1b10c89 Ganglia info now uses dispatch tables and SLAXML to parse the XML response. 2015-08-08 11:25:27 +00:00
dmiller
9ab82ecedf Fix raw packet sending on FreeBSD 10.0 and later.
See https://svnweb.freebsd.org/base?view=revision&revision=241913 for
the change. Closes #196. Fixes #50.
2015-08-06 21:10:36 +00:00
dmiller
9fbad88213 Avoid blank output in tls-nextprotoneg when server doesn't offer any protocols 2015-08-06 21:10:35 +00:00
gyani
725ace524f The script would earlier return wrong output because the parsing of xml
depended on the order of the elements(date occuring before author).
I changed that and now the xml is parsed without regard to order.
2015-08-05 19:57:06 +00:00
dmiller
7c08cf9c4f Clean up nested list in nsedoc 2015-08-04 14:21:48 +00:00
gyani
97e4e55f31 Would crash when an http service returned no response status. Fixed
that.
2015-08-01 21:08:22 +00:00
dmiller
aa359738c1 Use POSIX-specified s6_addr element of struct in6_addr. http://seclists.org/nmap-dev/2015/q3/174 2015-08-01 19:42:34 +00:00
gio
96d5b949b3 Fixes #185 make nmap works fine, added missing dependencies 2015-07-30 06:30:30 +00:00
gio
86c89a3ecc Add DNS improvements to changelog. Closes #51 2015-07-30 06:27:56 +00:00
gio
6fdae80e41 Update request id on resend, bug discovered by bonsaiviking 2015-07-30 06:27:53 +00:00
gio
30b63ffa68 Remove non used lookup_cached_host, add whiteline between method definitions 2015-07-30 06:27:50 +00:00
gio
18b6b9c350 Use nbase u8 as buffer type 2015-07-30 06:27:46 +00:00
gio
aec4aac98f Fixed possible stack overflow with special crafted input discovered by bonsaiviking with fuzzing 2015-07-30 06:27:41 +00:00
gio
361f18fa87 Finer tests discovered and fixed other subtle bug thanks to them 2015-07-30 06:27:38 +00:00
gio
94e8a7acd3 Implemented more testing fixed some subtle bug thanks to it 2015-07-30 06:27:35 +00:00
gio
a44030ae23 Add tests subdir and have DNS test compile and run 2015-07-30 06:27:30 +00:00
gio
65aea074d1 Split declarations to header 2015-07-30 06:27:25 +00:00
gio
72c32299a0 Initialize DNS request id to random number 2015-07-30 06:27:22 +00:00
gio
4bf2731f44 Try to process also truncated DNS packets 2015-07-30 06:27:19 +00:00
gio
3039ebe9c0 Fixed error handling, a NXDomain end resolution tentatives 2015-07-30 06:27:16 +00:00
gio
15840e1793 Move sockadd_storage helpers functions to appropriate files 2015-07-30 06:27:13 +00:00
gio
e090e0901d Ported DNS answers parsing to IPv6 2015-07-30 06:27:09 +00:00
gio
d10e155f30 Add human readeable DNS ipv* packets generation 2015-07-30 06:27:06 +00:00
gio
cdd487580b Port cache and /etc/hosts reading to ipv6 2015-07-30 06:27:03 +00:00
gyani
868cd1f28b Added http-svn-* to CHANGELOG and script.db.
Reordered the categories in http-svn-enum to be in alphabetical
order.
2015-07-25 10:10:07 +00:00
gyani
4b2cbfd495 This script tries to enumerate users of a Subversion repository by
going through recent commit logs.
2015-07-25 09:56:07 +00:00
gyani
3cb0dac9fa This script requests information from a Subversion repository.
The output is similar to svn info url.
2015-07-25 09:55:37 +00:00
dmiller
3b47403fe7 NSEdoc for nikto-db-path copied from http-fingerprints so it will show up on web. 2015-07-24 13:34:56 +00:00
jiayi
0fa22d75a1 Add tor-consensus-checker to CHANGELOG 2015-07-21 02:52:34 +00:00
paulino
c24322ff9a Adds globalcatssl port to LIKELY_SSL_PORTS. Closes #179 2015-07-20 04:07:41 +00:00
gyani
e919d7fa94 Fixed the @output section, wrong script name. 2015-07-18 11:21:50 +00:00
fyodor
e168a4e31d Note that we support Nmap on Windows 7 and newer, and Windows Server 2008 and newer, and provide a link to the wiki on using older versions 2015-07-16 20:49:44 +00:00
dmiller
0f371d701a Consolidate TCP options for SYN into nmap.h 2015-07-14 03:08:17 +00:00
fyodor
03a67a7799 Update the nmap-update default channel to match new nmap.h NMAP_UPDATE_CHANNEL (one of my scripts that I run before releases does this) 2015-07-13 07:51:29 +00:00
dmiller
339f0ffd7d Fix NSEdoc: wrap lines, fix bulleted lists 2015-07-11 04:01:05 +00:00
gyani
a59056e29e Fixed a spelling mistake. 2015-07-10 17:06:28 +00:00
gio
2d1251329f Add ss_family to sockaddr_storage and align to 64bit 2015-07-09 09:26:11 +00:00
gio
08e9abbc62 Fixes #181 keep track and print resume of enabled/disabled Nmap features 2015-07-09 08:48:22 +00:00
gio
b705866220 Print warning if OpenSSL is not found but not explicitely disabled 2015-07-09 08:48:18 +00:00
dmiller
b99e76ec60 Fix a few more structs forward-declared as class. 2015-07-08 14:25:45 +00:00
dmiller
2056a30a76 Fix compilation on VS2010. Closes #183 2015-07-08 11:58:57 +00:00
dmiller
4d145aa9fa Replace − with '-' in nping docs. Fixes #184 2015-07-08 11:44:38 +00:00
dmiller
8116b35510 Add a check for MACPORTS_PREFIX in dylib paths to macosx/Makefile 2015-07-07 14:40:55 +00:00
dmiller
324b6beefe Fix build on VS2015 due to incorrectly forward declaring FingerMatch as class not struct 2015-07-07 11:43:31 +00:00
dmiller
faaf417606 Add http-crossdomainxml to the list of old script names (now http-cross-domain-policy) 2015-07-06 13:33:47 +00:00
dmiller
ba9473543b Mixed line endings cleanup for ssl-cert.nse 2015-07-05 21:59:04 +00:00
dmiller
078be5d8d8 Whitespace cleanup for tor-consensus-checker.nse 2015-07-05 21:59:03 +00:00