Add the PR as a reference (how to guide)
parent
e9e9d27363
commit
67d05f9354
|
@ -35,7 +35,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
['CVE', '2015-0096'],
|
||||
['MSB', 'MS15-020'],
|
||||
['URL', 'http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Full-details-on-CVE-2015-0096-and-the-failed-MS10-046-Stuxnet/ba-p/6718459#.VQBOymTF9so']
|
||||
['URL', 'http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Full-details-on-CVE-2015-0096-and-the-failed-MS10-046-Stuxnet/ba-p/6718459#.VQBOymTF9so'],
|
||||
['URL', 'https://github.com/rapid7/metasploit-framework/pull/4911'] # How to guide here
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
|
@ -34,7 +34,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['CVE', '2010-2568'],
|
||||
['OSVDB', '66387'],
|
||||
['MSB', 'MS10-046'],
|
||||
['URL', 'http://www.microsoft.com/technet/security/advisory/2286198.mspx']
|
||||
['URL', 'http://www.microsoft.com/technet/security/advisory/2286198.mspx'],
|
||||
['URL', 'https://github.com/rapid7/metasploit-framework/pull/4911'] # How to guide here
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
|
@ -35,7 +35,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
['CVE', '2015-0096'],
|
||||
['MSB', 'MS15-020'],
|
||||
['URL', 'http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Full-details-on-CVE-2015-0096-and-the-failed-MS10-046-Stuxnet/ba-p/6718459#.VQBOymTF9so']
|
||||
['URL', 'http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Full-details-on-CVE-2015-0096-and-the-failed-MS10-046-Stuxnet/ba-p/6718459#.VQBOymTF9so'],
|
||||
['URL', 'https://github.com/rapid7/metasploit-framework/pull/4911'] # How to guide here
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue