Velociraptor Preparation - socarium/makarasoc GitHub Wiki
URL: https://<your-ip-address>:8889
username: admin
password: socarium
- Access Velociraptor via your browser app.

- You can access Velociraptor page.

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

- It is free to select the method of transfer file to the client, you can use
scporhttp server.
- 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.
- Open the server URL
http://<your-velociraptor-ip>:<port-share>in the client PC.
- Example the URL
http://172.16.1.40:9999.
- Download the repacked client app and install it.