Skip to content

🧠 Human-Like Email Sender for Red Team & APT Simulation Human Simulator Email Sender is a stealthy, fully customizable email delivery tool crafted for advanced social engineering campaigns, including QR phishing, BEC simulation, and APT scenarios. It mimics human behavior and includes powerful evasion techniques to bypass email filters.

License

Notifications You must be signed in to change notification settings

c0mm4nd1/HumanEmailSenderSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“§ Human Email Sender Simulator - Red Team Tool

Red Team

A tool designed to simulate human-like email behavior for use in advanced social engineering campaigns, such as QR phishing, APT simulations, and targeted Red Team engagements.

This tool aims to improve deliverability and avoid detection by spam filters through evasion techniques, such as:

  • Injection of invisible characters in subject and body.
  • Randomized and configurable sending delays (mimicking human timing).
  • HTML email support with optional embedded images.

πŸ”’ Passwords are never stored or logged β€” inputs are used only during the current session.


πŸš€ Features

  • βœ… Sends emails with configurable subject, body, and embedded image (optional).
  • βœ… Reads target recipients from .txt files (one email per line).
  • βœ… Includes invisible Unicode characters randomly for evasion.
  • βœ… Simulates human behavior via randomized time delays.
  • βœ… Logs each sent or failed email with timestamp.
  • βœ… Works with any SMTP provider supporting TLS login (e.g. Brevo, Mailjet, Mailchimp, SendGrid, Gmail, Hostinger, Outlook, etc.).

πŸ“ Input Requirements

1. Recipients List

Create a text file in the working directory, for example:

recipients.txt

Contents:

alice@example.com
bob@example.org
charlie@example.net

2. Optional Embedded Image

You can embed an image (e.g., a QR code or branding asset) into the HTML body of the email. Only .jpg, .jpeg,.png images in the current folder will be detected.


βš™οΈ Execute

  1. Run the tool:
    python email_sender.py

πŸ“¦ Dependencies

Install via pip install -r requirements.txt. The tool uses:

  • colorama
  • pytz

These are lightweight libraries used for colored output and timezone handling.


πŸ§ͺ Use Case Examples

QR Phishing Campaign

Simulate a fake promotion with an embedded QR code and custom HTML body, delayed sending, and evasion via invisible characters.

APT Red Team Simulation

Send realistic, delayed, human-like phishing emails during a long-running campaign.


πŸ“ Logs

Each execution generates a log file like:

logs_campaign_20250718_180429.log

It contains the timestamp, status (SENT/FAIL), and recipient address.


⚠️ Disclaimer

This tool is intended for educational and authorized Red Team use only. Use it only in environments where you have explicit permission to conduct phishing simulations or social engineering exercises.

Unauthorized use of this tool may violate laws or ethical boundaries.


πŸ‘¨β€πŸ’» Author

Developed by C0mm4nd1 - Red Teamer & Offensive Security Consultant

About

🧠 Human-Like Email Sender for Red Team & APT Simulation Human Simulator Email Sender is a stealthy, fully customizable email delivery tool crafted for advanced social engineering campaigns, including QR phishing, BEC simulation, and APT scenarios. It mimics human behavior and includes powerful evasion techniques to bypass email filters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages