Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```