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.
1 parent 8f76c43 commit c52588fCopy full SHA for c52588f
modules/auxiliary/admin/sap/sap_configservlet_exec_noauth.rb
@@ -3,7 +3,6 @@
3
class Metasploit3 < Msf::Auxiliary
4
Rank = ExcellentRanking
5
include Msf::Exploit::Remote::HttpClient
6
- include Msf::Auxiliary::Scanner
7
8
def initialize(info = {})
9
super(update_info(info,
@@ -34,7 +33,7 @@ def initialize(info = {})
34
33
], self.class)
35
end
36
37
- def run_host(ip)
+ def run
38
begin
39
print_status("#{rhost}:#{rport} - Sending remote command: " + datastore['CMD'])
40
res = send_request_cgi(
0 commit comments