File "mailfail.py", line 8, in <module> import colorama
hi
when i execute
sudo python3 mailfail.py --target [email protected] --tor
i get this error but i already have colorama installed
Traceback (most recent call last):
File "mailfail.py", line 8, in
wtf should i do now. this shitty python 3 my god i use kali linux 2017.2
you have definitely run sudo pip3 install colorama?
or you could just remove colorama instances in code... python3 isn't shitty...
alright alright. i tried it in ubuntu linux and it worked just fine. but now I tried it in parrot os and i get the following error: [13:15:56] Target email: [email protected] [13:15:56] Reason: PySocks doesn't support IPv6
after this the program stops working. what can I do?
Hmm OK thank you for bringing this to my attention, I have not tested on Parrot OS before but I will run some tests later and see if I can get that working for ya.