Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CrossC2-GithubBot-2023-03-14.cna | 2023-03-14 | 19.1 kB | |
CrossC2Kit-GithubBot-2023-03-14.zip | 2023-03-14 | 17.6 MB | |
genCrossC2.Linux | 2023-03-14 | 27.6 MB | |
genCrossC2.MacOS | 2023-03-14 | 27.6 MB | |
README.md | 2022-06-07 | 923 Bytes | |
v3.1.1 - dev - Malleable C2 Profile.tar.gz | 2022-06-07 | 8.2 MB | |
v3.1.1 - dev - Malleable C2 Profile.zip | 2022-06-07 | 8.3 MB | |
Totals: 7 Items | 89.3 MB | 3 |
Tips 🎉
- Automatic parsing of Malleable C2 Profile is now supported!
Fix
- Fix the compatibility problem of
python-import
underPython2
New
-
Add automatic parsing of
Malleable C2 Profile
, you can specifyC2Profile
to letgenCrossC2
generatebeacon
genCrossC2 127.0.0.1 4444 cs_key ;;c2profile.profile Linux x64 ./beacon genCrossC2 127.0.0.1 4444 cs_key ;config.ini;c2profile.profile@second-section Linux x64 ./beacon
In the console: genCrossC2 127.0.0.1 4444 cs_key ";;c2profile.profile" Linux x64 ./beacon genCrossC2 127.0.0.1 4444 cs_key \;\;c2profile.profile Linux x64 ./beacon
Change
-
In the parameter position of
rebind_dynamic_lib
, the position ofC2Profile
is newly added, and the parameter separator of each configuration file is changed from:
to;
rebind.so:config.ini
->rebind.so;config.ini