Sed replacement of exploit-db links with EDB refs

This is the result of:

find modules/ -name \*.rb -exec sed -i -e 's#\x27URL\x27,
\x27http://www.exploit-db.com/exploits/\([0-9]\+\).*\x27#\x27EDB\x27,
\1#' modules/*.rb {} \
This commit is contained in:
Tod Beardsley
2012-03-20 09:01:59 -05:00
parent c589420f42
commit 2f3bbdc00c
133 changed files with 156 additions and 156 deletions
@@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
['OSVDB', '76594'],
['BID', '50331'],
['URL', 'http://sourceforge.net/support/tracker.php?aid=3417184'],
['URL', 'http://www.exploit-db.com/exploits/18021/'],
['EDB', 18021],
],
'Privileged' => false,
'Payload' =>