From 9f4ca1add72ec5cf0d411089a5bbfa4fa6169674 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 6 Feb 2015 00:21:13 +0100 Subject: [PATCH] Update databases from wpvulnsb.com --- lib/common/db_updater.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/db_updater.rb b/lib/common/db_updater.rb index 42f1d4a8..f6ce7e67 100644 --- a/lib/common/db_updater.rb +++ b/lib/common/db_updater.rb @@ -28,7 +28,7 @@ class DbUpdater # @return [ String ] The raw file URL associated with the given filename def remote_file_url(filename) - "https://raw.githubusercontent.com/wpscanteam/vulndb/master/#{filename}" + "https://wpvulndb.com/data/#{filename}" end # @return [ String ] The checksum of the associated remote filename