Please sign in to access this page
P2P Decentralized mesh C2 framework (C implants + Python server + React Dashboard) for resilient red‑team ops
(couldnt get a better banner)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
after multiple attempts to fix the command relay system and finding a proper way to sync results for straight 2 days, i realized i dont need those 2 things at all
Now implants can sync tasks, so if an implants joins the mesh late, it will still get the commands sent before his joining. All hail before the power of p2p syncing.
Added syncing finally! only peer list syncing for now tho, and worked on command transportation bugs
Commands can be executed now, the logs and output can be seen from terminal output of implants, soon dashboard and back to C2 logs
finally the command transportation is completed, ended up going for flooding command instead of p2p relay to each peer, the instructions on how test it is out on github
Due to some major flaws in code it ended up being centralized to C2, so had to rewrite the entire command transportation, have nothing to show so ill just add a screenshot of the code tbh (not tested yet, sending devlog to maintain streak)
Made the basic C2 server endpoints, not tested yet (gotta build implant for proper testing)
ps: dont judge from the screenshot, got more stuff but no point showing the code as screenshot, visit the github if you want to see