File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
modules/auxiliary/scanner/sap Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- ##
1
+ 3 ##
2
2
# This file is part of the Metasploit Framework and may be subject to
3
3
# redistribution and commercial restrictions. Please see the Metasploit
4
4
# Framework web site for more information on licensing and terms of use.
@@ -35,13 +35,18 @@ def initialize
35
35
'Name' => 'SAPRouter Admin Request' ,
36
36
'Description' => %q{
37
37
Display the remote connection table from a SAPRouter.
38
- } ,
38
+ } ,
39
39
'References' => [
40
40
[ 'URL' , 'http://labs.mwrinfosecurity.com/tools/2012/04/27/sap-metasploit-modules/' ] ,
41
41
[ '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
43
49
] ,
44
- 'Author' => [ 'nomnkee' ] ,
45
50
'License' => BSD_LICENSE
46
51
)
47
52
register_options (
You can’t perform that action at this time.
0 commit comments