Adds a statement about mendatory newlines at the end of list - Ref #739

This commit is contained in:
erwanlr
2014-12-10 18:11:12 +01:00
parent 0223f74a53
commit ac609445fb
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class WpUser < WpItem
progress_bar = self.progress_bar(count_file_lines(wordlist), options)
File.open(wordlist).each do |password|
password.choomp!
password.chomp!
# A successfull login will redirect us to the redirect_to parameter
# Generate a random one on each request