An open API service indexing awesome lists of open source software.

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

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) 从中参考并复用了大量的代码