We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0261a4 + ef97d15 commit 0604b2eCopy full SHA for 0604b2e
modules/exploits/multi/http/pandora_upload_exec.rb
@@ -1,5 +1,5 @@
1
##
2
-# This module requires Metasploit: http//metasploit.com/download
+# This module requires Metasploit: http://metasploit.com/download
3
# Current source: https://github.com/rapid7/metasploit-framework
4
5
@@ -76,7 +76,7 @@ def check
76
end
77
return Exploit::CheckCode::Safe
78
rescue ::Rex::ConnectionError
79
- print_error("#{peer} - Connection failed")
+ vprint_error("#{peer} - Connection failed")
80
81
return Exploit::CheckCode::Unknown
82
0 commit comments