Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/embee-research/asyncrat-venom-dcrat-config-extractor
Static AnalysisReverse EngineeringMalware AnalysisCryptographyThreat Intelligence
GitHubembee-research/asyncrat-venom-dcrat-config-extractor

Asyncrat-Venom-Dcrat-Config-Extractor

Config Extractor for Asyncrat/Dcrat/VenomRat

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
1233 years agoNot yet reviewed
Share

Asyncrat-Venom-Dcrat-Config-Extractor

Static Config Extractor for Asyncrat/Dcrat/VenomRat

Utilises dnlib to locate encrypted Config data and associated Encryption values. Values are decrypted in the script without emulating or executing malware code

  • Assumes config lies under the Client.Settings Class
  • Assumes Config is base64 encoded and AES256 encrypted.
  • Assumes most of the file is largely unobfuscated
  • Assumes the Aes256 Salt is stored as either a byte array (asyncrat) or a simple string (venom/dcrat)
  • Code for extracting the Byte array is a modified version of the code from OALabs/StormKitty (https://research.openanalysis.net/dot%20net/static%20analysis/stormkitty/dnlib/python/research/2021/07/14/dot_net_static_analysis.html)

Example

asyncrat-config-extractor.py asyncrat.bin

Samples

  • Asyncrat: 4b63a22def3589977211ff8749091f61d446df02cfc07066b78d3302c034b0cc
  • Venom: 2941774e26232818b739deff45e59a32247a4a5c8d1d4e4aca517a6f5ed5055f
  • Dcrat: ed7cd05b950c11d49a3a36f6fe35e672e088499a91f7263740ee8b79f74224e9
  • Output

    image

    image

    image

    Original Encrypted Values

    image

    image

    Download Tool