Velociraptor Preparation - socarium/makarasoc GitHub Wiki

Velociraptor Preparation

URL: https://<your-ip-address>:8889

username: admin

password: socarium


  1. Access Velociraptor via your browser app.

  1. You can access Velociraptor page.

  1. To add a client, you need to access Velociraptor container folder.
cd modules/velociraptor/velociraptor/clients/
  1. List of Velociraptor clients.
ls -la
  • Expected output

  • It is free to select the method of transfer file to the client, you can use scp or http server.
  1. Transfer the repacked file to the client.
python3 -m http.server <port>
  • Example the command.
python3 -m http.server 9999
  • to terminate the http server ctrl + c.
  1. Open the server URL http://<your-velociraptor-ip>:<port-share> in the client PC.
  • Example the URL http://172.16.1.40:9999.
  1. Download the repacked client app and install it.
⚠️ **GitHub.com Fallback** ⚠️