You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to determine if a --username or --password argument value is a wordlist file, filepath.exists() is used. However, this will return true if the value is a folder, in which case BufReader.lines will result in an infinite loop. Type should be checked (is_file) other than just existence.
The text was updated successfully, but these errors were encountered:
In order to determine if a --username or --password argument value is a wordlist file, filepath.exists() is used. However, this will return true if the value is a folder, in which case BufReader.lines will result in an infinite loop. Type should be checked (is_file) other than just existence.
The text was updated successfully, but these errors were encountered: