Projects STRLCPY goc2 Commits 2cc6e2ea
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # goc2
    2  -Simple c2 client/server/paylod
     2 +c2 client/server/paylod
     3 + 
     4 +![](https://github.com/grines/goc2/blob/main/goc2.gif)
     5 + 
     6 +# GoC2 - MacOS Post Exploitation C2 Framework
     7 + 
     8 +Custom C2 for bypassing EDR and ease of use.
     9 + 
     10 +## Status
     11 +- This is still an active work in progress (Not ready for production use)
     12 + 
     13 +## Features
     14 +- [x] Terraform deployment
     15 +- [X] Command History
     16 +- [X] Remote Command Completion (yes this works!)
     17 +- [X] JXA execution (cocoa api)
     18 +- [X] Clipboard (cocoa api)
     19 +- [X] cat / curl (cocoa api)
     20 +- [ ] add Doom persistence list
     21 +- [ ] Add Slack integration
     22 +- [ ] Add ++ persistence
     23 +- [ ] Add + privesc
     24 + 
     25 +## Prereqs (must be in path)
     26 +- install mongodb on c2 server ** sudo apt install mongodb * required
     27 +
     28 +## Getting Started (C2 Server)
     29 +- go get github.com/goc2
     30 +- sudo apt install mongodb || brew install mongodb
     31 +- ./goc2 --web
     32 + 
     33 +## CLI
     34 +- ./goc2 --cli --c2 http://c2.server
    3 35   
  • goc2.gif
Please wait...
Page is in error, reload to recover