Skip to content

wirebits/BatchObfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌀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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages