• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

pyMalleableC2: Python interpreter for Cobalt Strike Malleable C2 Profiles

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,613
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,650
‎6 Years of Service‎
 
76%
110083243-b3f30700-7d4b-11eb-8b69-28116e5ea1c9.png


pyMalleableC2

A Python interpreter for Cobalt Strike Malleable C2 profiles that allows you to parse, modify, build them programmatically and validate syntax.

Supports all of the Cobalt Strike Malleable C2 Profile grammar starting from Cobalt Strike version 4.3.

It’s not backwards compatible with previous Cobalt Strike releases.

What are the differences between pyMalleableC2 and other projects of this nature?

    Parses profiles with Lark using eBNF notation. This approach is a lot more robust then user-defined regexes, templating engines, or similar methods.
    Turns profiles into an Abstract Syntax Tree (AST) which can then be reconstructed back into source code.
    Because of the above, pyMalleableC2 allows you to build profiles programmatically or modify them on the fly.
    Allows you to validate the syntax of Malleable C2 profiles (Does not perform runtime checks, see the warning below.)
    It has AI in the form of a lot of if statements.

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top