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:
@@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
[
|
||||
[ 'CVE', '2010-1870'],
|
||||
[ 'OSVDB', '66280'],
|
||||
[ 'URL', 'http://www.exploit-db.com/exploits/14360/' ],
|
||||
[ 'EDB', 14360 ],
|
||||
],
|
||||
'Platform' => [ 'win', 'linux'],
|
||||
'Privileged' => true,
|
||||
|
||||
Reference in New Issue
Block a user