remove debugging aid

bug/bundler_fix
David Maloney 2013-03-04 11:25:34 -06:00
parent 6dcca7df78
commit 71ba044d03
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ class Metasploit3 < Msf::Auxiliary
end
def run_host(ip)
load "lib/rex/proto/http/client_request.rb"
if ( datastore['REQUESTTYPE'] == "PUT" ) and (datastore['AUTH_URI'] == "")
print_error("You need need to set AUTH_URI when using PUT Method !")
return