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

12968 Commits

Author SHA1 Message Date
dmiller
3c91ad69b4 Add zlib includes and libs to Debug Windows build 2017-09-30 19:36:06 +00:00
dmiller
dace53a931 Avoid selecting on STDIN on Windows. Fixes #978 2017-09-30 15:34:35 +00:00
dmiller
e30340b05a Document ascii_host field of url.parse 2017-09-28 16:31:05 +00:00
dmiller
1291626c1b Use canonical ASCII host/domain name for withinhost/withindomain in httpspider 2017-09-28 04:31:31 +00:00
dmiller
bec78e7ea9 Allow parsing Unicode URLs 2017-09-28 01:57:26 +00:00
dmiller
365e45d246 Remove some unnecessary parameters and avoid re-encoding frequently 2017-09-28 01:57:25 +00:00
dmiller
9f77cef4b1 Move domain splitting and unicode decoding from punycode to idna. 2017-09-28 00:12:54 +00:00
dmiller
2c03a651f3 Remove duplicated functions (use idna's toASCII and toUnicode instead) 2017-09-28 00:12:53 +00:00
dmiller
368a0b160d Eliminate an unused variable 2017-09-28 00:12:52 +00:00
dmiller
d3c851621a Add note and reference to punycode.js in the main part of NSEdoc for punycode.lua 2017-09-27 21:44:55 +00:00
dmiller
61056e91a6 Add idna and punycode to unittest.lua 2017-09-27 21:29:33 +00:00
dmiller
23a8bfc0bd Fix line endings and add NSEdoc markers 2017-09-27 21:29:32 +00:00
dmiller
b90786a5ef Regen configure scripts 2017-09-27 21:29:31 +00:00
rewanth
fdc9b1980d Adds two new libraries, punycode and idna. Closes #958. 2017-09-27 19:28:41 +00:00
dmiller
c6f42909e2 Update docs for smb-psexec since nmap_service.exe is not distributed any more. Closes #1019 2017-09-27 19:05:44 +00:00
dmiller
80bc6e5778 Cross reference ip-geolocation scripts 2017-09-27 19:05:43 +00:00
dmiller
cb7405c309 Start adding CHANGELOG credits for http-enum fingerprint entries 2017-09-26 19:02:46 +00:00
dmiller
d0566d1807 Fingerprint for Telerik CVE-2017-9248. Closes #954 2017-09-26 19:02:45 +00:00
paulino
86ef024038 Fixes issue when parsing NTLM headers. Closes #922 2017-09-25 04:28:12 +00:00
nnposter
c7c92f4529 Adds an entry for nnposter 2017-09-24 16:46:58 +00:00
nnposter
42cfb3ce46 Fixes indentation to line up with all the other entries 2017-09-24 16:40:08 +00:00
paulino
6550ea9d7a Adds http-trane-info.nse to obtain information from Trane Tracer SC controller and connected devices. Submitted by Pedro Joaquin on the mailing list 2017-09-24 06:21:21 +00:00
nnposter
260d009ad2 Corrects a changelog entry. Fixes #975 2017-09-24 00:43:56 +00:00
nnposter
cf1360ec0a Adds a possibly missing definition of offsetof(), introduced in r37005 2017-09-24 00:33:27 +00:00
nnposter
cf406cb5e0 Strips off ANSI terminal escape sequences from the telnet session stream
to simplify pattern matching
2017-09-23 23:57:53 +00:00
nnposter
00c95dda32 Converts brute.lua argument retrieval to stdnse.get_script_args()
to achieve consistent user experience
2017-09-23 23:46:55 +00:00
nnposter
49c88de5a1 Avoids potential integer overflows caused by excessive timer values
specified in Ncat command-line options. Fixes #1006
2017-09-23 23:42:15 +00:00
nnposter
0bf41f28de Adds explicit type casting to silence MSVC compiler warnings about
"possible loss of data". Fixes #995 (together with r37008, r37009)
2017-09-23 23:37:18 +00:00
nnposter
9d11605113 Adds protection against dealing with excessive timer values.
As a side effect it silences current MSVC compiler warning about
"possible loss of data". See #995
2017-09-23 23:24:14 +00:00
nnposter
8f54ffa15d Replaces floating-point arithmetic with integers to avoid theoretical
overflows. As a side effect it silences current MSVC compiler warning about
"possible loss of data". See #995
2017-09-23 23:17:14 +00:00
nnposter
ec0007c444 Adds changelog entry for fixes #972, #981, #984, #996. 2017-09-23 23:09:21 +00:00
nnposter
1bc9f186b9 Allows ncat to properly process HTTP passwords that are either empty or contain colons. Fixes #984 2017-09-23 22:53:19 +00:00
nnposter
6e83dc6406 Refactors ncat authentication for SOCKS5. Fixes #981 2017-09-23 22:41:02 +00:00
nnposter
762f1c62b5 Adds missing information about the ability to act as a SOCKS5 client. Fixes #996 2017-09-23 22:26:57 +00:00
fyodor
4088325523 Note that Zlib library allows free commercial use and redistribution, then regen the PDF 2017-09-22 21:14:12 +00:00
fyodor
8bb158ff5b Add zlib-license.txt since we refer to it here in nmap/docs/Nmap-Third-Party-Open-Source.* 2017-09-22 21:13:09 +00:00
dmiller
008edb6698 Fix Windows build: missing files, static zlib 2017-09-21 03:58:40 +00:00
dmiller
649b1d5504 Prevent linking error from ZLIB_WINAPI difference. 2017-09-21 03:57:11 +00:00
dmiller
f73febcc15 Silence a warning 2017-09-21 03:55:26 +00:00
dmiller
afe978dfb9 Add static zlib dependency in vcxproj needed for nse_zlib.cc 2017-09-21 01:43:08 +00:00
dmiller
f4f28400b8 Add a match for odd nginx reverse proxy behavior. Fixes #787 2017-09-20 16:30:30 +00:00
dmiller
1df024ec0a Add missing nsedoc marker for formulas.mean_stddev 2017-09-19 22:39:20 +00:00
dmiller
cc367c46ab Update aclocal.m4 2017-09-19 17:01:40 +00:00
dmiller
97d3fb34f6 Silence autoreconf warnings. Closes #1009 2017-09-19 17:01:39 +00:00
dmiller
571cd2d903 Move non-config definitions to the file where they are used. Closes #1013 2017-09-19 17:01:38 +00:00
dmiller
ce5bdd6762 New script deluge-rpc-brute from Claudiu Perta 2017-09-18 17:10:59 +00:00
dmiller
310721fe2a Update 3rd-party license info for lzlib 2017-09-14 03:23:46 +00:00
tomsellers
255f7cace0 Fix spelling error in Changelog from last commit 2017-09-13 11:08:26 +00:00
tomsellers
a67240b58c version.bind cleanup, cross protocol version probe fallbacks Closes #977
Full description in GitHub PR#977

o [GH#977] Improved DNS service version detection coverage and consitentcy
  by using data from a Project Sonar Internet wide survey. Numerouse false
  positives were removed and reliable softmatches added. Match lines for
  version.bind responses were also conslidated using the technique below.
  [Tom Sellers]

o [GH#977] Changed version probe fallbacks so as to work cross protocol
  (TCP/UDP). This enables consolidating match lines for services where the
  responses on TCP and UDP are similar. [Tom Sellers]
2017-09-13 11:03:40 +00:00
dmiller
b57d23f005 Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00