1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 06:59:03 +00:00
Commit Graph

11504 Commits

Author SHA1 Message Date
dmiller
3b8b6516a7 Fix infinite loop in tls-alpn when server is forcing a protocol. 2018-05-14 16:11:02 +00:00
dmiller
6d93755fe6 Properly parse udp tracker port number 2018-05-04 05:10:55 +00:00
dmiller
fe4830dbf7 Check for response body from http trackers 2018-05-04 05:10:54 +00:00
dmiller
b0fddde9d7 Fix return values from calc_torrent_size; was always returning nil 2018-05-04 05:10:53 +00:00
dmiller
16e061ec2b Use bdecode function to parse buffer instead of reimplementing. Fixes #1203 2018-05-04 05:10:52 +00:00
dmiller
6f648be471 Check torrent/magnet parsing result 2018-05-04 05:03:14 +00:00
dmiller
99b9735715 Fix an error in crc32 function in nrpe-enum. Fixes #1199 2018-05-03 16:52:39 +00:00
dmiller
d35714e354 Changelog entry for previous change. See #1204 2018-05-01 03:46:22 +00:00
dmiller
c314e81cc6 Fix TCP option checking, which could be fooled by unknown kind into failing validation. See #1204 2018-05-01 03:39:49 +00:00
nnposter
45229e0fbd Adds missing --no-shutdown description. Closes #1200 2018-04-26 19:44:58 +00:00
nnposter
23d61f5baa Improves Set-Cookie header parser compliance with RFC 6265 2018-04-25 22:46:35 +00:00
dmiller
b94ceaa05b Fix error message, copy/paste mistake. See #1183 2018-04-14 02:11:00 +00:00
dmiller
715d8829e1 Shorten version number capture to relevant portion. Fixes #1183 2018-04-13 21:10:27 +00:00
dmiller
87794c45ce Finish applying patch from #1158 2018-04-10 03:18:50 +00:00
dmiller
99e69ecae5 Add some changelog entries 2018-04-09 16:17:10 +00:00
dmiller
f45da78f5b Catch a file error when saving recent scans. Fixes #1177 2018-04-09 16:17:09 +00:00
dmiller
aa1a94db53 Skip whole quoted program name when parsing args with --resume 2018-04-05 19:22:08 +00:00
dmiller
7acdd4b41f Quote args with spaces in invocation summary 2018-04-05 19:22:07 +00:00
dmiller
4519e7f899 Update liblua to Lua 5.3.4 2018-04-05 13:51:20 +00:00
nnposter
90230ed85d Fixes a comment typo 2018-04-01 23:04:47 +00:00
nnposter
59f80c31eb Allows parsing of empty attributes in Set-Cookie header. Fixes #1169 2018-04-01 22:47:25 +00:00
nnposter
089a76952b Improves unit testing for parse_set_cookie (parser for Set-Cookie header) 2018-04-01 22:40:26 +00:00
dmiller
6680f5648d Avoid using commonly-spoofed-closed ports as ping/timing ports 2018-03-28 20:17:44 +00:00
dmiller
02e3add66e Fix type comparisons to library names. Closes #1158 2018-03-28 20:17:43 +00:00
dmiller
689ea0e05d Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
fyodor
b5bd185743 Merged r37215--a few slight improvements to CHANGELOG text for 7.70 2018-03-24 18:49:58 +00:00
dmiller
36a6d897a5 Use correct width in sscanf. Fixes #1156 2018-03-22 16:31:32 +00:00
dmiller
19ba6060db Fix crash in Ncat UNIX socket datagram listen. 2018-03-22 16:31:31 +00:00
dmiller
72a68d8acd Reset err, fix logical test. Fixes #1157 2018-03-22 16:31:30 +00:00
dmiller
70be3c220e Fix a typo in changelog 2018-03-21 04:22:31 +00:00
dmiller
b34a8e9aad Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
dmiller
cadb66231f Merge 7.70 release branch into trunk 2018-03-20 18:08:25 +00:00
dmiller
67f828ca12 Remove some unused requires 2018-03-20 17:56:55 +00:00
dmiller
bd0523f8ee Fix names of macOS vs OS X 2018-03-20 17:55:38 +00:00
dmiller
7153ad8f82 Remove empty OpenSSL directory structure 2018-03-17 02:50:49 +00:00
dmiller
73b9059c29 Update library relocations for macOS 2018-03-16 20:58:41 +00:00
dmiller
e9f0256697 Fix build of macOS dependencies 2018-03-16 20:55:32 +00:00
dmiller
98c1984fce Fix modulesets to build openssl and dependencies on OS X 2018-03-14 17:12:44 +00:00
fyodor
8f3b8fabb7 fix a typo -> nc to ncat 2018-03-12 16:09:46 +00:00
dmiller
e6280062cd Changelog entry for previous commit 2018-03-11 03:50:54 +00:00
dmiller
8582bb5efe Do a 2nd SSL_read if necessary for renegotiation.
This fix was previously applied to ncat_listen's read_socket in r36652
(ac8b866) as a fix for #773. It didn't fully solve the problem, though,
since the fix should have been applied in ncat_core's fdinfo_recv, right
after the call to SSL_read. This commit moves the fix where it belongs,
which also simplifies the code.

Fixes #197 and #1049.
2018-03-11 03:50:53 +00:00
dmiller
ea2e9e4499 Fix hostmap-crtsh hostrule to require a name 2018-03-11 03:50:52 +00:00
paulino
5a653c192d Adds hostmap-crtsh.nse to list subdomains using Google's Certificate Transparency logs 2018-03-10 07:23:52 +00:00
dmiller
f51b1ceeea Add a credit for recent changes. Closes #1062. Fixes #1149 2018-03-10 03:18:01 +00:00
dmiller
8ee963caee Use BruteSocket in a bunch of brute scripts 2018-03-10 03:09:39 +00:00
dmiller
4c1d93405a Make brute.killstagnated true by default 2018-03-10 03:09:35 +00:00
dmiller
ab0c383431 Use BruteSocket for vnc-brute 2018-03-10 03:09:34 +00:00
dmiller
fcde4166be Don't hang waiting for threads that don't exist if they errored out 2018-03-10 03:09:33 +00:00
dmiller
918c24a540 Don't crash a thread if Driver.connect didn't return a brute.Error 2018-03-10 03:09:33 +00:00
dmiller
822dfa51a0 Fix misspelling of ZLIB_LIBS. Closes #1073 2018-03-10 03:09:32 +00:00