Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added anti-blocking inline images in "Mass Mailer Attack" #525

Merged
merged 1 commit into from
Apr 11, 2018
Merged

added anti-blocking inline images in "Mass Mailer Attack" #525

merged 1 commit into from
Apr 11, 2018

Conversation

s0i37
Copy link

@s0i37 s0i37 commented Mar 21, 2018

I noticed, that all images in emails has banned. For example:

<img src="http://external.resource/image.png">
or
<img src="data:image/gif;base64,aaaabbbbccccddddeeee=">

But if we send image as:

...
Content-ID: <image1.png>
...

We will can to include one in html like this:

...
<img src="cid:image1.png">
...

This approach won't block. And we will see all images in our email.
In my opinion, an image is main part of social injection.

@trustedsec trustedsec merged commit dad1604 into trustedsec:master Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants