https://github.com/chainreactors/malice-network
Next Generation C2 Framework
https://github.com/chainreactors/malice-network
c2 security
Last synced: 10 months ago
JSON representation
Next Generation C2 Framework
- Host: GitHub
- URL: https://github.com/chainreactors/malice-network
- Owner: chainreactors
- License: apache-2.0
- Created: 2023-09-05T11:34:35.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-27T08:18:42.000Z (11 months ago)
- Last Synced: 2025-03-28T21:06:30.636Z (11 months ago)
- Topics: c2, security
- Language: Go
- Homepage: https://chainreactors.github.io/wiki/IoM
- Size: 4.63 MB
- Stars: 185
- Watchers: 7
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Malice Network
## wiki
see: https://chainreactors.github.io/wiki/IoM/
implant: https://github.com/chainreactors/malefic
protocol: https://github.com/chainreactors/proto
## Roadmap
https://chainreactors.github.io/wiki/IoM/roadmap/
## Showcases
console

login

tcp

website

execute_exe

load_addon

armory

## Dependency
```bash
scoop install protobuf
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
```
## Thanks
- [sliver](https://github.com/BishopFox/sliver) 从中参考并复用了大量的代码