dmiller
58bd519f90
Add Github issue links to changelog
2016-08-30 18:59:58 +00:00
dmiller
3d377e07ee
tftp-enum: Don't brute cisco names with custom wordlists. Fixes #117 . Closes #355
2016-08-30 18:59:57 +00:00
dmiller
8b46e5e3c3
Be more clear about where errors come from in NSE bind
2016-08-30 18:59:55 +00:00
dmiller
610bb63f49
Port numbers are integers; bugs happen when we use floats.
2016-08-30 18:59:54 +00:00
nnposter
3ea1cdf460
Reduces false-positives by treating 404 as a failed authentication
2016-08-30 16:12:30 +00:00
dmiller
bacf620fed
Update ip-geolocation-maxmind to use structured output, cache database. Closes #240
2016-08-30 16:07:09 +00:00
dmiller
8779c1e376
Fix a crash in ssl-enum-ciphers when parsing unsupported cert types
2016-08-30 16:07:08 +00:00
dmiller
c82915cb71
Print error message when -e fails on Windows. Closes #527 . Fixes #111
2016-08-30 12:12:58 +00:00
dmiller
da8d868a9e
Fix false positive in smb-vuln-cve2009-3103
2016-08-30 04:56:16 +00:00
dmiller
19c6146d1e
New XML document to track 3rd-party licenses, versions, etc.
2016-08-29 20:30:27 +00:00
dmiller
92f52de958
Remove trailing whitespace
2016-08-29 20:30:26 +00:00
dmiller
59d9e31ab2
Update some urls to https
2016-08-29 20:30:23 +00:00
nnposter
74769a0da6
Corrects categories listed in the description to reflect actually implemented fingerprints
2016-08-29 01:34:03 +00:00
dmiller
8c10485689
Fix MySQL version detection, greeting parsing. Fixes #529
2016-08-25 23:05:50 +00:00
tomsellers
7dc1bbf928
Update CHANGELOG for last commit
2016-08-25 22:37:36 +00:00
tomsellers
6735a8dc95
[NSE]sslcert.lua - Fix two issues with LDAP. Closes #531
2016-08-25 22:28:33 +00:00
dmiller
79a2774405
Rename Mac OS X to OS X for 10.8 - 10.12. Fixes #508
2016-08-25 21:02:21 +00:00
dmiller
f6db6731d2
Fix kqueue engine, not compliant with new Nsock API after IOCP integration
2016-08-25 21:02:19 +00:00
dmiller
f4c5c832a6
Remove dependency on pcap-int.h Fixes #426
...
Windows doesn't support selectable pcap fds, so instead of fiddling with
adapter read timeouts via PacketSetReadTimeout, we get an event handle
with pcap_get_event and WaitForSIngleObject. This means we don't need to
extract the adapter from the pcap_t, which is not part of the libpcap
API and was causing crashes switching between the libpcap versions used
by WinPcap and Npcap.
2016-08-25 18:41:03 +00:00
dmiller
d4ed90381f
Update @output for ssl-enum-ciphers to reflect 3DES changes
2016-08-24 16:12:40 +00:00
dmiller
9a21104bd6
Clarify kex weakness warning with actual kex info
2016-08-24 16:07:58 +00:00
dmiller
fc948c437b
Add warning for SWEET32 on CBC with block size <= 64 bits
2016-08-24 16:07:57 +00:00
nnposter
fb2fc62a0b
Penalizes 3DES for SWEET32 attack (CVE-2016-2183)
2016-08-24 14:56:25 +00:00
jah
86da86007c
Fix "bad argument #1 to 'match' (string expected, got nil)" in hostrule
...
by returning early when nfs-ls and nfs-statfs do not have the required
version numbers for the nfs and mountd ports.
2016-08-23 22:39:29 +00:00
tudor
e5a495c1a0
Fixed some compiler warnings
2016-08-23 04:27:07 +00:00
nnposter
666cd648c3
Corrects the IKE attribute type for 2048-bit MODP group. Fixes #523
2016-08-23 01:18:07 +00:00
dmiller
d4f698bc59
Avoid unnecessary assert failure: http://seclists.org/nmap-dev/2016/q3/98
2016-08-22 19:50:06 +00:00
tudor
1e1f744186
Added IOCP integration for Nsock, engine IOCP is the default engine on Windows
2016-08-22 19:15:13 +00:00
dmiller
2fb52b456e
Add an error check to giop.lua
2016-08-22 16:26:41 +00:00
vincent
5d532c9249
Added detailed comments to the macosx/Makefile
2016-08-22 16:14:54 +00:00
vincent
383f7611a6
Update the requirements in the "Compiling Nmap on Mac OS X" section
2016-08-22 16:12:00 +00:00
vincent
ffab946e04
Add sentence to mac installation page, first paragraph
2016-08-22 16:10:56 +00:00
vincent
30360bb5a2
Correct wrong ratio value in documentation
2016-08-22 16:06:59 +00:00
vincent
e4fcf2347a
Use the AppleLocale prefs directly
...
This is really easier and much more portable (Mac OS 10.5 and later)
than the other solution proposed. The problem with the actual code happens
when I set English as my main language with a French localisation and
keyboard. Sometimes, the AppleLanguages configuration file contains names
like "English" instead of "en", "EN" or "en_EN". Moreover, there can be
more than one language defined here. Instead, I suggest with this PR to
use AppleLocale directly, which is in the "en_EN" format (or whatever
language) and is set to the current language used by the machine. This
would allow users to just launch Zenmap and have the software launched in
the desired language without having to use the terminal (they can still
change their machine language in the System Preferences or via the
Terminal, but it would be easier to use).
2016-08-22 15:37:43 +00:00
nnposter
020980bcba
Adds a fingerprint for Dell iDRAC6 remote console to script http-default-accounts
2016-08-22 13:43:53 +00:00
nnposter
c23e8bae3e
Adds a fingerprint for Lantronix ThinWeb Manager to script http-default-accounts
2016-08-22 13:41:01 +00:00
nnposter
76760b0c8d
Adds a fingerprint for Motorola AP-7532 to script http-default-accounts
2016-08-22 13:35:18 +00:00
paulino
429215565c
Removes obsolete script. Closes #519
2016-08-22 01:34:02 +00:00
paulino
442b82e260
Adds nil check
2016-08-21 23:16:40 +00:00
paulino
cb9a184732
Fixes error handling and improves error message by including the URL to download the database
2016-08-21 22:31:48 +00:00
abhishek
22fc9e7865
Add CHANGELOG entry for --script-timeout.
2016-08-20 18:57:52 +00:00
abhishek
6dc2617714
Documentation for script-timeout. Closes #385
2016-08-20 18:57:49 +00:00
abhishek
cd0b373130
Add --script-timeout option to limit the script's runtime. Closes #330 and Fixes #234 .
2016-08-20 18:57:47 +00:00
dmiller
b5656da197
Fix a bug in dns-fuzz, missing table.concat
2016-08-20 04:53:35 +00:00
dmiller
bab09913a8
Add unittests for vnc auth password encryption
2016-08-20 04:40:47 +00:00
nnposter
47d84ec60f
Tightens target_check in the fingerprint for BeEF
2016-08-20 02:15:02 +00:00
dmiller
d48bd6bc5d
Avoid a crash trying to auth with VNC password >8 chars
2016-08-20 00:08:03 +00:00
dmiller
bd77d65e3b
Avoid another unsigned vs signed integer overflow in packing
2016-08-20 00:08:02 +00:00
dmiller
11c2662a40
Avoid integer overflow in signed pack by using literal string
2016-08-20 00:08:00 +00:00
dmiller
5022aaf794
Avoid error thrown when pcap read times out on firewall-bypass.nse
2016-08-20 00:07:59 +00:00