Skip to content

Commit 1529dff

Browse files
author
jvazquez-r7
committed
Do final cleanup for sap_configservlet_exec_noauth
1 parent 8c9715c commit 1529dff

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

modules/auxiliary/admin/sap/sap_configservlet_exec_noauth.rb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
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+
18
require 'msf/core'
29

3-
class Metasploit3 < Msf::Auxiliary
10+
class Metasploit4 < Msf::Auxiliary
11+
412
include Msf::Exploit::Remote::HttpClient
513

614
def initialize(info = {})
715
super(update_info(info,
816
'Name' => 'SAP ConfigServlet OS Command Execution',
917
'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.
1220
},
1321
'Author' =>
1422
[
@@ -22,7 +30,7 @@ def initialize(info = {})
2230
[ 'EDB', '24963' ]
2331
],
2432
'DisclosureDate' => 'Nov 01 2012' # Based on the reference presentation
25-
))
33+
))
2634

2735
register_options(
2836
[

0 commit comments

Comments
 (0)