624e19fd8b
Squashed commit of the following: commit 2f4e8df33c5b4baa8d6fd67b400778a3f93482aa Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 16:31:03 2012 -0700 Clean up some rdoc comments This adds categories for the various interfaces that meterpreter and shell sessions implement so they are grouped logically in the docs. commit 9d31bc1b35845f7279148412f49bda56a39c9d9d Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 13:00:25 2012 -0700 Combine the docs into one output dir There's really no need to separate the API sections into their own directory. Combining them makes it much easier to read. commit eadd7fc136a9e7e4d9652d55dfb86e6f318332e0 Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 08:27:22 2012 -0700 Keep the order of iface attributes the same accross rubies 1.8 doesn't maintain insertion order for Hash keys like 1.9 does so we end up with ~random order for the display with the previous technique. Switch to an Array instead of a Hash so it's always the same. commit 6f66dd40f39959711f9bacbda99717253a375d21 Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 08:23:35 2012 -0700 Fix a few more compiler warnings commit f39cb536a80c5000a5b9ca1fec5902300ae4b440 Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 08:17:39 2012 -0700 Fix a type-safety warning commit 1e52785f38146515409da3724f858b9603d19454 Author: James Lee <egypt@metasploit.com> Date: Mon Feb 27 15:21:36 2012 -0700 LHOST should be OptAddress, not OptAddressRange commit acef978aa4233c7bd0b00ef63646eb4da5457f67 Author: James Lee <egypt@metasploit.com> Date: Sun Feb 26 17:45:59 2012 -0700 Fix a couple of warnings and a typo commit 29d87f88790aa1b3e5db6df650ecfb3fb93c675b Author: HD Moore <hdm@digitaloffense.net> Date: Mon Feb 27 11:54:29 2012 -0600 Fix ctype vs content_type typo commit 83b5400356c47dd1973e6be3aa343084dfd09c73 Author: Gregory Man <man.gregory@gmail.com> Date: Sun Feb 26 15:38:33 2012 +0200 Fixed scripts/meterpreter/enum_firefox to work with firefox > 3.6.x commit 49c2c80b347820d02348d694cc71f1b3028b4365 Author: Steve Tornio <swtornio@gmail.com> Date: Sun Feb 26 07:13:13 2012 -0600 add osvdb ref commit e18e1fe97b89c3a2b8c22bc6c18726853d2c2bee Author: Matt Andreko <mandreko@gmail.com> Date: Sat Feb 25 18:02:56 2012 -0500 Added aspx target to msfvenom. This in turn added it to msfencode as well. Ref: https://github.com/rapid7/metasploit-framework/pull/188 Tested on winxp with IIS in .net 1.1 and 2.0 modes commit e6aa5072112d79bbf8a4d2289cf8d301db3932f5 Author: Joshua J. Drake <github.jdrake@qoop.org> Date: Sat Feb 25 13:00:48 2012 -0600 Fixes #6308: Fall back to 127.0.0.1 when SocketError is raised from the resolver commitb3371e8bfeAuthor: James Lee <egypt@metasploit.com> Date: Tue Feb 28 17:07:42 2012 -0700 Simplify logic for whether an inner iface has the same address commit5417419f35Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 16:58:16 2012 -0700 Whitespace commit9036875c29Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 16:53:45 2012 -0700 Set session info before worrying about address get_interfaces can take a while on Linux, grab uid and hostname earlier so we can give the user an idea of what they popped as soon as possible. commitf34b51c629Author: James Lee <egypt@metasploit.com> Date: Tue Feb 28 16:48:42 2012 -0700 Clean up rdoc commite61a066345Author: HD Moore <hd_moore@rapid7.com> Date: Tue Feb 28 04:54:45 2012 -0600 Ensure the architecture is only the first word (not the full WOW64 message in some cases) commit4c70161097Author: HD Moore <hd_moore@rapid7.com> Date: Tue Feb 28 04:49:17 2012 -0600 More paranoia code, just in case RHOST is set to whitespace commitc5ff89fe3dAuthor: HD Moore <hd_moore@rapid7.com> Date: Tue Feb 28 04:47:01 2012 -0600 A few more small bug fixes to handle cases with an empty string target host resulting in a bad address commit462d0188a1Author: HD Moore <hd_moore@rapid7.com> Date: Tue Feb 28 03:55:10 2012 -0600 Fix up the logic (reversed by accident) commit2b2b0adaecAuthor: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 23:29:52 2012 -0600 Automatically parse system information and populate the db, identify and report NAT when detected, show the real session_host in the sessions -l listing commit547a4ab4c6Author: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 22:16:03 2012 -0600 Fix typo introduced commit27a7b7961eAuthor: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 22:11:38 2012 -0600 More session.session_host tweaks commite447302a1aAuthor: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 22:08:20 2012 -0600 Additional tunnel_peer changes commit93369fcffaAuthor: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 22:06:21 2012 -0600 Additional changes to session.session_host commitc3552f66d1Author: HD Moore <hd_moore@rapid7.com> Date: Mon Feb 27 22:00:19 2012 -0600 Merge changes into the new branch
337 lines
9.3 KiB
Ruby
337 lines
9.3 KiB
Ruby
# $Id$
|
|
# $Revision$
|
|
#
|
|
#Meterpreter script for ping sweeps on Windows 2003, Windows Vista
|
|
#Windows 2008 and Windows XP targets using native windows commands.
|
|
#Provided by Carlos Perez at carlos_perez[at]darkoperator.com
|
|
#Verion: 0.1.2
|
|
#Note:
|
|
################## Variable Declarations ##################
|
|
@@exec_opts = Rex::Parser::Arguments.new(
|
|
"-h" => [ false, "Help menu."],
|
|
"-r" => [ true, "The target address range or CIDR identifier"],
|
|
"-ps" => [ false, "To Perform Ping Sweep on IP Range"],
|
|
"-rl" => [ false, "To Perform DNS Reverse Lookup on IP Range"],
|
|
"-fl" => [ false, "To Perform DNS Forward Lookup on host list and domain"],
|
|
"-hl" => [ true, "File with Host List for DNS Forward Lookup"],
|
|
"-d" => [ true, "Domain Name for DNS Forward Lookup"],
|
|
"-st" => [ false, "To Perform DNS lookup of MX and NS records for a domain"],
|
|
"-sr" => [ false, "To Perform Service Record DNS lookup for a domain"]
|
|
)
|
|
session = client
|
|
host,port = session.session_host, session.session_port
|
|
|
|
# Create Filename info to be appended to downloaded files
|
|
filenameinfo = "_" + ::Time.now.strftime("%Y%m%d.%M%S")
|
|
|
|
# Create a directory for the logs
|
|
logs = ::File.join(Msf::Config.log_directory,'scripts', 'netenum', host)
|
|
|
|
# Create the log directory
|
|
::FileUtils.mkdir_p(logs)
|
|
|
|
#logfile name
|
|
dest = logs + "/" + host + filenameinfo
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Function for performing regular lookup of MX and NS records
|
|
def stdlookup(session,domain,dest)
|
|
dest = dest + "-general-record-lookup.txt"
|
|
print_status("Getting MX and NS Records for Domain #{domain}")
|
|
filewrt(dest,"SOA, NS and MX Records for Domain #{domain}")
|
|
types = ["SOA","NS","MX"]
|
|
mxout = []
|
|
results = []
|
|
garbage = []
|
|
types.each do |t|
|
|
begin
|
|
r = session.sys.process.execute("nslookup -type=#{t} #{domain}", nil, {'Hidden' => true, 'Channelized' => true})
|
|
while(d = r.channel.read)
|
|
mxout << d
|
|
end
|
|
r.channel.close
|
|
r.close
|
|
results = mxout.join.split(/\n/)
|
|
results.each do |rec|
|
|
if rec.match(/\s*internet\saddress\s\=\s/)
|
|
garbage << rec.split(/\s*internet\saddress\s\=/)
|
|
print_status("#{garbage[0].join.sub(" "," ")} #{t} ")
|
|
filewrt(dest,garbage[0].join.sub(" "," ")+" #{t} ")
|
|
garbage.clear
|
|
end
|
|
garbage.clear
|
|
end
|
|
|
|
rescue ::Exception => e
|
|
print_status("The following Error was encountered: #{e.class} #{e}")
|
|
end
|
|
end
|
|
end
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Function for writing results of other functions to a file
|
|
def filewrt(file2wrt, data2wrt)
|
|
output = ::File.open(file2wrt, "a")
|
|
data2wrt.each_line do |d|
|
|
output.puts(d)
|
|
end
|
|
output.close
|
|
end
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Function for Executing Reverse lookups
|
|
def reverselookup(session,iprange,dest)
|
|
dest = dest + "-DNS-reverse-lookup.txt"
|
|
print_status("Performing DNS Reverse Lookup for IP range #{iprange}")
|
|
filewrt(dest,"DNS Reverse Lookup for IP range #{iprange}")
|
|
iplst =[]
|
|
i, a = 0, []
|
|
begin
|
|
ipadd = Rex::Socket::RangeWalker.new(iprange)
|
|
numip = ipadd.num_ips
|
|
while (iplst.length < numip)
|
|
ipa = ipadd.next_ip
|
|
if (not ipa)
|
|
break
|
|
end
|
|
iplst << ipa
|
|
end
|
|
begin
|
|
iplst.each do |ip|
|
|
if i < 10
|
|
a.push(::Thread.new {
|
|
r = session.sys.process.execute("nslookup #{ip}", nil, {'Hidden' => true, 'Channelized' => true})
|
|
while(d = r.channel.read)
|
|
if d =~ /(Name)/
|
|
d.scan(/Name:\s*\S*\s/) do |n|
|
|
hostname = n.split(": ")
|
|
print_status "\t #{ip} is #{hostname[1].chomp("\n")}"
|
|
filewrt(dest,"#{ip} is #{hostname[1].chomp("\n")}")
|
|
end
|
|
break
|
|
|
|
end
|
|
|
|
end
|
|
|
|
r.channel.close
|
|
r.close
|
|
|
|
})
|
|
i += 1
|
|
else
|
|
sleep(0.05) and a.delete_if {|x| not x.alive?} while not a.empty?
|
|
i = 0
|
|
end
|
|
end
|
|
a.delete_if {|x| not x.alive?} while not a.empty?
|
|
end
|
|
rescue ::Exception => e
|
|
print_status("The following Error was encountered: #{e.class} #{e}")
|
|
|
|
end
|
|
end
|
|
|
|
#-------------------------------------------------------------------------------
|
|
#Function for Executing Forward Lookups
|
|
def frwdlp(session,hostlst,domain,dest)
|
|
dest = dest + "-DNS-forward-lookup.txt"
|
|
print_status("Performing DNS Forward Lookup for hosts in #{hostlst} for domain #{domain}")
|
|
filewrt(dest,"DNS Forward Lookup for hosts in #{hostlst} for domain #{domain}")
|
|
result = []
|
|
threads = []
|
|
tmpout = []
|
|
begin
|
|
if ::File.exists?(hostlst)
|
|
::File.open(hostlst).each {|line|
|
|
threads << ::Thread.new(line) { |h|
|
|
#print_status("checking #{h.chomp}")
|
|
r = session.sys.process.execute("nslookup #{h.chomp}.#{domain}", nil, {'Hidden' => true, 'Channelized' => true})
|
|
while(d = r.channel.read)
|
|
if d =~ /(Name)/
|
|
d.scan(/Name:\s*\S*\s*Address\w*:\s*.*?.*?.*/) do |n|
|
|
tmpout << n.split
|
|
end
|
|
break
|
|
end
|
|
end
|
|
|
|
r.channel.close
|
|
r.close
|
|
}
|
|
}
|
|
threads.each { |aThread| aThread.join }
|
|
tmpout.uniq.each do |t|
|
|
print_status("\t#{t.join.sub(/Address\w*:/, "\t")}")
|
|
filewrt(dest,"#{t.join.sub(/Address\w*:/, "\t")}")
|
|
end
|
|
|
|
else
|
|
print_status("File #{hostlst}does not exists!")
|
|
exit
|
|
end
|
|
rescue ::Exception => e
|
|
print_status("The following Error was encountered: #{e.class} #{e}")
|
|
end
|
|
end
|
|
|
|
#-------------------------------------------------------------------------------
|
|
#Function for Executing Ping Sweep
|
|
def pingsweep(session,iprange,dest)
|
|
dest = dest + "-pingsweep.txt"
|
|
print_status("Performing ping sweep for IP range #{iprange}")
|
|
filewrt(dest,"Ping sweep for IP range #{iprange}")
|
|
iplst = []
|
|
begin
|
|
i, a = 0, []
|
|
ipadd = Rex::Socket::RangeWalker.new(iprange)
|
|
numip = ipadd.num_ips
|
|
while (iplst.length < numip)
|
|
ipa = ipadd.next_ip
|
|
if (not ipa)
|
|
break
|
|
end
|
|
iplst << ipa
|
|
end
|
|
begin
|
|
iplst.each do |ip|
|
|
if i < 10
|
|
a.push(::Thread.new {
|
|
r = session.sys.process.execute("ping #{ip} -n 1", nil, {'Hidden' => true, 'Channelized' => true})
|
|
while(d = r.channel.read)
|
|
if d =~ /(Reply)/
|
|
print_status "\t#{ip} host found"
|
|
filewrt(dest,"#{ip} host found")
|
|
r.channel.close
|
|
elsif d =~ /(Antwort)/
|
|
print_status "\t#{ip} host found"
|
|
filewrt(dest,"#{ip} host found")
|
|
r.channel.close
|
|
end
|
|
end
|
|
r.channel.close
|
|
r.close
|
|
|
|
})
|
|
i += 1
|
|
else
|
|
sleep(0.05) and a.delete_if {|x| not x.alive?} while not a.empty?
|
|
i = 0
|
|
end
|
|
end
|
|
a.delete_if {|x| not x.alive?} while not a.empty?
|
|
end
|
|
rescue ::Exception => e
|
|
print_status("The following Error was encountered: #{e.class} #{e}")
|
|
|
|
end
|
|
end
|
|
#-------------------------------------------------------------------------------
|
|
#Function for enumerating srv records
|
|
def srvreclkp(session,domain,dest)
|
|
dest = dest + "-srvenum.txt"
|
|
srout = []
|
|
garbage = []
|
|
srvrcd = [
|
|
"_gc._tcp.","_kerberos._tcp.", "_kerberos._udp.","_ldap._tcp.","_test._tcp.",
|
|
"_sips._tcp.","_sip._udp.","_sip._tcp.","_aix._tcp.","_aix._tcp.","_finger._tcp.",
|
|
"_ftp._tcp.","_http._tcp.","_nntp._tcp.","_telnet._tcp.","_whois._tcp."
|
|
]
|
|
print_status("Performing SRV Record Enumeration for #{domain}")
|
|
filewrt(dest,"SRV Record Enumeration for #{domain}")
|
|
srvrcd.each do |srv|
|
|
r = session.sys.process.execute("nslookup -query=srv #{srv}#{domain}", nil, {'Hidden' => true, 'Channelized' => true})
|
|
while(d = r.channel.read)
|
|
srout << d
|
|
end
|
|
r.channel.close
|
|
r.close
|
|
results = srout.join.split(/\n/)
|
|
results.each do |rec|
|
|
if rec.match(/\s*internet\saddress\s\=\s/)
|
|
garbage << rec.split(/\s*internet\saddress\s\=/)
|
|
print_status("\tfor #{srv}#{domain} #{garbage[0].join.sub(" "," ")}")
|
|
filewrt(dest,"for #{srv}#{domain} #{garbage[0].join.sub(" "," ")}")
|
|
garbage.clear
|
|
end
|
|
garbage.clear
|
|
srout.clear
|
|
end
|
|
end
|
|
|
|
end
|
|
#-------------------------------------------------------------------------------
|
|
#Function to print message during run
|
|
def message(dest)
|
|
print_status "Network Enumerator Meterpreter Script "
|
|
print_status "Log file being saved in #{dest}"
|
|
end
|
|
################## MAIN ##################
|
|
|
|
# Variables for Options
|
|
stdlkp = nil
|
|
range = nil
|
|
pngsp = nil
|
|
rvrslkp = nil
|
|
frdlkp = nil
|
|
dom = nil
|
|
hostlist = nil
|
|
helpcall = nil
|
|
srvrc = nil
|
|
# Parsing of Options
|
|
@@exec_opts.parse(args) { |opt, idx, val|
|
|
case opt
|
|
when "-sr"
|
|
srvrc = 1
|
|
when "-rl"
|
|
rvrslkp = 1
|
|
when "-fl"
|
|
frdlkp = 1
|
|
when "-ps"
|
|
pngsp = 1
|
|
when "-st"
|
|
stdlkp = 1
|
|
when "-d"
|
|
dom = val
|
|
when "-hl"
|
|
hostlist = val
|
|
when "-r"
|
|
range = val
|
|
|
|
when "-h"
|
|
print(
|
|
"Network Enumerator Meterpreter Script\n" +
|
|
"Usage:\n" +
|
|
@@exec_opts.usage
|
|
)
|
|
helpcall = 1
|
|
end
|
|
}
|
|
|
|
if client.platform =~ /win32|win64/
|
|
if range != nil && pngsp == 1
|
|
message(logs)
|
|
pingsweep(session,range,dest)
|
|
elsif range != nil && rvrslkp == 1
|
|
message(logs)
|
|
reverselookup(session,range,dest)
|
|
elsif dom != nil && hostlist!= nil && frdlkp == 1
|
|
message(logs)
|
|
frwdlp(session,hostlist,dom,dest)
|
|
elsif dom != nil && stdlkp == 1
|
|
message(logs)
|
|
stdlookup(session,dom,dest)
|
|
elsif dom != nil && srvrc == 1
|
|
message(logs)
|
|
srvreclkp(session,dom,dest)
|
|
elsif helpcall == nil
|
|
print("Network Enumerator Meterpreter Script\n" +
|
|
"Usage: \n" +
|
|
@@exec_opts.usage)
|
|
end
|
|
|
|
else
|
|
print_error("This version of Meterpreter is not supported with this Script!")
|
|
raise Rex::Script::Completed
|
|
end
|