Descarga Chaos Framework - generar payloads y controlar sistemas operativos remotos



CHAOS es un PoC que permite generar cargas útiles y controlar sistemas operativos remotos.


INSTALACIÓN

# Install dependencies
$ sudo apt install golang git go-dep -y

# Get this repository
$ go get github.com/tiagorlampert/CHAOS

# Go into the repository
$ cd ~/go/src/github.com/tiagorlampert/CHAOS

# Get project dependencies
$ dep ensure

# Run
$ go run main.go

Comments