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

View File

@@ -97,9 +97,9 @@ def help
puts ' If no protocol is given (format host:port), HTTP will be used.'
puts '--proxy-auth <username:password> Supply the proxy login credentials.'
puts '--basic-auth <username:password> Set the HTTP Basic authentication.'
puts '--wordlist | -w <wordlist> Supply a wordlist for the password bruter and do the brute.'
puts '--wordlist | -w <wordlist> Supply a wordlist (with a newline at the end) for the password bruter and do the brute force.'
puts '--username | -U <username> Only brute force the supplied username.'
puts '--usernames <path-to-file> Only brute force the usernames from the file.'
puts '--usernames <path-to-file> Only brute force the usernames from the file (which need to have a newline at the end).'
puts '--threads | -t <number of threads> The number of threads to use when multi-threading requests.'
puts '--cache-ttl <cache-ttl> Typhoeus cache TTL.'
puts '--request-timeout <request-timeout> Request Timeout.'