Merge branch 'master' of https://github.com/sullo/wpscan into sullo-master
This commit is contained in:
@@ -141,8 +141,6 @@ class WpUser < WpItem
|
|||||||
opt += ':UTF-8' if charset != 'UTF-8'
|
opt += ':UTF-8' if charset != 'UTF-8'
|
||||||
|
|
||||||
File.open(wordlist, opt).each do |line|
|
File.open(wordlist, opt).each do |line|
|
||||||
next if line[0,1] == '#'
|
|
||||||
|
|
||||||
passwords << line.strip
|
passwords << line.strip
|
||||||
end
|
end
|
||||||
elsif wordlist.is_a?(Array)
|
elsif wordlist.is_a?(Array)
|
||||||
|
|||||||
Reference in New Issue
Block a user