mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01: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:
parent
17ad98e8e3
commit
0c859dc35e
@ -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
|
||||
|
@ -311,6 +311,7 @@ employees
|
||||
empoyees
|
||||
empris
|
||||
engine
|
||||
enter
|
||||
envia
|
||||
enviamail
|
||||
error
|
||||
|
@ -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'
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user