Skip to content

Commit c52588f

Browse files
committed
remove Scanner mixin
remove Scanner mixin because this module is not a scanner modul
1 parent 8f76c43 commit c52588f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/admin/sap/sap_configservlet_exec_noauth.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
class Metasploit3 < Msf::Auxiliary
44
Rank = ExcellentRanking
55
include Msf::Exploit::Remote::HttpClient
6-
include Msf::Auxiliary::Scanner
76

87
def initialize(info = {})
98
super(update_info(info,
@@ -34,7 +33,7 @@ def initialize(info = {})
3433
], self.class)
3534
end
3635

37-
def run_host(ip)
36+
def run
3837
begin
3938
print_status("#{rhost}:#{rport} - Sending remote command: " + datastore['CMD'])
4039
res = send_request_cgi(

0 commit comments

Comments
 (0)