Caution
This project is for Windows only.
A tool that obfuscates bat/cmd files.
It basically takes .bat or .cmd files as input and add after the decoded base64 payload in a new file.
- Minimal Setup.
- It works on both .batand.cmdfiles.
- It takes auto completion path of files.
- Make sure that the latest python is installed on your system (Windows).
Caution
The requirements.txt file is also for windows only.
- Install the pyreadline3 module on your system (Windows) by copy and run the following command :
pip3 install -r requirements.txt
- Download or Clone the Repository.
- Open the folder.
- Open CMD/Powershell(Windows) in that folder.
- Type the command :
python BatchObfuscator.py
- Hit Enter.
- It open a GUI interface in terminal.
 
- Follow the instructions and use the tool!