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
mimicry — Active deception tool that transparently migrates attackers from real targets to honeypots during exploitation and post-exploitation, supporting webshell, reverse shell, and bind shell deception. | Kitploit
Tools/GitHubGitHub/chaitin/mimicry
Defensive ToolsWeb SecurityRed TeamingIncident Response
GitHubchaitin/mimicry

mimicry

Active deception tool that transparently migrates attackers from real targets to honeypots during exploitation and post-exploitation, supporting webshell, reverse shell, and bind shell deception.

View Repository
62915 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

Mimicry

Mimicry

Chat on Discord

Mimicry is a security tool developed by Chaitin Technology for active deception in exploitation and post-exploitation.

Active deception can live migrate the attacker to the honeypot without awareness. We can achieve a higher security level at a lower cost with Active deception.

English | 中文文档

🏠 Overview

Presentation

Video

🔥 Demo

asciicast

🕹️ Quick Start

1. Make sure docker, docker-compose is installed correctly on the machine

root@kitploit:~
docker info
docker-compose version

2. Install honeypot service

root@kitploit:~
docker-compose build
docker-compose up -d

3. Deploy deception tool on other machines

root@kitploit:~
update config.yaml,replace ${honeypot_public_ip} to the public IP of honeypot service

4. Perform Webshell deceiving

root@kitploit:~
./mimicry-tools webshell -c config.yaml -t php -p webshell_path

📝 Advance Usage

ToolDescription
Web-DeceptionFake vulnerabilities in web applications
Webshell-Deception

🏘️ Contact Us

  1. You can make bug feedback and feature suggestions directly through GitHub Issues.
  2. You can join the discussion group on Discord .
Download Tool
live migrate webshell to the honeypot
Shell-Deceptionlive migrate ReverseShell/BindShell to the honeypot