Skip to content

v3.1.1 - dev - Malleable C2 Profile

Compare
Choose a tag to compare
@gloxec gloxec released this 14 Mar 15:11
· 4 commits to cs4.1 since this release

Tips πŸŽ‰

  • Automatic parsing of Malleable C2 Profile is now supported!

Fix

  • Fix the compatibility problem of python-import under Python2

New

  • Add automatic parsing of Malleable C2 Profile, you can specify C2Profile to let genCrossC2 generate beacon

    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 of C2Profile is newly added, and the parameter separator of each configuration file is changed from : to ;

    rebind.so:config.ini -> rebind.so;config.ini