Land #3111, hash rockets shouldn't be in refs
commit
dfd3a81566
|
@ -25,9 +25,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'Author' => 'Brendan Coles <bcoles[at]gmail.com>',
|
'Author' => 'Brendan Coles <bcoles[at]gmail.com>',
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['OSVDB' => '99199'],
|
['OSVDB', '99199'],
|
||||||
['BID' => '63411'],
|
['BID', '63411'],
|
||||||
['URL' => 'http://bugs.processmaker.com/view.php?id=13436']
|
['URL', 'http://bugs.processmaker.com/view.php?id=13436']
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,8 +31,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['EDB' => '25606'],
|
['EDB', '25606'],
|
||||||
['OSVDB' => '93547'],
|
['OSVDB', '93547'],
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,8 +26,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['OSVDB' => '98750'],
|
['OSVDB', '98750'],
|
||||||
['URL' => 'https://sourceforge.net/p/webtesteronline/bugs/3/']
|
['URL', 'https://sourceforge.net/p/webtesteronline/bugs/3/']
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue