-
Notifications
You must be signed in to change notification settings - Fork 35
Pull Request
hooooooooooook edited this page Jun 11, 2022
·
1 revision
- git clone https://github.com/CrossC2/CrossC2Kit.git
- cd CrossC2Kit && mkdir third-party
- Place the extended plug-in in the third-party directory and perform Pull Request
- Pull Request will merge after automatic compilation
├── third-party
│ ├── test.cna
│ └── util
│ ├── lpe // Type of plugin
│ │ ├── cve-2021-1102 // The name of the plugin
│ │ │ ├── load.cna // Loading file of the plug-in *
│ │ │ ├── readme.md // Description document of plug-in
│ │ │ ├── src // The source code directory of binary components in the plugin
│ │ │ │ ├── exp.c // Source code to be compiled *
│ │ │ │ └── makefile // Automatic compiled configuration file *
│ │ │ └── testa.cna // CNA script used inside the plug-in
│ │ └── cve-2022-2202
│ │ ├── load.cna
│ │ ├── readme.md
│ │ └── src
│ │ ├── exp.c
│ │ └── makefile
│ └── pass
│ ├── linux-login
│ │ ├── load.cna
│ │ └── src
│ │ ├── exp.c
│ │ └── makefile
│ └── readme.md
-
The compilation results will be displayed in Summary, including
System architecture information
Compile process
Compilation results symbol information
GLIBC version information contained in Linux programs
The overall result of compilation
CobaltStrike's cross-platform C2 expansion framework