1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-04 04:26:33 +00:00
Commit Graph

11047 Commits

Author SHA1 Message Date
nnposter
c324237cf0 Converts the login check from a negative test to a positive one (Apache Axis2) 2017-04-25 23:06:38 +00:00
nnposter
2a07563f1d Simplifies a match pattern 2017-04-25 21:41:43 +00:00
dmiller
b2ed1d58b5 Process 129 service fingerprints 2017-04-24 20:05:46 +00:00
dmiller
b3849c478c New script arg vulns.short 2017-04-24 13:53:47 +00:00
dmiller
4307615b50 Update snmp scripts with backwards-compatible script-arg syntax 2017-04-22 19:31:25 +00:00
dmiller
13d06eb738 Use creds username as SNMP community if no ':' indicates password. Fixes #862 2017-04-22 19:31:24 +00:00
dmiller
8f3137bac7 Add a README.md for Github 2017-04-21 19:47:50 +00:00
dmiller
69084bbd38 Update scripting documentation 2017-04-21 15:13:08 +00:00
dmiller
c8d5cf86b2 Correct reference to snmpcommunity script-arg. Fixes #861 2017-04-21 13:28:55 +00:00
dmiller
87991d57a2 Revert an incorrect change from r36730 2017-04-21 13:10:23 +00:00
dmiller
e813de759a Reduce use of utils.h for error functions 2017-04-20 22:39:08 +00:00
dmiller
0ff217dc53 Re-add some needed includes on Windows 2017-04-20 17:24:33 +00:00
nnposter
6d3eac9d3b Puts together recent CHANGELOG entries related to http.lua 2017-04-19 19:18:21 +00:00
dmiller
86edcb0e5b Remove some unused includes 2017-04-19 19:06:47 +00:00
nnposter
920fc785b0 Adds a CHANGELOG entry for commits r36722-r35725 2017-04-19 19:03:40 +00:00
nnposter
b9aac1d6ba Cleans up inline documentation for the default HTTP redirect behavior. Fixes #831 2017-04-19 18:42:51 +00:00
nnposter
cfa57758ad Changes the redirect rule to return false in case of a missing path. This
change aligns the code with the corresponding comment. Fixes #830
2017-04-19 18:39:20 +00:00
nnposter
ab96f9c2e7 Corrects a default HTTP redirect rule for hostname/domain matching. Fixes #829 2017-04-19 18:35:31 +00:00
nnposter
17c37b7e8d Corrects a default HTTP redirect rule:
A redirect should not be carried out if credentials are embedded in the URL.
Fixes #826
2017-04-19 18:30:13 +00:00
dmiller
256378df5c Fix up some more header includes 2017-04-19 18:18:38 +00:00
nnposter
e80976a13a Provides a common function, url.get_default_port(), for obtaining
the default port number for a given scheme. Fixes #781
2017-04-19 18:00:36 +00:00
nnposter
af6bbc35bb Changes the port type returned from url.parse() to an actual integer, as
opposed to a string that represents an integer. Fixes #833, fixes #817.
2017-04-19 17:02:32 +00:00
dmiller
339283d4b0 Remove some unused/overused includes 2017-04-19 14:53:24 +00:00
dmiller
34841655c3 Remove un-checked HAVE_RPC_TYPES_H as we have no test for it 2017-04-19 14:24:43 +00:00
dmiller
77457d5f9b Remove an unused include 2017-04-19 14:23:42 +00:00
dmiller
891c3be3b9 remove tcpip.h from other headers' includes 2017-04-19 13:53:57 +00:00
dmiller
59d9069e32 Add missing source files 2017-04-19 13:16:14 +00:00
dmiller
24f6cec25a Move scan lists structs and functions to scan_lists files. 2017-04-19 04:14:43 +00:00
dmiller
71f86bf2ec Remove some unused function prototypes 2017-04-19 02:17:20 +00:00
dmiller
214d527632 New script smb-double-pulsar-backdoor. Closes #854 2017-04-18 18:09:10 +00:00
dmiller
e2546efe02 Changelog entry for previous commit 2017-04-15 03:30:28 +00:00
dmiller
9e81835ccb Ignore ICMP Time Exceeded for the purpose of host discovery.
http://seclists.org/nmap-dev/2015/q2/68
From: David Fifield <david () bamsoftware com>
Date: Wed, 29 Apr 2015 10:13:40 -0700

Previously, a Time Exceeded message meant the host was immediately
marked down, even if there were other probes still in transit. Now it
gets treated the same as no-response.

I found that a concurrent ICMP traceroute was interfering with host
discovery. Nmap was receiving and acting on the Time Exceeded messages
produced by the traceroute process. This caused it to mark a host as
down that actually was up.
2017-04-15 03:30:27 +00:00
nnposter
c58aa814f3 Suppresses empty output if no vulnerable parameters are found 2017-04-15 00:08:49 +00:00
nnposter
3a6deb0075 Removes trailing ".0" from clock artifacts 2017-04-14 01:41:26 +00:00
dmiller
bcdfa3d05d Process 132 service fingerprints 2017-04-13 15:56:52 +00:00
nnposter
12a89bfa7a Improves a few matching patterns 2017-04-09 15:27:55 +00:00
nnposter
558b70645b Converts the login check from a negative test to a positive one 2017-04-09 15:10:56 +00:00
nnposter
b80141d69e Updates two fingerprints to use the JSON library 2017-04-09 14:57:51 +00:00
nnposter
665ee2ad66 Corrects a fingerprint category for ExtraHop 2017-04-09 14:31:22 +00:00
nnposter
5ef8d01a7f Simplifies a few logical expressions 2017-04-09 14:25:08 +00:00
nnposter
3952e2fd62 Fixes an issue that caused long integers to be expressed in scientific notation. Fixes #807 2017-04-09 13:33:31 +00:00
dmiller
37287ad664 Add explanatory comment 2017-04-04 16:27:59 +00:00
dmiller
44a315b548 Fix a unit test in asn1.lua 2017-04-04 16:26:09 +00:00
dmiller
cb50c3c74b Make ncat -i not timeout while waiting for initial connection 2017-04-04 16:26:08 +00:00
nnposter
e4d923f076 Allows the port to be a simple number 2017-04-01 22:33:37 +00:00
nnposter
3a9b4d93af Allows the port to be a simple number 2017-04-01 22:05:36 +00:00
nnposter
5636767c85 Fixes hard-to-read code indentation 2017-04-01 21:11:47 +00:00
nnposter
917c988baa Adds a CHANGELOG entry for the previous commit. 2017-04-01 16:05:12 +00:00
nnposter
11a8c315ed Includes port information in the Host header for non-standard ports. Fixes #766 2017-04-01 14:33:54 +00:00
nnposter
1bdbc2a680 Improves parsing of the HTTP status line. Fixes #772 2017-04-01 14:25:36 +00:00