Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

4n6ir/blue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blue

Blue provides Infrastructure as Code for secure deployment of Velociraptor into AWS.

Blue Velociraptor

Deployment
  1. wget https://github.com/Velocidex/velociraptor/releases/download/v0.6.5-0/velociraptor-v0.6.5-3-linux-amd64
  2. chmod 750 velociraptor-v0.6.5-3-linux-amd64
  3. ./velociraptor-v0.6.5-3-linux-amd64 config generate -i
  4. ./velociraptor-v0.6.5-3-linux-amd64 --config server.config.yaml debian server --binary velociraptor-v0.6.5-3-linux-amd64
  5. dpkg -i velociraptor_0.6.5-3_server.deb
  6. systemctl status velociraptor_server.service
Clients
./velociraptor-v0.6.5-3-linux-amd64 --config client.config.yaml debian client
Installation