Skip to content

a simple python script to de-obfuscate ABOBUS Batch script obfuscator

Notifications You must be signed in to change notification settings

tccontre/DBOBUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DBOBUS

Description: A simple python script to de-obfuscate ABOBUS batch script obfuscator.

Introduction:

The ABOBUS Obfuscator, developed by EscaLag, is a batch script obfuscation tool designed to obscure and protect code written in batch programming. It is recognized for its effectiveness in making batch files harder to read and reverse-engineer by using advanced obfuscation techniques. The tool is implemented in Python and is considered one of the effective tools for batch file obfuscation.

This Python Script can roughly de-obfuscate the actual script being obfuscated by this ABOBUS obfuscator.

NOTE:

Due to the layered and customizable obfuscation techniques employed by the ABOBUS obfuscator, the de-obfuscation process implement by this de-obfuscator, may require specific adjustments tailored to the features utilized in the obfuscated malware samples. These tweaks are essential to accurately reverse the obfuscation and analyze the underlying code. The complexity of the de-obfuscation effort can vary depending on the obfuscation options selected during the encoding process.

Simple HOWTO:

dbobus4.mp4

Example Output:

About

a simple python script to de-obfuscate ABOBUS Batch script obfuscator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages