Updates deps

This commit is contained in:
erwanlr
2020-01-02 13:53:28 +00:00
parent ad4eeb9f81
commit 5887fede15
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ module WPScan
urls = {}
File.open(opts[:list]).each_with_index do |file, index|
urls[target.url(file.chomp).gsub('#', '%23')] = index
urls[target.url(file.chomp)] = index
end
urls