HI all,
I recently downloaded Velociraptor from the GitHub site
https://github.com/Velocidex/velociraptor/releases/tag/v0.72 specifically the version:
velociraptor-v0.72.0-windows-amd64.msiUpon installing this on my windows 11 device and running the command: velociraptor.exe gui from the C:\program files\velociraptor directory I get the following error message:
Velociraptor.exe: error: gui: starting frontend: listen tcp 127.0.0.1:8001: bind: An attempt was made to access a socket in a way forbidden by its access permissions.I have Splunk running on port 8001 and I do not want to change this unless there is no other option..
Can anyone help me in changing the port for velociraptor so it does not clash?
By default the following files are present in the C:\Program Files\Velociraptor directory:
- client.config.yaml
- Velociraptor.exe
I have tried the following and have had no luck.
- Generate a config file using the command below:
- Velociraptor.exe config generate -i
- Changed the GUI port to something else such as 9000 or 9001
- Then run the command:
- Velociraptor.exe gui
- I get the same error message.
Any advise / help would be much appreciated! Thank you!