Skip to content

Digging Deeper.... Research and Development Cloud Deployment

License

Notifications You must be signed in to change notification settings

jblukach/velociraptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velociraptor

Server

  1. wget https://github.com/Velocidex/velociraptor/releases/download/v0.74/velociraptor-v0.74.0-rc1-linux-arm64
  2. chmod 750 velociraptor-v0.74.0-rc1-linux-arm64
  3. ./velociraptor-v0.74.0-rc1-linux-arm64 config generate -i
  4. ./velociraptor-v0.74.0-rc1-linux-arm64 --config server.config.yaml debian server --binary velociraptor-v0.74.0-rc1-linux-arm64
  5. dpkg -i velociraptor_server_0.74.0.rc1_arm64.deb
  6. systemctl status velociraptor_server.service

Clients

  1. ./velociraptor-v0.74.0-rc1-linux-arm64 --config server.config.yaml config client > client.config.yaml
  2. cp client.config.yaml /etc/velociraptor/client.config.yaml
  3. ./velociraptor-v0.74.0-rc1-linux-arm64 --config client.config.yaml debian client
  4. ./velociraptor-v0.74.0-rc1-linux-arm64 --config client.config.yaml rpm client
  5. dpkg -i velociraptor_client_0.74.0.rc1_arm64.deb
  6. rpm -i velociraptor_client_0.74.0.rc1_aarch64.rpm
  7. systemctl status velociraptor_client.service

Reference

About

Digging Deeper.... Research and Development Cloud Deployment

Topics

Resources

License

Stars

Watchers

Forks

Languages