Skip to content

A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user

License

Notifications You must be signed in to change notification settings

WillNilges/proxstar-vnc-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxstar-vnc-forwarder

A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user

image

Running

To run do the following

  1. Fill out secrets.py

cp secrets_example.py secrets.py

Add the api@pve user's username and password.

  1. make a venv and activate it

python3 -m venv venv/

source venv/bin/activate

  1. Install requirements

pip install -r requirements.txt

brew install chromedriver

  1. Run the program

python websocket_catcher.py

  1. Marvel in the POWER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! image

About

A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages