File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
modules/auxiliary/admin/sap Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ##
2
+ # This file is part of the Metasploit Framework and may be subject to
3
+ # redistribution and commercial restrictions. Please see the Metasploit
4
+ # web site for more information on licensing and terms of use.
5
+ # http://metasploit.com/
6
+ ##
7
+
1
8
require 'msf/core'
2
9
3
- class Metasploit3 < Msf ::Auxiliary
10
+ class Metasploit4 < Msf ::Auxiliary
11
+
4
12
include Msf ::Exploit ::Remote ::HttpClient
5
13
6
14
def initialize ( info = { } )
7
15
super ( update_info ( info ,
8
16
'Name' => 'SAP ConfigServlet OS Command Execution' ,
9
17
'Description' => %q{
10
- This module allows execution of operating system commands through
11
- the SAP ConfigServlet without any authentication.
18
+ This module allows execution of operating system commands through the SAP
19
+ ConfigServlet without any authentication.
12
20
} ,
13
21
'Author' =>
14
22
[
@@ -22,7 +30,7 @@ def initialize(info = {})
22
30
[ 'EDB' , '24963' ]
23
31
] ,
24
32
'DisclosureDate' => 'Nov 01 2012' # Based on the reference presentation
25
- ) )
33
+ ) )
26
34
27
35
register_options (
28
36
[
You can’t perform that action at this time.
0 commit comments