1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-15 02:49:02 +00:00
Commit Graph

11985 Commits

Author SHA1 Message Date
nnposter
08a6d8db4b Fix for two RTSP request assembly defects introduced in r37474:
* Adds missing header-terminating empty line to the request string
* Rectifies a code crash when the header table is empty
Fixes #1781, closes #1796
2019-11-06 22:15:32 +00:00
fyodor
97ea08b8c2 fix typo noted by Patrick Higgins 2019-11-01 17:46:17 +00:00
dmiller
3a744a85c2 Check o.debugging *after* parsing options, otherwise it's always false. 2019-10-30 23:34:34 +00:00
dmiller
ec30dbab3f Actually use custom libssh2 lib/header path if given 2019-10-07 04:04:25 +00:00
dmiller
edb130e908 Replace some print calls with proper debug functions. See #1774 2019-10-07 03:13:09 +00:00
dmiller
1ae88d2620 Upgrade libssh2 to 1.9.0 2019-09-25 04:42:40 +00:00
dmiller
41b05333c6 Remove problematic fingerprint at request of licensee. 2019-09-23 15:04:05 +00:00
dmiller
128c136d44 A couple code warnings in dicom.lua 2019-09-20 04:40:21 +00:00
dmiller
3c24eda4be Consolidate some error handling, standardize geoip coordinates, fix output bugs. Fixes #1744 2019-09-20 04:40:20 +00:00
dmiller
634fc19089 Update translated docs to mention number, not time, for parallelism and hostgroup. Fixes #1745 2019-09-19 18:37:19 +00:00
dmiller
14f035a2e7 Replace deprecated CPE for IIS. Fixes #1749 2019-09-19 18:01:33 +00:00
dmiller
881c38cefb Fix a bug in broadcast-ping: concat instead of comma 2019-09-19 17:31:58 +00:00
dmiller
e38e834ffc port_or_service takes 2 args, not a table. Fixes #1748 2019-09-19 17:31:57 +00:00
dmiller
6a2cacaa40 Windows config Zlib to not use ASM, support GZ. Fixes #1723 2019-09-19 16:45:39 +00:00
dmiller
7d7f0672d2 Use 64-bit file sizes when resuming scans. See #1742 2019-09-16 16:33:04 +00:00
nnposter
7ce92c68df Another instance of the same bug as in r37734 2019-09-08 01:47:11 +00:00
nnposter
845bed4c2b Avoid unintentional passing of insert position from string.unpack
Fixes #1706
2019-09-08 01:25:39 +00:00
nnposter
c491143358 Do not trust SMB challenge length field with Extended Security in use
Some Samba servers fail to zero it out. See
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb/d883d0a5-5a0a-4626-8e3e-87b0b66b79aa
Fixes #1707, closes #1476
2019-09-08 00:40:27 +00:00
nnposter
d608b26eb5 Fix off-by-one bug 2019-09-07 22:50:33 +00:00
nnposter
3bb6062ede Use a more accurate variable name 2019-09-07 22:43:47 +00:00
nnposter
ce28753b89 Rectify error "bad argument #2 to 'format'" in SMB scripts
Fixes #1713, closes #1714, closes #1480
2019-09-06 04:13:07 +00:00
nnposter
991a2fa888 Rectifies an error when smb.list_dialects() fails. Closes #1726 2019-09-05 22:36:26 +00:00
nnposter
59c53f07fd Prevent an error when optional argument "overrides" is not passed
Prevent a potentially unexpected side-effect when the argument is passed.
2019-09-05 21:56:54 +00:00
nnposter
90a2063c9d Only one dialect is returned by smb.negotiate_v1() 2019-09-05 21:28:44 +00:00
nnposter
9e8852a7c7 Rectify undefined behavior of out-of-range shift op
Fixes #1717, closes #1718
2019-09-03 21:56:31 +00:00
dmiller
8d59507aad Support Npcap 0.9983's new loopback behavior 2019-09-03 19:13:14 +00:00
nnposter
ef2825b3bc Populate ID Authority with the correct value. See #1720 2019-09-01 03:53:04 +00:00
nnposter
729260e2d1 Account for a possibly nil argument 2019-09-01 03:09:49 +00:00
nnposter
e5c4f4886b Make sure that argument pos is always defined. See #1720 2019-09-01 02:57:34 +00:00
nnposter
be409657c2 Replace references to stdnse.strjoin with stringaux.strjoin. See #1720 2019-09-01 02:07:19 +00:00
nnposter
96bb8f9bc2 General clean-up. Closes #1687 2019-08-31 02:27:01 +00:00
dmiller
ac2e140a14 Changelog entry for #1371 [ci skip] 2019-08-23 19:52:10 +00:00
david
8712cbf9a2 Fix /author/.../feed/ capture in http-wordpress-users.nse.
Patch by Duarte.
https://seclists.org/nmap-dev/2019/q3/17

The regular expression for the case when the server returns a 200 HTTP
status is too open, it needs to be more specific.

When there is a link similar to the feed link that occurs before the
feed link, the expression will include everything between that initial
link and the feed link.

To fix this, the group that matches/captures the author username will
only do so until it finds a forward slash.
2019-08-22 23:08:31 +00:00
dmiller
862054bf5d Always delete old IOD before attempting reconnect
Trying to connect on the same IOD was leaking sockets, and may have
contributed to high CPU usage on Windows (See #1688)
2019-08-15 18:31:59 +00:00
dmiller
944963dcdc regen docs [ci skip] 2019-08-15 18:31:58 +00:00
dmiller
a36a34aa69 Bump version to 7.80SVN after release 2019-08-14 18:56:24 +00:00
dmiller
9141a09d1f Revert an accidental change to nmap-services 2019-08-13 03:37:23 +00:00
dmiller
b1d50f1951 Added a changelog entry for #1396 [ci skip] 2019-08-13 03:35:31 +00:00
dmiller
f05296d7f7 Merge changes from Nmap 7.80 release branch 2019-08-11 05:30:19 +00:00
dmiller
0b49f7f933 Resume scan supports XML logs since 7.40. 2019-08-08 01:10:35 +00:00
paulino
0066c8eefa Removes protocol version from associate() as it is not used in that function 2019-08-05 20:00:00 +00:00
paulino
645a9180ed Fixes script.db 2019-08-05 18:28:09 +00:00
paulino
82c0361f10 Fixes nil access error. Checks for object before calling the function isReduce 2019-08-05 15:19:24 +00:00
paulino
4f5b659767 Adds new NSE library for DICOM and scripts dicom-ping and dicom-brute to discover and brute force DICOM servers 2019-08-05 06:30:36 +00:00
nnposter
f513575f5c Rectify an HTTP digest authentication crash. Fixes #1665 2019-08-05 00:14:10 +00:00
dmiller
14b63a8ffe Update script.db 2019-08-02 04:21:40 +00:00
dmiller
cbb759565f Fix a bug: string.gsub, not string.sub 2019-08-02 04:21:39 +00:00
dmiller
13d70d9ac7 Avoid a crash by making sure response *has* a location header 2019-08-02 04:21:38 +00:00
dmiller
5ad05bdbab Note that resolveall.nse is replaced by --resolve-all option [ci skip] 2019-07-25 14:13:28 +00:00
nnposter
ddcbf14ff5 Improve the script screen output. Fixes #1637
- properly handle indentation and line termination of multi-line command output
- strip off control characters
- replace tabs with spaces to maintain column alignment
- clean up documentation
2019-07-21 01:12:30 +00:00