Skip to content

Commit 92b4d23

Browse files
author
jvazquez-r7
committed
Add Mariano as Author because of the abuse disclosure
1 parent db243e7 commit 92b4d23

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

modules/auxiliary/scanner/sap/sap_router_info_request.rb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##
1+
3##
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# Framework web site for more information on licensing and terms of use.
@@ -35,13 +35,18 @@ def initialize
3535
'Name' => 'SAPRouter Admin Request',
3636
'Description' => %q{
3737
Display the remote connection table from a SAPRouter.
38-
},
38+
},
3939
'References' => [
4040
[ 'URL', 'http://labs.mwrinfosecurity.com/tools/2012/04/27/sap-metasploit-modules/' ],
4141
[ 'URL', 'http://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/6c68b01d5a350ce10000000a42189d/content.htm'],
42-
[ 'URL', 'http://www.onapsis.com/research-free-solutions.php' ] # Bizsploit Opensource ERP Pentesting Framework
42+
[ 'URL', 'http://www.onapsis.com/research-free-solutions.php' ], # Bizsploit Opensource ERP Pentesting Framework
43+
[ 'URL', 'http://conference.hitb.org/hitbsecconf2010ams/materials/D2T2%20-%20Mariano%20Nunez%20Di%20Croce%20-%20SAProuter%20.pdf' ]
44+
],
45+
'Author' =>
46+
[
47+
'Mariano Nunez', # Disclosure about SAPRouter abuses
48+
'nomnkee' # Metasploit module
4349
],
44-
'Author' => ['nomnkee'],
4550
'License' => BSD_LICENSE
4651
)
4752
register_options(

0 commit comments

Comments
 (0)