Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 761 Bytes

README.md

File metadata and controls

26 lines (10 loc) · 761 Bytes

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