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

What can i Do #40

Open
Bengalsk opened this issue Oct 16, 2023 · 0 comments
Open

What can i Do #40

Bengalsk opened this issue Oct 16, 2023 · 0 comments

Comments

@Bengalsk
Copy link

C:\Users\Marcin\black-tool>python hack --start
C:\Users\Marcin\black-tool\hack:522: SyntaxWarning: invalid escape sequence '\P'
file_pass = open("C:\Program Files\b-pass\pass.txt","w")
C:\Users\Marcin\black-tool\hack:535: SyntaxWarning: invalid escape sequence '\p'
file_pass = open("C:\Program Files\b-pass\pass.txt","r").read()
C:\Users\Marcin\black-tool\hack:564: SyntaxWarning: invalid escape sequence '\P'
os.system("cd C:\Program Files & mkdir b-pass")
C:\Users\Marcin\black-tool\hack:565: SyntaxWarning: invalid escape sequence '\P'
with open("C:\Program Files\b-pass\pass.txt","w") as new_pass_b_f:
Traceback (most recent call last):
File "C:\Users\Marcin\black-tool\hack", line 96, in
import requests
File "C:\Users\Marcin\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests_init_.py", line 43, in
import urllib3
File "C:\Users\Marcin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3_init_.py", line 8, in
from .connectionpool import (
File "C:\Users\Marcin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connectionpool.py", line 11, in
from .exceptions import (
File "C:\Users\Marcin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\exceptions.py", line 2, in
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

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