Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (11 loc) · 1.22 KB

AzoDecrypt

This script is able to decrypt POST requests which are sent to AzoRult Server. One way to save those requests is with Burp Suite with which you are able to save out the requests to file:

Rightclick > Copy to file

The use azo_decrypt.py <output_file> to decrypt the request. Please note, that a normal C2-Traffic contains of two POST-Requests. One short "Check-In" and afterwards a bigger request with the Credentials, Cookies etc.

alt text

This should give you a file like this:

alt text

This file can then be used as input which should produce the decrypted output saved as file:

alt text

Please note that this tool relies on a XOR key which sometimes changes from AzoRult version to version. If the fixed one doesn't work, you can use AzoBrute to get the correct XOR key.

The script should also produce a ZIP file in the directory where it resides. The ZIP contains all credentials, cookies etc. how they were transmitted to the attacker.