Skip to content
New issue

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 #30

Open
raphaelsimon1 opened this issue Jun 21, 2022 · 1 comment

Comments

@raphaelsimon1
Copy link

Passport list in Millions won't be working and keeps giving an error

@raphaelsimon1
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant