1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00

Minor fixes regarding target_host handling

git-svn-id: file:///home/svn/framework3/trunk@6477 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
et 2009-04-12 02:00:50 +00:00
parent 17ad98e8e3
commit 0c859dc35e
4 changed files with 7 additions and 3 deletions

View File

@ -9,9 +9,11 @@ ExtendNet
FAIL
FireWall-1 message
HP Web JetAdmin
gina de error
IMail Server Web Messaging
Management Console
No web site is configured at this address
NO ENCONTRADA
PHP Fatal error: Unable to open
Please identify yourself:
RSA SecurID User Name Request

View File

@ -311,6 +311,7 @@ employees
empoyees
empris
engine
enter
envia
enviamail
error

View File

@ -27,7 +27,8 @@ class Msf::Module::Author
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org',
'egypt' => 'egypt' + 0x40.chr + 'metasploit.com',
'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com',
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com'
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com',
'et' => 'et' + 0x40.chr + 'metasploit.com'
}
#

View File

@ -118,9 +118,9 @@ class Metasploit3 < Msf::Auxiliary
if(not res or ((res.code.to_i == ecode) or (emesg and res.body.index(emesg))))
print_status("NOT Found #{wmap_base_url}#{tpath}#{testfdir} #{res.code} (#{target_host})")
print_status("NOT Found #{wmap_base_url}#{tpath}#{testfdir} #{res.code} (#{wmap_target_host})")
else
print_status("Found #{wmap_base_url}#{tpath}#{testfdir} #{res.code} (#{target_host})")
print_status("Found #{wmap_base_url}#{tpath}#{testfdir} #{res.code} (#{wmap_target_host})")
rep_id = wmap_base_report_id(
wmap_target_host,
wmap_target_port,