Mcreator is an Encoded Reverse Shell Generator With Techniques To Bypass AV’s.
git clone https://github.com/blacknbunny/mcreator.git && cd mcreator/ && python mcreator.py
Also ReadVba2Graph – Generate Call Graphs From VBA Code For Easier Analysis Of Malicious Documents
python mcreator.py -rsg console
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
You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…