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
mcreator — Encoded Reverse Shell Generator With Techniques To Bypass AV's | Kitploit
Tools/GitHubGitHub/blacknbunny/mcreator
Payload GenerationExploitationShellcodePenetration TestingCommand and ControlRed TeamingRemote Access ToolShellcode GenerationPayload Development
GitHubblacknbunny/mcreator

mcreator

Encoded Reverse Shell Generator With Techniques To Bypass AV's

144276 years 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
View Repository

mcreator

Encoded Reverse Shell Generator With Techniques To Bypass AV's

Installation

root@kitploit:~
git clone https://github.com/blacknbunny/mcreator.git && cd mcreator/ && python mcreator.py

Version

python 2.7.* can't be lower or higher than 2.7 cause of the """ syntax in scripts.

Runnig mcreator console

root@kitploit:~
python mcreator.py -rsg console

Commands

https://github.com/blacknbunny/mcreator/wiki/Commands

Reverse Shells

https://github.com/blacknbunny/mcreator/wiki/Reverse-Shells

Techniques

https://github.com/blacknbunny/mcreator/wiki/Techniques

Compiling

https://github.com/blacknbunny/mcreator/wiki/Compiling

An example to tool

https://github.com/blacknbunny/mcreator/wiki/An-example

Help

root@kitploit:~
usage: mcreator.py [-h] [-rsg RSGENERATOR]

Reverse Shell generator with techniques to bypass all the AV's

optional arguments:
  -h, --help            show this help message and exit
  -rsg RSGENERATOR, --rsgenerator RSGENERATOR
                        Reverse Shell Generator With Encryptions & Techniques
Download Tool