1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00
Commit Graph

12968 Commits

Author SHA1 Message Date
dmiller
210adf941e Remove nmap-update
This feature was never publicly released, and has not been distributed
in our binary builds for a couple versions now. It needed to be removed
in order to reduce the number of places Nmap looks for data files. See #2051
2020-08-27 19:13:31 +00:00
dmiller
2520edd8fe Be more strict with TCP options parsing, avoid reading off the end of TCP options. See #2107 2020-08-24 17:26:07 +00:00
dmiller
428c3e7700 Fix off-by-one issue in last change. Fixes #2107 2020-08-24 17:07:47 +00:00
nnposter
7d6cf3ae0c Implementation of TLS SNI override in Ncat
Closes #2087, closes #1928, fixes #1927, fixes #1974
2020-08-22 15:54:14 +00:00
dmiller
f4b0872288 fix license url: http -> https 2020-08-21 19:32:08 +00:00
nnposter
ae84080ea2 Add iDRAC9 fingerprint to http-default-accounts. Closes #2096 2020-08-20 02:30:50 +00:00
dmiller
cfff367aa6 Handle case of corrupted TCP options with length 0. Fixes #2104 2020-08-18 20:36:12 +00:00
nnposter
12b17ee758 Add ssh2.fetch_host_key() support for group 16 2020-08-16 22:24:19 +00:00
nnposter
2e010296af Prevent SSH2 KEX confusion. Fixes #2105 2020-08-16 21:18:01 +00:00
nnposter
d6877eb7b7 Fix a word-wrapping issue 2020-08-13 22:50:48 +00:00
nnposter
ca58ae9562 Centralize AFP timestamp conversion to string 2020-08-10 01:48:19 +00:00
nnposter
a0e19f54e0 Streamline Boolean expressions 2020-08-10 01:45:42 +00:00
dmiller
47cbe50afb Add cross references between the 2 whois scripts 2020-08-08 15:19:14 +00:00
nnposter
03d6fc9201 Clarified parsing of the volume list in AFP FPGetSrvrParms 2020-08-04 02:16:17 +00:00
nnposter
1d72ec21df Correct AFP name extraction from responses. Closes #2091
FPGetFileDirParms and FPEnumerateExt2 could crash due to unpacking from
out-of-bounds positions. This latent issue got exposed by converting from
bin.unpack to more stringent string.unpack
2020-08-03 03:19:20 +00:00
nnposter
77979a668e Unify AFP pathname serialization 2020-08-03 02:53:09 +00:00
nnposter
f278aca7ab Eliminate reflection false positives in http-shellshock. Closes #2089 2020-07-29 23:19:25 +00:00
nnposter
5ff407be40 Increases SQL Server version resolution 2020-07-28 01:07:35 +00:00
nnposter
631d2556c0 SNMP scripts are enabled on non-standard ports. See #1473 2020-07-27 03:32:27 +00:00
dmiller
99220fe0bc Document that --open implies --defeat-rst-ratelimit since 7.40 2020-07-23 21:16:13 +00:00
nnposter
c4f9e48dd3 Output of matched fingerprints in http-default-accounts. Fixes #2077 2020-07-21 23:49:28 +00:00
nnposter
74626ba5c9 Minor optimization of url.parse_query() 2020-07-20 22:39:09 +00:00
nnposter
e47c49110d Use correct default buffer position. Closes #2086 2020-07-20 21:44:09 +00:00
nnposter
32033c20fe Clarify location of the Error object 2020-07-20 21:06:33 +00:00
nnposter
be25ad6005 Credential object is creds.Account, not brute.Account. See #2086 2020-07-20 20:58:30 +00:00
dmiller
05763b620d Make maximize_fdlimit return rlim_t on appropriate platforms. Closes #2085. Fixes #2079 2020-07-19 05:00:13 +00:00
nnposter
3421d01d2e Clarify upper boundary for variable-length numerical fields 2020-07-17 20:56:39 +00:00
nnposter
9635eabb9f Use correct default buffer position. Closes #2084 2020-07-17 20:46:52 +00:00
dmiller
bdc676238f Fix --resume from IPv6 scans 2020-07-13 16:10:00 +00:00
nnposter
535e6382d4 Implement Ncat proxy creds via environment variable. Fixes #2060, closes #2073 2020-07-12 00:28:16 +00:00
dmiller
f491966ef2 SSL connect support for MySQL 2020-07-08 21:17:38 +00:00
dmiller
b41c39ea78 Catch missing RLIMIT constant at compile time 2020-06-29 04:35:31 +00:00
nnposter
832e8f41e2 Improve robustness of PostgreSQL v3 response code. Fixes #2009 2020-06-27 21:51:45 +00:00
dmiller
f31f56aa27 Add credit for earlier report. Closes #1622. Closes #1641 2020-06-22 14:30:46 +00:00
dmiller
b2c9062f90 Handle uppercase PTR records. Fixes #2068 2020-06-21 15:45:22 +00:00
dmiller
29c6a53604 Replace some alternations with ranges 2020-06-19 18:36:06 +00:00
dmiller
a4366a4394 Process most commonly-submitted fingerprints and FreeBSD 2020-06-19 18:27:16 +00:00
dmiller
030a58a26e Replace 'master' with 'controller thread' in NSE script docs/comments 2020-06-18 17:14:48 +00:00
dmiller
233d3a3691 Remove fingerprints with too little detail that match too many observations 2020-06-18 16:57:07 +00:00
dmiller
ef93ae44c6 Add a changelog entry for a significant change in Nmap 7.80 2020-06-18 16:21:25 +00:00
dmiller
0d613e3b4b Allow --ssl with --proxy for ncat. Fixes #2065 2020-06-17 22:42:49 +00:00
nnposter
ae0babda4d Propagate unpwdb errors to script output. Fixes #2011 2020-06-15 03:01:35 +00:00
nnposter
6a9e383f9f Corrected brute.mode 2020-06-14 01:16:01 +00:00
nnposter
e761d3e355 IPP printer status is already converted to an integer 2020-06-13 22:54:24 +00:00
nnposter
838ec193e3 Do not assume IPP end-of-attributes-tag is followed by another tag 2020-06-13 22:47:15 +00:00
nnposter
7ff536c8a1 Fix for IPP request tostring(). Fixes #2063 2020-06-13 02:10:51 +00:00
nnposter
f5b4d98153 Faster implementation of fromhex()
Over 40% faster and creates only a quarter of temporary Lua strings than
the legacy implementation
2020-06-04 19:38:10 +00:00
nnposter
19ad95c926 Convert file from CR/LF to LF 2020-05-27 01:51:30 +00:00
dmiller
0e87182cbb Warn if parts of the port spec will be ignored. 2020-05-22 17:18:59 +00:00
nnposter
b9c8409022 Fix Oracle 10g password hashing function
* Non-alphanumeric characters were not processed correctly
  The correct hash for BOB:LONG_MOT_DE_PASSE_OUI is EC8147ABB3373D53,
  not 3DB3AA445FB68342.
* The hash is case-insensitive
2020-05-20 23:01:41 +00:00