Change metasploit url to updated one
This commit is contained in:
@@ -6,7 +6,7 @@ class Vulnerability
|
|||||||
def url_metasploit(module_path)
|
def url_metasploit(module_path)
|
||||||
# remove leading slash
|
# remove leading slash
|
||||||
module_path = module_path.sub(/^\//, '')
|
module_path = module_path.sub(/^\//, '')
|
||||||
"http://www.metasploit.com/modules/#{module_path}"
|
"http://www.rapid7.com/db/modules/#{module_path}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def url_url(url)
|
def url_url(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user