A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user
To run do the following
- Fill out
secrets.py
cp secrets_example.py secrets.py
Add the api@pve
user's username and password.
- make a
venv
and activate it
python3 -m venv venv/
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
brew install chromedriver
- Run the program
python websocket_catcher.py