Skip to content

Script which is able to decrypt data sent to AzoRult 3.3 Server

Notifications You must be signed in to change notification settings

NexusFuzzy/AzoDecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script which is able to decrypt data sent to AzoRult 3.3 Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages