1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 23:19:03 +00:00
Commit Graph

12968 Commits

Author SHA1 Message Date
paulino
96448ae5d4 Removes hostmap-ip2hosts as the service will be shut down soon. 2019-01-31 23:28:00 +00:00
paulino
55a8441924 Adds attack signature for CVE-2014-0683. Closes #1448 2019-01-31 21:23:28 +00:00
paulino
c89f4892bf Adds attack signature for CVE-2019-1653. Closes #1446 2019-01-31 21:06:59 +00:00
paulino
b5b2a5dc78 Adds attack signature for CVE-2018-10824. Closes #1378 2019-01-31 21:02:37 +00:00
paulino
ffe8dd418f Adds attack signature for CVE-2018-10822. Closes #1376 2019-01-31 20:55:52 +00:00
nnposter
483f10da4d Simplify code by using random_alpha 2019-01-30 03:09:56 +00:00
nnposter
9ad1808726 Correct function name for rand.random.alpha. Closes #1449 2019-01-30 03:00:17 +00:00
dmiller
5c5ddcd7b8 Revert unmodified zconf.h on make clean 2019-01-24 17:05:08 +00:00
dmiller
d3eb07c98b Clean up generated files in libpcap on make clean. Fixes #1435 2019-01-24 17:05:07 +00:00
dmiller
c3eb07ac8f Add more ignores for generated files. 2019-01-24 17:05:07 +00:00
fyodor
9d43829302 Latest mac prefixes from IEEE as of today 2019-01-22 22:17:53 +00:00
nnposter
8e7bcbbe4c Normalizes index references 2019-01-21 23:43:05 +00:00
nnposter
bdf8830296 Adds missing option description 2019-01-21 23:09:26 +00:00
nnposter
b1f7158101 Replaces square brackets with appropriate XML tags 2019-01-21 21:17:56 +00:00
nnposter
88b4a4b65e Adds missing initialization 2019-01-21 03:25:54 +00:00
nnposter
453cd5ea53 Adds missing option initialization 2019-01-21 02:20:29 +00:00
nnposter
735abe6c3f Cleans up error handling 2019-01-21 02:19:11 +00:00
nnposter
aac899be8f Fixes a platform-dependent integer size mismatch. Fixes #966 2019-01-21 01:21:08 +00:00
nnposter
cb9559b342 Rectifies SOCKS5 protocol field overrun hazards 2019-01-19 23:50:18 +00:00
nnposter
6bb36b1ca2 Shortens the line to prevent an extraneous empty line 2019-01-19 23:48:01 +00:00
nnposter
4b4d67d4fb Strips off tabs and trailing spaces 2019-01-19 22:59:37 +00:00
nnposter
71eec581a3 Move declaration to the front to improve compiler compatibility 2019-01-13 23:33:49 +00:00
paulino
9af581ec03 Removes default timeout value of 5s as there are reports (and it makes sense) that this default value is too short for some environments. Now the default timeout for sockets is used. Closes #1312 2019-01-08 21:49:58 +00:00
paulino
1a2c506c5b Adds entry for tn3270 and enip-info updates 2019-01-08 21:44:11 +00:00
paulino
3de3ee8aff Adds TN3270E support to the tn3270 library. Additionally adds support for logical unit setting. Closes #1318 2019-01-08 21:34:37 +00:00
paulino
65c0376c59 Updated product codes, check for response length, update to string.unpack. (NothinRandom). Closes #1346 2019-01-08 21:26:06 +00:00
dmiller
e3afc3f5a6 Ensure large strings build of NSIS is used. Fixes #1396 2019-01-07 18:15:49 +00:00
nnposter
20b6bbda98 Report empty credentials as <blank> 2019-01-06 18:18:12 +00:00
nnposter
25db5fbb0d Increases ncat temporary RSA key size to 2048 bits
This resolves a compatibility issue with OpenSSL library configured with
security level 2, as seen on current Debian or Kali. Closes #1310, closes #1409
2018-12-20 02:04:02 +00:00
nnposter
fc3c9159be Adds searching by fingerprint name 2018-12-18 17:30:30 +00:00
nnposter
dd75a8fec6 Refreshed service pack versions; added MS SQL 2017. Fixes #1411 2018-12-13 21:47:15 +00:00
fyodor
434de730f5 Update copyright year for Ncat and Ncat Guide 2018-12-09 02:00:55 +00:00
dmiller
6d420e82b2 Changelog for #1227 2018-12-02 05:54:58 +00:00
dmiller
1ba0119372 Add a length check for certificate parsing. Fixes #1399 2018-12-02 05:48:27 +00:00
dmiller
b1efd74249 Warn for raw scan options without needed privileges 2018-11-29 20:27:05 +00:00
dmiller
b642dc129c Fix a bug in the fix. ebf083cb0b (commitcomment-31471930) 2018-11-29 17:42:09 +00:00
dmiller
350bbe0597 Avoid a crash (double-free) when SSH connection fails 2018-11-29 17:42:09 +00:00
nnposter
f893372ddd Renamed variable to better reflect its nature 2018-11-27 20:14:55 +00:00
nnposter
f0dd1b8c8d Variable is_ssl is not a flag but a protocol string. Fixes #1400 2018-11-27 19:28:24 +00:00
dmiller
3a240371fc Require 'options' to -s* and -P* to be joined to them, e.g. not '-s SUV' 2018-11-27 18:12:43 +00:00
dmiller
ebf083cb0b Fix a crash in http scripts when following redirects 2018-11-27 04:43:16 +00:00
dmiller
f8004b792c Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
dmiller
33f16dd075 Don't fatal() on iflist if npcap isn't found 2018-11-21 03:43:10 +00:00
dmiller
bff7dcad4e Avoid crashing when PATH contains non-ascii/utf-8. Decode if possible 2018-11-15 16:23:32 +00:00
dmiller
adfc39f4f3 Fix crash when using dir: operator 2018-11-15 05:03:46 +00:00
dmiller
38b843558e Change for-loop initial declarations not allowed in C89 2018-11-13 17:32:32 +00:00
dmiller
8490cad95d Copy zlib DLL during staging. Avoid building nmap-update 2018-11-08 15:30:15 +00:00
dmiller
8605dea33a Fall back to TCP connect ping on Windows without pcap
While Windows raw sockets can send and receive ICMP packets, Nmap relies on
libpcap packet capture to spot responses, so if pcap isn't available
(--unprivileged or Npcap not installed), we need to fall back to TCP connect for
host discovery, just like we do for unprivileged users on other operating
systems. Previous behavior was a fatal error suggesting unhelpfully to use
--unprivileged.
2018-11-08 15:28:13 +00:00
dmiller
66eee935a9 Avoid compiler warning about signedness mismatch on VS2013. 2018-11-08 14:52:32 +00:00
dmiller
89a1714580 Fix Windows build for zlib update: use DLL instead of static 2018-11-08 14:51:33 +00:00