v3.1.1 - dev - Malleable C2 Profile
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