1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00
Commit Graph

12203 Commits

Author SHA1 Message Date
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
nnposter
47ec607c6f Optimize DALC structure marshalling in TNS
Avoids unnecessary splitting of the input string value
2020-05-20 21:18:05 +00:00
dmiller
aa6245b53a New issue templates for Github Issues 2020-05-20 20:11:22 +00:00
nnposter
3019f0c9de Fix DALC structure unmarshalling in TNS. Fixes #2010
The algorithm got broken in r37418 (4009f5fb17),
when string concatenation was replaced with table concatenation.
2020-05-20 20:08:38 +00:00
dmiller
df1874cedd Reduce CPU usage of OS scan by 50%
expr_match was wasting cycles implementing syntax not used or documented
elsewhere (boolean AND, "+" to mean non-zero), copying and allocating new
strings. Replacement reduces number of comparisons and performs parsing
in-place on the const input expression.
2020-05-20 05:23:47 +00:00
nnposter
fb1406a51a Add new vhost entry. Closes #2041 2020-05-20 01:48:35 +00:00
nnposter
0d966d9fee True up the full virtual host probing list
The last update to vhosts-default.lst (r32488, bb77ad2abc) should have covered vhosts-full.lst as well.

It should be reviewed whether the above-mentioned update added too much into
the default list, increasing its size five-fold. For performance reasons,
this list is apparently intended to cover only the most common names.
2020-05-20 00:02:18 +00:00
nnposter
b64f17b1ad Already implemented in r29399
See Github commit 1441aea655
2020-05-19 23:26:10 +00:00
nnposter
eefc08e795 Add music/photo/video detection. Closes #2048 2020-05-19 22:51:29 +00:00
dmiller
875a51fb0f Be more parallel with ARP discovery
Two essential changes:

1. (ab)Use the ratelimit detection feature to hold off sending retransmissions,
preferring to send new ARP probes. Late responses will still be recorded, but no
longer counted as drops. This also gives each target the longest amount of time
to respond.

2. Send timing pings much more frequently. Since we're not sending any
retransmissions until timeout + ratelimit, we wouldn't otherwise have any data
on drops in order to speed up or slow down.

Results are faster ARP scans with fewer missed targets. See #92.
2020-05-15 18:18:18 +00:00
dmiller
bfef89e943 Also fudge received times for NS scan 2020-05-15 17:49:49 +00:00
dmiller
4fcc04cce5 Avoid printing null timestamp if scan was skipped. Fixes nmap/nmap#1725 2020-05-14 18:11:41 +00:00
dmiller
069af655eb ARP: Look for an earlier probe if response seems too fast. See #92 2020-05-11 17:20:11 +00:00
dmiller
a41e8c8e58 Update copyright language for Windows. 2020-05-11 17:18:27 +00:00
nnposter
351eea1986 PROTOCOL_IDS is a table. Fixes #1999, closes #2005 2020-04-14 18:11:23 +00:00
dmiller
5b6645e09d Copy link header from beginning of frame, not beginning of IP header. 2020-04-06 21:39:58 +00:00