wirebits / BatchObfuscator

A tool that obfuscates bat/cmd files.

Repository from Github https://github.comwirebits/BatchObfuscatorRepository from Github https://github.comwirebits/BatchObfuscator

🌀BatchObfuscator

Caution

This project is for Windows only.

ℹ️About

A tool that obfuscates bat/cmd files.

⏳Working

It basically takes .bat or .cmd files as input and add after the decoded base64 payload in a new file.

✨Features

  • Minimal Setup.
  • It works on both .bat and .cmd files.
  • It takes auto completion path of files.

📦Requirements

  • Make sure that the latest python is installed on your system (Windows).

⚙️Setup

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

🏃🏻‍♂️Run BatchObfuscator

  1. Download or Clone the Repository.
  2. Open the folder.
  3. Open CMD/Powershell (Windows) in that folder.
  4. Type the command :
    python BatchObfuscator.py
    
  5. Hit Enter.
    • It open a GUI interface in terminal.
  6. Follow the instructions and use the tool!

About

A tool that obfuscates bat/cmd files.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%