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

5246 Commits

Author SHA1 Message Date
david
79ae90e80f Add nmaprun information to Ndiff output.
Patch by Daniel Miller.
2011-04-29 03:56:03 +00:00
ron
01f5e7cf51 Added a patch from Chris Woodbury that fixes a serious bug in the SMB Authentication library, where multiple concurrent scripts with valid credentials would fail to log in. 2011-04-28 23:00:01 +00:00
david
9a65f4e010 Fix Ndiff unit test failure code found by Daniel Miller.
I guess this means the test was passing.
2011-04-28 22:14:54 +00:00
fyodor
726abfe39c Apply some minor fixes to italian man page translation from gincantalupo 2011-04-28 09:23:21 +00:00
david
de9d0362e0 Treat 5xx errors as success (guessed password) in http-brute.
This was suggested by Toni Ruottu in
http://seclists.org/nmap-dev/2011/q1/940.
2011-04-28 04:14:54 +00:00
david
f1a9fdd165 Add a GKrellM service probe from Toni Ruotto. 2011-04-28 02:40:11 +00:00
david
7ddf10f388 Capitalization. 2011-04-28 02:13:19 +00:00
david
ef2b75387b Add --- NSEDoc comment to backorifice-info.nse. 2011-04-27 22:38:56 +00:00
david
4c20923c12 Add another NSE TODO, Outlook web address. 2011-04-27 21:48:33 +00:00
david
e3a412e07f Add Henri's RST idle scan and NSE-based port scanning to NSE TODO. 2011-04-27 21:25:33 +00:00
david
712f9f2dc7 I think that my nmap-ipv6 branch's rewritten libdnet code solves any
Windows interface matching problems.
2011-04-27 21:22:10 +00:00
david
cf9fdbff11 New and completed NSE TODO. 2011-04-27 21:22:09 +00:00
david
832fae4c11 Restore working DNS updates in dns.encode.
This was broken in the merge in r22778. Patrick Donnelly noticed this
with nse_check_globals.
2011-04-27 20:33:04 +00:00
david
0183cde860 Finish r23021 (rename of tcpudp_cksum to ipv4_pseudoheader_cksum). I
accidentally left tcpip.cc out of the commit.
2011-04-26 23:00:49 +00:00
david
afce65a3a8 Rename tcpudp_cksum to ipv4_pseudoheader_cksum. Partial merge of r21278
from /nmap-exp/david/nmap-ipv6.
2011-04-26 15:38:44 +00:00
batrick
759426c215 Committed corrections [1] made by Gorjan Petrovski to factor out some code into
a function, fix indentation, and other minor bugs.

[1] http://seclists.org/nmap-dev/2011/q2/314
2011-04-26 02:23:28 +00:00
david
381ac05b7f Add HTTP fingerprint for server that was tripped in the dominoconsole
match.
2011-04-25 21:06:35 +00:00
david
9e0c58b55e Make a dominoconsole match more specific. It was matching an HTTP
response that happened to have some '/' and ':' in it. This was reported
by Chris Clements.
2011-04-25 21:06:30 +00:00
david
715338f9cb Add a distinguishing byte (\x01 for PING reply) to the BackOrifice
probe.
2011-04-23 00:23:49 +00:00
david
41f0baa141 Fix service scan template character codes in "capture exceeds length"
error messages.
2011-04-23 00:22:09 +00:00
djalal
e91c3505be o [NSE] Removed the nmap.get_interface_link function, which was
deprecated by the new nmap.get_interface_info function.
2011-04-22 22:47:28 +00:00
djalal
6a50deb96e Added a CHANGELOG entry for the nfs-ls bug that was ignoring Mount v1. 2011-04-22 22:32:03 +00:00
djalal
f8756deb0b Fix a typo in a comment. 2011-04-22 22:21:43 +00:00
djalal
849d0c5101 o [NSE] Call the new nmap.get_interface_info() function instead of
nmap.get_interface_link() to get the network interface link type.
   The nmap.get_interface_link() function is deprecated and will be
   removed.
2011-04-22 22:19:08 +00:00
djalal
546b8c4749 o [NSE] Fix a bug reported by Daniel Miller that was causing the nfs-ls
script to ignore NFS mounts when the Mount version is 1.
2011-04-22 21:52:20 +00:00
robert
737bb9e2dc Updated Visual C++ Redistributables and UID/Display names as appropriate for the April 2011 MFC Security Update (MS11-025)
http://www.microsoft.com/technet/security/bulletin/ms11-025.mspx
http://support.microsoft.com/kb/2467173
http://support.microsoft.com/kb/2467174
2011-04-21 09:59:54 +00:00
david
fef214063a Add omp2-brute and omp2-enum-targets from Henri Doreau. 2011-04-20 23:44:16 +00:00
david
3447e2a6a2 Use get_script_args to handle smb-related flag options, to use our
common true/false logic and not hardcode "1" and "true" in places. Patch
by Chris Woodbury.
2011-04-20 21:35:10 +00:00
david
e0f589a37f Document backorifice-info script args. 2011-04-20 07:45:13 +00:00
david
7880167e48 Localize functions and variables. 2011-04-20 07:45:12 +00:00
david
5726c875e9 Add backorifice-info.nse. 2011-04-20 07:45:10 +00:00
david
ec4db04494 Add checks for nmap.address_family == "inet" to scripts that require
that. Patch by Henri Doreau.
2011-04-19 18:09:15 +00:00
david
46c29d3f60 Use stdnse.print_debug instead of log_write. Patch by Henri Doreau. 2011-04-19 18:09:13 +00:00
david
94d0720515 Add quake3-master-getservers postrule summary patch from Toni. 2011-04-19 04:41:10 +00:00
david
9cabf868ed Add new NSE TODO. 2011-04-19 03:13:01 +00:00
david
0a0de6eb8b Add missing "s" qualifier from BackOrifice match line. 2011-04-19 02:30:12 +00:00
david
dd22e26f43 Add a BackOrifice service probe from Gorjan Petrovski. 2011-04-19 02:25:10 +00:00
david
95bca0d2c7 Add port 9001, tor-orport, to LIKELY_SSL_PORTS and LIKELY_SSL_SERVICES. 2011-04-19 00:51:10 +00:00
david
f00142f439 o Added a service probe for Zend Java Bridge, which is vulnerable if
exposed to an untrusted network. It was contributed by Michael
  Schierl.
2011-04-18 19:32:11 +00:00
david
7c613a7469 Revert r22905. Some of these "jabber" services are xmpp-server, some are
xmpp-client, and for some others it's not clear. I'm putting it back
until we can look at them some more.
2011-04-18 19:03:26 +00:00
david
0f4be2ccb6 Change the "jabber" service in nmap-service-probes to "xmpp-server" to
match nmap-services.
2011-04-18 18:33:48 +00:00
david
e9294bbb2e Change the lookup for specialized negotiation functions in ssl-cert.nse.
Instead of having an array called STARTTLS_PORTS, with linear lookup for
membership, defined SPECIALIZED_FUNCS, mapping port numbers to
negotiation functions. This make sit a little easier to add other SSL
negotiation mechanisms, like HTTP Upgrade.
2011-04-18 16:07:49 +00:00
david
7a2b7781f7 Add an http-enum fingerprint for /crossdomain.xml, which is used to
grant permission to Adobe Flash players to make connections.
2011-04-17 18:32:37 +00:00
fyodor
fc39ab542b Some updates (recently finished tasks) for the week 2011-04-13 20:08:40 +00:00
david
fb18ead35c Fix typoed variable name in http-vhosts.nse. 2011-04-11 02:35:49 +00:00
david
fc1f3a7ed1 Fix off-by-one array alignment in port reasons.
The affected codes were those between ER_ECHOREPLY and
ER_ADDRESSMASKREPLY.

 # symbol               reason_text      reason_pl_text
-- ------               -----------      --------------
12 ER_ECHOREPLY         echo-reply       echo-replies
13 --                   unknown          unknowns
14 ER_DESTUNREACH       unknown          unknowns
15 ER_SOURCEQUENCH      dest-unreach     dest-unreaches
16 ER_NETPROHIBITED     source-quench    source-quenches
17 ER_HOSTPROHIBITED    net-prohibited   net-prohibiteds
18 --                   host-prohibited  host-prohibiteds
19 --                   unknown          unknowns
20 ER_ADMINPROHIBITED   unknown          unknowns
21 --                   admin-prohibited admin-prohibiteds
22 ER_TIMEEXCEEDED      unknown          unknowns
23 --                   time-exceeded    time-exceededs
24 --                   unknown          unknowns
25 ER_TIMESTAMPREPLY    unknown          unknowns
26 --                   timestamp-reply  timestamp-replies
27 --                   unknown          unknowns
28 --                   unknown          unknowns
29 --                   unknown          unknowns
30 ER_ADDRESSMASKREPLY  addressmask-reply addressmask-replies
2011-04-08 20:18:55 +00:00
david
544753fb4f Add missing final entry in reason_pl_text. 2011-04-08 07:34:28 +00:00
batrick
9d2463b9cd comment clarifying -1 case 2011-04-05 19:34:34 +00:00
patrik
bbbccd4e01 o [NSE] Added the afp-ls script that lists files accessible on remote
AFP Volumes. [Patrik]
2011-04-05 08:31:34 +00:00
david
f43ca1ae27 Restore a check for nmap.is_privileged to targets-sniffer.nse. I asked
Nick to remove this, but it turns out nmap.pcap_open has a bad failure
mode when you're not root. It sleeps for several seconds then throws an
error. So rather than tackle that I'll add this check back to the
script.
2011-04-05 06:12:03 +00:00