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:
@@ -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' =>
|
||||
|
||||
Reference in New Issue
Block a user