Skip to content

A Python script which simply obfuscates batch scripts by messing with the encoding.

Notifications You must be signed in to change notification settings

bobby-tablez/Py-BATCH-Fuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Obfuscate or Deobfuscate Batch Scripts using Encoding

py_batchfuscator A set of Python scripts that uses a known method of batch script obfuscation by messing with the encoding. Simply pass in the encode/decode [-e/-d] parameter and file name ending in either .cmd or .bat as a parameter.

Usage: python pbf.py -h

To encode: python pbf.py -e myfile.cmd

To decode: python pbf.py -d test_obfuscated.cmd

example image

Use at your own risk! For educational purposes only.

About

A Python script which simply obfuscates batch scripts by messing with the encoding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages