1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00
Commit Graph

11397 Commits

Author SHA1 Message Date
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
dmiller
30de1639eb Fix some arg handling for ssh-publickey-acceptance 2017-09-11 15:17:51 +00:00
nnposter
e8b73078fd Provides more meaningful information about the connecting client when in UDP listening mode. Closes #980 2017-09-11 02:33:07 +00:00
nnposter
4fa07fc32b Clarifies that the packet count may be 0. Fixes #988 2017-09-11 01:24:49 +00:00
dmiller
cb237c4468 Cross-reference DNS name enumeration scripts 2017-09-08 19:40:24 +00:00
dmiller
aa18e592db Add passphrase support for privatekeys in ssh-publickey-acceptance 2017-09-08 18:10:17 +00:00
dmiller
e400493b30 Some grammar fixes in the refguide. Closes #992 2017-09-08 18:10:16 +00:00
fyodor
b52af7dfd1 One more minor wording change suggested by @meetinthemiddle-be 2017-09-07 23:00:09 +00:00
fyodor
0f19c7228f Rewrite the --script-timeout documentation text (even though this option, which was added last year, isn't currently working for me) and also made another slight typo fix to --max-retries doc. This was all suggested by @meetinthemiddle-be on Github. Closes #992. 2017-09-07 22:18:08 +00:00
dmiller
afcd81bc7d Fix handling of brute.retries script arg. Fixes #1004 2017-09-06 18:01:45 +00:00
dmiller
185db9db96 Correct a function name in a comment 2017-09-06 18:01:45 +00:00
rewanth
32b4848915 Updates CHANGELOG. 2017-09-06 09:08:05 +00:00
rewanth
8e717e1694 Adds NSE script for smb-enum-services and its support functions. Closes #987. 2017-09-05 18:19:11 +00:00
paulino
f14ca55a33 Fixes typo 2017-09-05 00:08:43 +00:00
rewanth
62810c3dbf Reverting back to older logic by removing offset param. 2017-09-02 15:33:28 +00:00
rewanth
a64d85c73d Adds optional offset parameter to msrpctypes.lua 2017-09-01 20:17:07 +00:00
rewanth
005167d25b Adds unmarshall_lptstr function to msrpctypes.lua. Closes #991. 2017-09-01 04:45:43 +00:00
henri
0afdee18fe nsock: minor style fix 2017-08-31 17:57:40 +00:00
dmiller
40e8199d23 Process 108 OS fingerprint submissions 2017-08-31 16:27:17 +00:00
rewanth
0a33672e18 Fixes bug in debug statement in msrpc.lua 2017-08-25 05:32:29 +00:00
dmiller
0b1d7652b8 Process 134 OS fingerprint submissions 2017-08-24 16:41:21 +00:00
rewanth
29b46159f8 Updates version detection methods. Closes #767. 2017-08-23 10:54:31 +00:00