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

have some problems #1

Open
687766616e opened this issue Jan 9, 2018 · 4 comments
Open

have some problems #1

687766616e opened this issue Jan 9, 2018 · 4 comments
Labels

Comments

@687766616e
Copy link

$ python hatdecrypter.py -t 0 -p ebea25dadcb23a11ff3fd991f94f3665
File "hatdecrypter.py", line 36
print "Voce precisa definir um tipo de hash!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Voce precisa definir um tipo de hash!")?
$ python2 hatdecrypter.py -t 0 -p ebea25dadcb23a11ff3fd991f94f3665
Traceback (most recent call last):
File "hatdecrypter.py", line 3, in
import crackers, threading, time, itertools
File "/data/data/com.termux/files/home/Hat/crackers.py", line 4, in
from bs4 import BeautifulSoup
ImportError: No module named bs4

@mateeuslinno
Copy link
Member

You need install bs4
pip install beautifulsoup4

@687766616e
Copy link
Author

@mateeuslinno $ pip install beautifulsoup4
Requirement already satisfied: beautifulsoup4 in /data/data/com.termux/files/usr/lib/python3.6/site-packages
$

從我的 MI6,使用 FastHub 發送。

@mateeuslinno
Copy link
Member

Do you install ? run python
https://i.imgur.com/xMtv3Vy.png

@evertonch
Copy link
Member

you need to install the libraries, here is how:
pip install bs4 passlib
pip2 install bs4 passlib
i think the problem is that your default python is 3.5 so pip will only install the libraries for python 3.5, and that's why it shows an error in the first example, this program is made to run on python2.
so running pip2 install bs4 passlib and then running the program with python2 should work!

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

No branches or pull requests

3 participants