autoRebind

command module
v0.0.0-...-d23d5fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL