We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passport list in Millions won't be working and keeps giving an error
The text was updated successfully, but these errors were encountered:
File "/Users/MAINUSER/Documents/GitHub/Brute_Force/Brute_Force.py", line 266, in smtp_srverG.login(options.gmail,password) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtplib.py", line 739, in login (code, resp) = self.auth( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtplib.py", line 642, in auth (code, resp) = self.docmd("AUTH", mechanism + " " + response) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtplib.py", line 432, in docmd return self.getreply() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtplib.py", line 405, in getreply raise SMTPServerDisconnected("Connection unexpectedly closed") smtplib.SMTPServerDisconnected: Connection unexpectedly closed MAINUSER@FKHELLA-M-405Z Brute_Force % python3 Brute_Force.py -g [email protected] -l rockyou.txt Traceback (most recent call last): File "/Users/MAINUSER/Documents/GitHub/Brute_Force/Brute_Force.py", line 261, in password_list = io.open(options.list_password,"r").readlines() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 923: invalid continuation byte MAINUSER@FKHELLA-M-405Z Brute_Force % python3 Brute_Force.py -g [email protected] -l 10MC.txt Traceback (most recent call last): File "/Users/MAINUSER/Documents/GitHub/Brute_Force/Brute_Force.py", line 261, in password_list = io.open(options.list_password,"r").readlines() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 2370: invalid start byte
Sorry, something went wrong.
No branches or pull requests
Passport list in Millions won't be working and keeps giving an error
The text was updated successfully, but these errors were encountered: