Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
mcreator — 编码型反向Shell生成器,集成了绕过杀毒软件的技术 | Kitploit
工具/GitHubGitHub/blacknbunny/mcreator
Payload生成漏洞利用Shellcode渗透测试命令与控制红队远程访问工具Shellcode 生成Payload 开发
GitHubblacknbunny/mcreator

mcreator

编码型反向Shell生成器,集成了绕过杀毒软件的技术

查看仓库
1442756年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

mcreator

使用技术绕过杀毒软件的编码反向Shell生成器

安装

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

版本

python 2.7.* 不能低于或高于2.7,因为脚本中的 """ 语法。

运行mcreator控制台

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

命令

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

反向Shell

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

技术

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

编译

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

工具使用示例

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

帮助

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
下载工具