Skip to content

Automatically parse Malleable C2 profiled into CrossC2 rebinding library source code

License

Notifications You must be signed in to change notification settings

CrossC2/autoRebind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoRebind

README | 中文文档

autoRebind can parse CobaltStrike's Malleable C2 profile and convert it into the source code of the communication library available to CrossC2

Usage

autoRebind <c2profile> [section-name] > rebind.c

Read the default section configuration in the c2profile file by default

When there are multiple http-get/post sections in c2profile, you can specify the section name for parsing

Note

gcc -fPIC -shared rebind.c -o librebind.so

The generated rebind.c source file should be compiled under a low-version Linux system as much as possible, otherwise it may be incompatible due to the GLIBC version is too high on the target system

About

Automatically parse Malleable C2 profiled into CrossC2 rebinding library source code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages