chenjj / espoofer

An email spoofing testing tool that aims to bypass SPF/DKIM/DMARC and forge DKIM signatures.🍻

Home Page:https://www.jianjunchen.com/p/composition-kills.USESEC20.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eMail body configuration

alaskaetu opened this issue · comments

First of all thanks to share this for us. I just wonder how can I configure the email message as html. In the "testcases" file I want to add html format mail body. Is it possible to create a mail body path?

I just wonder how can I configure the email message as html. In the "testcases" file I want to add html format mail body.

Sure. You can paste your HTML content in the testcases.py.

Is it possible to create a mail body path?

Yes, this would require a few code modifications using Python.

And another question: why sometimes the message received to inbox but sometimes to the spam box even though I use exactly the same setting?

Maybe email providers use probability-based algorithms to detect email spam, thus it could be random. Also, the email sending frequency could also be a factor.