Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

VisualBasicObfuscator – Visual Basic script obfuscator for penetration testing.

$
0
0

VisualBasicObfuscator is an Visual Basic Code universal Obfuscator intended to be used during penetration testing assignments. template for the Malicious Macros that would like to substitute primary contents of the document (like luring/fake warnings to “Enable Content”) and replace document’s contents with what is inside of an AutoText named RealDoc (configured via variable autoTextTemplateName ).

VisualBasicObfuscator

Dependencies:
+ Python 2.7.x

TODO:
– Improve obfuscation routines
– Add random garbage insertion
– Add strings encoding/decoding routine based on some simple transformations
– Add strings array based obfuscation
– Add Eval based code obfuscation routines
– Offer the user functionality of storing encryption/decryption key in document’s metadata.

usage:

git clone https://github.com/mgeeky/VisualBasicObfuscator && cd VisualBasicObfuscator
./obfuscate.py -h
example:
./obfuscate.py -o your_output -g your_vbs_script

Source: https://github.com/mgeeky


Viewing all articles
Browse latest Browse all 1152

Trending Articles