You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
import colorama
ImportError: No module named 'colorama'
wtf should i do now. this shitty python 3 my god
i use kali linux 2017.2
The text was updated successfully, but these errors were encountered:
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.
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
import colorama
ImportError: No module named 'colorama'
wtf should i do now. this shitty python 3 my god
i use kali linux 2017.2
The text was updated successfully, but these errors were encountered: