$ 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
$ 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