Add missing peer in vprint_error

bug/bundler_fix
Tod Beardsley 2016-11-30 07:59:41 -06:00
parent 657d52951b
commit b75fbd454a
No known key found for this signature in database
GPG Key ID: 08B5B91DC85943FE
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Author' =>
[
'Kenzo', # Vulnerability discovery and original Metasploit module
'Michael Messner <devnull[at]s3cur1ty.de>', # Copypasta from TheMoon msf module
'Michael Messner <devnull[at]s3cur1ty.de>', # Copypasta from TheMoon msf module, payload help
'todb', # Metasploit module
'wvu' , # Metasploit module
'0x27' # Metasploit module
@ -105,7 +105,7 @@ class MetasploitModule < Msf::Exploit::Remote
'uri' => '/globe' # TODO: Check this? Why not /UD/act?1
})
rescue ::Rex::ConnectionError
vprint_error("A connection error has occured")
vprint_error("#{peer} - A connection error has occured")
return Exploit::CheckCode::Unknown
end