add EDB ID to references

bug/bundler_fix
Andras Kabai 2013-04-22 18:37:28 +02:00
parent 15b06c43aa
commit 79eb2ff62d
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>
[ [
[ 'URL', 'http://erpscan.com/wp-content/uploads/2012/11/Breaking-SAP-Portal-HackerHalted-2012.pdf'] [ 'URL', 'http://erpscan.com/wp-content/uploads/2012/11/Breaking-SAP-Portal-HackerHalted-2012.pdf'],
[ 'EDB', '24963' ]
], ],
'DisclosureDate' => 'Nov 01 2012' # Based on the reference presentation 'DisclosureDate' => 'Nov 01 2012' # Based on the reference presentation
)) ))