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

https://github.com/jblukach/velociraptor

Digging Deeper.... Cloud Deployment
https://github.com/jblukach/velociraptor

aws cdk edr velociraptor

Last synced: 3 months ago
JSON representation

Digging Deeper.... Cloud Deployment

Awesome Lists containing this project

README

        

# 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. ```systemctl status velociraptor_client.service```

### Reference

- https://docs.velociraptor.app