gitlibrary@pf5.co

0

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

Security

encoder
dos
cmd
batch

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.