Skip to content

Commit 0604b2e

Browse files
committed
Land rapid7#4542, invalid splat URL fix
2 parents f0261a4 + ef97d15 commit 0604b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/pandora_upload_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -76,7 +76,7 @@ def check
7676
end
7777
return Exploit::CheckCode::Safe
7878
rescue ::Rex::ConnectionError
79-
print_error("#{peer} - Connection failed")
79+
vprint_error("#{peer} - Connection failed")
8080
end
8181
return Exploit::CheckCode::Unknown
8282

0 commit comments

Comments
 (0)