1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00
Commit Graph

10070 Commits

Author SHA1 Message Date
dmiller
f411d2ee28 Remove duplicate declaration of set_modules_path 2015-09-20 04:16:36 +00:00
dmiller
bb9f2230e6 Simply copy ndiff.py and the man page when building .dmg installer. See #201 2015-09-20 04:16:35 +00:00
dmiller
b9946229cf Fix a format string with missing argument 2015-09-18 12:40:33 +00:00
dmiller
9840973b60 Fix format string argument mismatches
Cases where the format string does not contain any placeholders, but
values are given anyway. Cases where string.format is used without any
placeholders or arguments.
2015-09-18 12:40:32 +00:00
dmiller
a954950b5a Remove some unneeded local declarations of loop variables 2015-09-18 12:40:30 +00:00
dmiller
6752546ef5 Fixes #212 http.get_url with https 2015-09-18 03:54:59 +00:00
dmiller
e2bbf289d4 Display EC curve name in ssl-enum-ciphers
Closes #173. See http://seclists.org/nmap-dev/2015/q3/254
2015-09-17 13:00:23 +00:00
dmiller
e783fbb4b5 Correct name of IBM Telnet TN3270 (http://seclists.org/nmap-dev/2015/q3/266) 2015-09-17 13:00:22 +00:00
fyodor
fec3b43b6f Regenerate nmap-mac-prefixes using latest IEEE OUI data. 080027 is now reported as Oracle VirtualBox virtual nic since they apparently use (stole?) that prefix which was actually assigned to Cadmus Computer Systems. Also the OUI file location and the format has changed a bit and so I changed my scripts to adjust for that 2015-09-16 09:43:02 +00:00
dmiller
ddc5762ca9 Fix reporting of DH and ECDH param sizes
Finite-field (traditional) DH parameter strength should be reported in
bits. ECDH key strength is the size (log base 2) of the order of the
base point G (see NIST SP 800-57 rev 3 section 5.6.1)
2015-09-16 04:51:49 +00:00
dmiller
dbdd0485be Add knx-gateway-info and knx-gateway-discover scripts from Niklaus Schiess 2015-09-15 15:10:37 +00:00
dmiller
c86bf7bfa0 Add previous commit to libpcap/NMAP_MODIFICATIONS/ 2015-09-15 13:31:21 +00:00
dmiller
83b9c4c939 Disable TPACKET_V3 in included libpcap. Still broken, see #34 2015-09-15 13:31:21 +00:00
dmiller
dd4b840be0 Catch socket errors in iscsi scripts 2015-09-12 03:31:14 +00:00
dmiller
d8fa762407 Fix http-useragent-tester, which did not test user agents
Spotted by Raúl Fuentes, http-useragent-tester was only sending one
query, but reporting status for all user agents. This was because the
http.get call was not using the bypass_cache option, so the first
(cached) response was used for all subsequent tests.
2015-09-10 17:27:22 +00:00
paulino
d1a2bf1d60 Fixes #195: Fixes XML output overwrite when reporting multiple vulnerabilities from the same script. Patch submitted by jgajek 2015-09-10 05:59:37 +00:00
paulino
40cfbdb0f3 Fixes #195: Fixes XML output overwrite when reporting multiple vulnerabilities from the same script. Patch submitted by jgajek 2015-09-10 05:57:29 +00:00
paulino
f89e1968f9 Patch to fix detection of S7-1200 Model PLCs by Stephen Hilt 2015-09-10 02:32:42 +00:00
dmiller
a02a29c28f Warn about deprecated option names with -v 2015-09-09 02:50:51 +00:00
dmiller
66022b9672 Another filename check for bad options like -oG- (creates file G-) 2015-09-09 02:50:50 +00:00
dmiller
0021991042 Fix a segfault with --release-memory without --traceroute 2015-09-09 02:50:50 +00:00
dmiller
bc7d670911 Correct spelling of 'deprecated' vs 'depreciated' 2015-09-09 02:50:49 +00:00
dmiller
0effedaf9e Add filename checks to deprecated output file options 2015-09-09 02:50:47 +00:00
dmiller
829fbef715 Fix human-readable sizes in ls.lua
First, enforce significant digits when converting, e.g. 1.1K to bytes.
Next, use the server-returned human-readable format instead of
converting to bytes by default. The conversion to bytes is still done to
get total byte count.

Also changed how boolean options work to better match existing
convention: --script-args ls.human or --script-args ls.human=1 now work.
You must explicitly say "false", "no", or "0" to make a boolean flag
false (or just leave it out).
2015-09-04 14:23:14 +00:00
dmiller
ff0f32bb67 Tighten pattern match to avoid \r in output 2015-09-04 14:23:14 +00:00
dmiller
b5cc57fbcc Add http-ls.nse. See #106 2015-09-04 12:52:10 +00:00
dmiller
998da3d070 Fix an assertion error in ls.lua: size is a number, not a string 2015-09-04 12:52:09 +00:00
dmiller
893f0c32f9 Update afp-ls, nfs-ls, smb-ls to use ls.lua. See #106 2015-09-04 12:52:08 +00:00
dmiller
087fadf2a9 Add ls.lua library. Closes #106 2015-09-04 12:52:08 +00:00
dmiller
c527e097a3 Add a make-install step to Travis CI. Closes #205 2015-09-02 15:01:03 +00:00
dmiller
867d927ca6 Fix some links Google was grabbing from the Changelog ending in 'html.' 2015-09-01 19:01:52 +00:00
dmiller
f92265c91b Fix a double-free and cache problem in nmap_dns 2015-08-29 11:32:52 +00:00
dmiller
7852fa3c18 Remove many ERROR outputs from non-debug NSE output 2015-08-27 20:43:55 +00:00
dmiller
fb5c947453 Fix Nmap DTD to account for PCDATA in script element 2015-08-21 16:35:19 +00:00
andrew
90f534d8c1 Removed an unnecessary check that a string is non-NULL before free()ing memory in proxy_*_node_delete. 2015-08-21 14:39:31 +00:00
dmiller
101562e0e5 Add a couple more missing dependencies. 2015-08-21 01:57:43 +00:00
dmiller
e0fd29efb0 Add a missing dependency in Makefile.in 2015-08-20 21:22:56 +00:00
gio
569e954a96 nselb/creds: Fix #159, Add support for credential multitag 2015-08-20 20:05:28 +00:00
gio
419cf17951 Update changelog with changes relative to #75 2015-08-20 19:50:42 +00:00
gio
1873c53d7c Normalize target all in Makefile.in 2015-08-20 19:50:41 +00:00
gio
c3b069b0ea normalized *_check target to check-* target 2015-08-20 19:50:39 +00:00
gio
263872f60b Normalize some forgotten target 2015-08-20 19:50:37 +00:00
gio
90edf7ba5c normalized *_[dist]clean target to [dist]clean-* target 2015-08-20 19:50:34 +00:00
gio
1529955698 Squash my_*clean inside *clean, config.cache cleared only by distclean 2015-08-20 19:50:31 +00:00
gio
3b42a41f44 normalized *_build target to build-* target 2015-08-20 19:50:29 +00:00
gio
0044e8bad1 http-form-fuzzer: Use functions from nselib instead of reinventing 2015-08-18 16:25:17 +00:00
gio
3ca8599de3 Made maxlen and minlen form specific 2015-08-18 16:25:15 +00:00
gio
27563803f7 http-form-fuzzer assign {max,min}len_global in action function so they are host specific 2015-08-18 16:25:14 +00:00
gio
dd0c38778a http-form-fuzzer decrease max length if server report error 413 or 414 2015-08-18 16:25:12 +00:00
gio
730c9936bb Keep nbase compatible with old C compilers 2015-08-18 16:21:25 +00:00