Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tangled — Open-source offensive security platform for conducting phishing campaigns that weaponizes iCalendar automatic event processing. | Kitploit
Tools/GitHubGitHub/ineesdv/tangled
Phishing ToolsLateral MovementPhishingPenetration TestingCommand and ControlSocial EngineeringRed TeamingEmail Security
GitHubineesdv/tangled

Tangled

Open-source offensive security platform for conducting phishing campaigns that weaponizes iCalendar automatic event processing.

View Repository
274338 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website
Tangled Logo

Tangled

Docs License Contact

Tangled is a phishing platform designed from an offensive security perspective.
It automates many of the aspects of social engineering campaigns delivery and weaponizes iCalendar rendering features in Microsoft Outlook & Gmail (Google Workspace) to deliver spoofed meeting invites that are automatically added to a user's calendar without interaction.

Read the technical breakdown: Abusing automatic calendar processing for initial access and lateral movement.

Tangled dashboard


Documentation

A complete documentation reference can be found in Gitbook.

Quickstart

Tangled runs as docker containers so installing it is very easy. First of all, clone the repository:

root@kitploit:~
git clone https://github.com/ineesdv/Tangled.git

Then, configure the environment variables

root@kitploit:~
cd tangled
cp .env.example .env
nano .env # edit them!

Start it by running ./start.sh or simply by executing:

root@kitploit:~
docker-compose up -d

This will start three containers and set up Tangled frontend on port 8080, where you can log in with your admin credentials.


References

  • RenderBender - Nate Subra's research
  • Internet Calendaring and Scheduling Core Object Specification
  • GoPhish

Bugs & Feature requests

Contributions and suggestions are always welcome! If you encounter a bug or have a feature request, feel free to send me a DM, open an issue, or submit a pull request.

I will be working on expanding the platform and fixing bugs as my free time permits, so I’d love to hear new ideas.


Disclaimer

This platform is intended for red team professionals and offensive security researchers. Use it ethically, responsibly, and in accordance with all applicable laws and regulations.


License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Download Tool