1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-19 14:09:02 +00:00
Commit Graph

7705 Commits

Author SHA1 Message Date
fyodor
6fc2e38aa3 Note Python update for the next version of our Windows build 2012-06-14 01:56:02 +00:00
david
0cffea7238 Add CHANGELOG entries for Zenmap host filter crash and OS X 10.7 hang. 2012-06-14 01:18:42 +00:00
patrik
e6a42c9291 fix to get smb-enum-shares working on Windows 2008 and Windows 7 2012-06-13 20:35:50 +00:00
paulino
36363d904b Adds mysql-vuln-cve2012-2122.nse. This script exploits the authentication bypass vulnerability in Mysql/MariaDB (CVE2012-2122). 2012-06-13 06:12:13 +00:00
paulino
d4a093e6de Adds entry about mysql-vuln-cve2012-2122 2012-06-13 06:11:45 +00:00
david
4e816c82f5 Oracle OVSAgentServer is actually Oracle Virtual Server Agent. 2012-06-13 03:01:58 +00:00
kroosec
2710e91ece ssl-fingerprints: Updated to use littleblackbox v0.1.3 database. 2012-06-13 01:02:54 +00:00
kroosec
461b5d5a9e http-waf-fingerprint: Added credit to wafw00f and w3af in description field. 2012-06-12 23:26:24 +00:00
aca
f747ad8084 removed .exe, added info to Changelog 2012-06-12 20:33:34 +00:00
david
afdedbbcbc Oracle OVM Manager is called Oracle VM Manager now. 2012-06-12 14:41:53 +00:00
david
2be8b1832e Comment update in ovs-agent-version.nse. 2012-06-12 14:41:51 +00:00
david
3012e3354b Join up NSEDoc in ganglia-info.
http://seclists.org/nmap-dev/2012/q2/670
2012-06-12 14:41:49 +00:00
kroosec
d8ccfa31a6 Added the script http-waf-fingerprint which tries to detect the presence of a web application firewall and its type and version. 2012-06-12 10:41:19 +00:00
sean
f8f3dd1921 Fixed some stylistic mistakes in the previous commit. 2012-06-12 04:10:08 +00:00
sean
34c9ba9892 Fixed the utils_net.cc: In function ‘int send_packet(NpingTarget*, int, u8*, size_t)’:
utils_net.cc:1114:7: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] warnings by catching the return values of res and if they indicate failure at a lower level return OP_FAILURE
2012-06-12 03:52:46 +00:00
sean
e111cb35db Fixed the other C4005 with EWOULDBLOCK EHOSTUNREACH ENETDOWN ENETUNREACH ENETRESET ETIMEDOUT EINPROGRESS ENOBUFS EMSGSIZE ENOBUFS _HAS_CPP0X so that now the Windows source of NMAP compiles without Compile time warnings. There are still link warnings though. 2012-06-12 02:10:56 +00:00
sean
3b1341508a -Tnother error C4005 this one for ECONNABORTED:
his line, and those below, will be ignored--

M    nbase/nbase_winunix.h
2012-06-12 01:48:42 +00:00
patrik
b96ffc0e14 fixed a global variable in http.lua 2012-06-11 21:02:41 +00:00
patrik
44b46bb148 Fixed global declarations in smb.lua 2012-06-11 17:40:21 +00:00
patrik
8fdda62255 Added check to p2p-conficker to prevent it from running against ipv6. 2012-06-11 14:38:57 +00:00
perdo
106c529dd6 While extracting forms from websites, field names are no longer converted to lowercase (the error was reported by Paulino). 2012-06-11 09:41:58 +00:00
perdo
fe5c4c7bad Added http-form-fuzzer script that fuzzes forms it finds on websites. 2012-06-10 23:05:42 +00:00
perdo
54e73d555a Added a function that generates random strings to stdnse.lua. 2012-06-10 23:03:04 +00:00
perdo
8a049498d3 Added html forms 'parsing' routines to http.lua 2012-06-10 23:01:29 +00:00
patrik
71e26189f6 o [NSE] More Windows 7 and Windows 2008 fixes for the smb library and smb-ls
scripts. [Patrik Karlsson]
2012-06-10 22:40:02 +00:00
sean
a5d33580ea Added a comment with a pointer to the link on error C4800 2012-06-10 17:49:26 +00:00
sean
cd4fd5eee5 Fixed an error C4005: "C4005: 'ECONNRESET' : macro redefinition" by added a #undef above it 2012-06-10 17:48:50 +00:00
sean
87768241ec Fixed the warning about signed and unsigned comparision by changing j into an unsigned variable. 2012-06-10 17:30:40 +00:00
sean
9d32482c5a Fixed the warning C4800 by adding a pragma to ignore that warning. 2012-06-10 17:26:02 +00:00
aca
78c48319cf Merged dns-nsec3-enum to trunk 2012-06-09 18:44:46 +00:00
aca
858606f754 Commited http-frontpage-login to main branch 2012-06-09 18:28:50 +00:00
patrik
bc0defc8ff o [NSE] Added SPNEGO authentication supporting Windows 7 and Windows 2008 to
the smb library. [Patrik Karlsson]
2012-06-09 12:17:01 +00:00
sean
0c4e3d0446 Fixed the MSB8004 warning (Trailing slashes) by addind a slash at the end of the target for All Configurations.
Fixed the 4996 warnings (Use of the Microsoft *_s functions in liblinear) by changing the compilier command to ignore those particular warnings.
2012-06-09 02:24:48 +00:00
david
5a66f5710a CHANGELOG for get_srcaddr fix. 2012-06-08 00:07:11 +00:00
david
18faddcc96 Fall back to using the interface address if get_srcaddr fails.
Since r24413, we have tried "connecting" a UDP socket and using
getsockname in order to infer our source address. This replaced previous
behavior of always using the interface address. However, this appears to
fail when scnning certain *.0 addresses on Windows XP. So fall back to
the old behavior.

http://seclists.org/nmap-dev/2012/q2/464
2012-06-07 23:59:09 +00:00
fyodor
f1d230b491 add a minor suggestion regarding script output order. 2012-06-07 20:10:24 +00:00
patrik
bbc423734e Fixed bug that would make the script crash with the following error if the
latitude and longitude for an IP could not be determined:
attempt to concatenate field 'longitude' (a table value)
2012-06-07 18:08:18 +00:00
patrik
55572542ef Fix for bug in cookie parsing code reported by Ron Bowes;
http.lua:757: attempt to perform arithmetic on local 'pos' (a nil value)
2012-06-07 16:06:58 +00:00
fyodor
7b6b1f691c A couple more minor description updates that I forgot to checkin last time 2012-06-07 09:15:39 +00:00
david
dc485a4bff Comment typos(?).
It's sad to see "ugly hat" go.
2012-06-07 05:15:31 +00:00
fyodor
833ced6048 Add an entry for upgrading Python DLL on build machine to hopefully fix bogus security warning 2012-06-07 00:04:47 +00:00
fyodor
cb35b7d248 add a small note 2012-06-06 23:57:38 +00:00
perdo
5ac6c7d64a Fixed errors found by nse_check_globals. 2012-06-06 22:23:02 +00:00
batrick
14dc780226 Applied a patch by John Bond to remove unused script-arg. 2012-06-06 22:15:14 +00:00
patrik
b7f648bcac Fixed a bunch of errors reported by Ron Bowes;
http://seclists.org/nmap-dev/2012/q2/639
2012-06-06 22:11:02 +00:00
batrick
ceaa65a0f4 Move last remnants of Lua 5.0 "arg' table. 2012-06-06 22:08:01 +00:00
patrik
721ac80024 reverted previous commit, due to unfinnished changes in smb, asn1 and smbauth
libraries.
2012-06-06 22:04:28 +00:00
patrik
c4617f8d31 Fixed a bunch of errors reported by Ron Bowes;
http://seclists.org/nmap-dev/2012/q2/639
2012-06-06 21:57:00 +00:00
patrik
731e8b5302 Fixed error message in redis-brute 2012-06-06 21:36:52 +00:00
batrick
2dcb08a590 Fix location of try/catch. The pcap/dnet variables were not in scope. 2012-06-06 21:36:02 +00:00