Add github pull request as reference

This commit is contained in:
jvazquez-r7 2014-11-03 18:18:42 -06:00
parent 44a2f366cf
commit 3bf7473ac2
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ class Metasploit3 < Msf::Exploit::Remote
'Fernando Munoz <fernando[at]null-life.com>', # discovery & module development
'Juan Escobar <eng.jescobar[at]gmail.com>', # module development @itsecurityco
],
'References' =>
[
# Using this URL because isn't nothing else atm
['URL', 'https://github.com/rapid7/metasploit-framework/pull/4076']
],
'Platform' => 'php',
'Arch' => ARCH_PHP,
'Targets' => [['Generic (PHP Payload)', {}]],