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.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…