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'
|
||||
|
||||
class Metasploit3 < Msf::Exploit
|
||||
|
@ -65,7 +72,7 @@ class Metasploit3 < Msf::Exploit
|
|||
send_evil_request(opts[:sap_configservlet_uri], command)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def send_evil_request(uri, cmd)
|
||||
begin
|
||||
res = send_request_cgi(
|
||||
|
|
Loading…
Reference in New Issue