m0rtem / MailFail

Proof of Concept - Utilize misconfigured newsletter forms to spam / deny service to an inbox
MIT License
53 stars 12 forks source link

File "mailfail.py", line 8, in <module> import colorama #2

Open applslsloidsaihdd opened 7 years ago

applslsloidsaihdd commented 7 years ago

hi when i execute sudo python3 mailfail.py --target example@example.com --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

m0rtem commented 7 years ago

you have definitely run sudo pip3 install colorama?

or you could just remove colorama instances in code... python3 isn't shitty...

applslsloidsaihdd commented 7 years ago

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: target@example.sk [13:15:56] Reason: PySocks doesn't support IPv6

after this the program stops working. what can I do?

m0rtem commented 7 years ago

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.