We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a2f36 commit 3bf7473Copy full SHA for 3bf7473
modules/exploits/multi/http/x7chat2_php_exec.rb
@@ -26,6 +26,11 @@ def initialize(info = {})
26
'Fernando Munoz <fernando[at]null-life.com>', # discovery & module development
27
'Juan Escobar <eng.jescobar[at]gmail.com>', # module development @itsecurityco
28
],
29
+ 'References' =>
30
+ [
31
+ # Using this URL because isn't nothing else atm
32
+ ['URL', 'https://github.com/rapid7/metasploit-framework/pull/4076']
33
+ ],
34
'Platform' => 'php',
35
'Arch' => ARCH_PHP,
36
'Targets' => [['Generic (PHP Payload)', {}]],
0 commit comments