Change metasploit url to updated one

This commit is contained in:
ethicalhack3r
2014-07-15 14:35:56 +02:00
parent 9e23aaa5c0
commit a8a716e0bd

View File

@@ -6,7 +6,7 @@ class Vulnerability
def url_metasploit(module_path)
# remove leading slash
module_path = module_path.sub(/^\//, '')
"http://www.metasploit.com/modules/#{module_path}"
"http://www.rapid7.com/db/modules/#{module_path}"
end
def url_url(url)