iveresk / b64-email-sender

Simple Python email sender in Base 64 format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 email sender with XSS script for Roundcube.

This setup was prepared to deploy as-is on AWS to start email fishiing attack.
All instruments for encryption/decription and forming files are ain the folder tools.
Haven't mentioned few tools here as they are quite specific for my personal setup.

Usage:

python3 sendmail.py <email.jsonl file> <base64_codded_letter_file>

Base64 is critical for achieving the result as every mail platform on rendering stage cuts all javascripts(), custom styles, etc.

Here is the screenshot with attack structure.

Fishing attack structure

Contact

You are free to contact me via Keybase for any details.

About

Simple Python email sender in Base 64 format

License:MIT License


Languages

Language:Python 70.0%Language:JavaScript 30.0%