Merge branch 'master' of https://github.com/sullo/wpscan into sullo-master

This commit is contained in:
ethicalhack3r
2013-09-18 15:14:28 +02:00

View File

@@ -141,8 +141,6 @@ class WpUser < WpItem
opt += ':UTF-8' if charset != 'UTF-8'
File.open(wordlist, opt).each do |line|
next if line[0,1] == '#'
passwords << line.strip
end
elsif wordlist.is_a?(Array)