clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.57k stars 978 forks source link

Copy velociraptor config to default location #876

Closed dlee35 closed 1 year ago

dlee35 commented 1 year ago

The Velociraptor service is currently installed to accept its client configuration from C:\Program Files\Velociraptor\client.config.yaml by default and doesn't read the configuration file as copied (Velociraptor.config.yaml). This PR adjusts the config to be copied to Velociraptor's default configuration location, thereby overwriting the default config from the installation with the appropriate one.

clong commented 1 year ago

Thank you!