Skip to content

Commit b67fcd3

Browse files
author
jvazquez-r7
committed
Add OSVDB ref to sap_configservlet_exec_noauth
1 parent 01d790e commit b67fcd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/auxiliary/admin/sap/sap_configservlet_exec_noauth.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ def initialize(info = {})
2626
'License' => MSF_LICENSE,
2727
'References' =>
2828
[
29-
[ 'URL', 'http://erpscan.com/wp-content/uploads/2012/11/Breaking-SAP-Portal-HackerHalted-2012.pdf'],
30-
[ 'EDB', '24963' ]
29+
[ 'OSVDB', '92704' ],
30+
[ 'EDB', '24963' ],
31+
[ 'URL', 'http://erpscan.com/wp-content/uploads/2012/11/Breaking-SAP-Portal-HackerHalted-2012.pdf']
3132
],
3233
'DisclosureDate' => 'Nov 01 2012' # Based on the reference presentation
3334
))

0 commit comments

Comments
 (0)