This fixes broken links to the community.rapid7.com blog

Performed mechanically with sed, spot-checked that the new blog can consume these links.
This commit is contained in:
Brent Cook
2020-02-18 08:58:30 -06:00
parent c2326f07c9
commit 8489bcdfd9
74 changed files with 75 additions and 74 deletions
@@ -39,7 +39,7 @@ class MetasploitModule < Msf::Exploit::Remote
['URL', 'http://blogs.technet.com/b/mmpc/archive/2012/03/20/an-interesting-case-of-jre-sandbox-breach-cve-2012-0507.aspx'],
['URL', 'http://schierlm.users.sourceforge.net/TypeConfusion.html'],
['URL', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-0507'],
['URL', 'https://community.rapid7.com/community/metasploit/blog/2012/03/29/cve-2012-0507--java-strikes-again']
['URL', 'https://blog.rapid7.com/2012/03/29/cve-2012-0507--java-strikes-again']
],
'Platform' => %w{ java linux osx solaris win },
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },