Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacknbunny/mcreator
Encoded Reverse Shell Generator With Techniques To Bypass AV's
https://github.com/blacknbunny/mcreator
Last synced: 26 days ago
JSON representation
Encoded Reverse Shell Generator With Techniques To Bypass AV's
- Host: GitHub
- URL: https://github.com/blacknbunny/mcreator
- Owner: blacknbunny
- Created: 2018-11-10T03:30:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T02:52:53.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:12:08.760Z (4 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 147
- Watchers: 11
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **130**星
- awesome-hacking-lists - blacknbunny/mcreator - Encoded Reverse Shell Generator With Techniques To Bypass AV's (Python)
README
# mcreator
Encoded Reverse Shell Generator With Techniques To Bypass AV's## Installation
```
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
```
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
```
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
```