remove Scanner mixin

remove Scanner mixin because this module is not a scanner modul
unstable
Andras Kabai 2013-04-19 20:28:44 +02:00
parent 8f76c436d6
commit c52588f579
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ require 'msf/core'
class Metasploit3 < Msf::Auxiliary
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient
include Msf::Auxiliary::Scanner
def initialize(info = {})
super(update_info(info,
@ -34,7 +33,7 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
end
def run_host(ip)
def run
begin
print_status("#{rhost}:#{rport} - Sending remote command: " + datastore['CMD'])
res = send_request_cgi(