dmiller
f6ab7a898a
Clear up a name that conflicts with global 'ports' struct
2019-11-22 17:51:53 +00:00
dmiller
ed66ed03ec
Use unique header guards
2019-11-19 17:53:42 +00:00
dmiller
1a510d0940
Document Nmap modifications to libpcap 1.9.1.
2019-11-19 17:53:41 +00:00
dmiller
7789fc8446
Apply patch 1 to avoid rebuilding scanner and grammar files
2019-11-19 17:53:40 +00:00
dmiller
2d256eda3d
Generate libpcap files, remove extra content, apply patch 2
2019-11-19 17:53:39 +00:00
dmiller
f1107301e8
Update to libpcap 1.9.1 (initial commit, no Nmap-specific patches)
2019-11-19 17:53:36 +00:00
dmiller
42bb2feed8
Add 4433 (openssl s_server) to likely SSL ports
2019-11-18 18:31:39 +00:00
nnposter
6785355374
Add a comment about suspect code
2019-11-17 03:23:53 +00:00
nnposter
67fe6bb0fb
MongoDB wire protocol is using signed int32. Fixes #1802
...
Unlike the old bin library, Lua string.pack does not support silent conversions:
Negative integers cannot be "I" packed and 0xFFFFFFFF cannot be packed with "i4"
2019-11-17 03:05:30 +00:00
dmiller
45994bf3e4
Note an important fixed bug in Nmap 7.80 changelog
2019-11-15 22:11:42 +00:00
dmiller
bb346e24c0
Reorder AC_CHECK_FUNCS and AC_SEARCH_LIBS for future safety.
2019-11-14 17:34:20 +00:00
dmiller
6844a8134c
Call AC_SEARCH_LIBS before AC_CHECK_FUNCS
2019-11-14 16:37:00 +00:00
nnposter
71034a0b09
String value in "elements" contains null bytes so "z" packing cannot be used. See #1802
2019-11-13 23:59:55 +00:00
nnposter
90f177843b
Marginally cleaner variant of commit r37751
2019-11-13 23:39:02 +00:00
dmiller
f566d59595
Clean up output and clarify warnings. See #1818
2019-11-11 14:54:53 +00:00
dmiller
6c18bfe10f
Guard some symbols for ancient (pre-2004) versions of zlib
2019-11-11 14:41:36 +00:00
dmiller
9ea82c000c
Avoid trying to find flex/bison when configuring libpcap (we pre-generate those files)
2019-11-11 14:41:35 +00:00
nnposter
29b147e4b6
Corrects a typo. Closes #1816
2019-11-08 20:35:14 +00:00
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