From ef97d151581eaa67a7ddb416d8ec14beda6c7503 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 7 Jan 2015 12:12:25 -0600 Subject: [PATCH] Fix msftidy and make sure all print_*s in check() are vprint_*s --- modules/exploits/multi/http/pandora_upload_exec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/multi/http/pandora_upload_exec.rb b/modules/exploits/multi/http/pandora_upload_exec.rb index 9542ac4460..e9266dd061 100644 --- a/modules/exploits/multi/http/pandora_upload_exec.rb +++ b/modules/exploits/multi/http/pandora_upload_exec.rb @@ -1,5 +1,5 @@ ## -# This module requires Metasploit: http//metasploit.com/download +# This module requires Metasploit: http://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## @@ -76,7 +76,7 @@ class Metasploit3 < Msf::Exploit::Remote end return Exploit::CheckCode::Safe rescue ::Rex::ConnectionError - print_error("#{peer} - Connection failed") + vprint_error("#{peer} - Connection failed") end return Exploit::CheckCode::Unknown