Skip to content

Commit b75fbd4

Browse files
author
Tod Beardsley
committed
Add missing peer in vprint_error
1 parent 657d529 commit b75fbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/tr069_ntpserver_cmdinject.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'Author' =>
2222
[
2323
'Kenzo', # Vulnerability discovery and original Metasploit module
24-
'Michael Messner <devnull[at]s3cur1ty.de>', # Copypasta from TheMoon msf module
24+
'Michael Messner <devnull[at]s3cur1ty.de>', # Copypasta from TheMoon msf module, payload help
2525
'todb', # Metasploit module
2626
'wvu' , # Metasploit module
2727
'0x27' # Metasploit module
@@ -105,7 +105,7 @@ def check
105105
'uri' => '/globe' # TODO: Check this? Why not /UD/act?1
106106
})
107107
rescue ::Rex::ConnectionError
108-
vprint_error("A connection error has occured")
108+
vprint_error("#{peer} - A connection error has occured")
109109
return Exploit::CheckCode::Unknown
110110
end
111111

0 commit comments

Comments
 (0)