Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnilges/proxstar-vnc-forwarder
A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user
https://github.com/willnilges/proxstar-vnc-forwarder
Last synced: about 1 month ago
JSON representation
A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user
- Host: GitHub
- URL: https://github.com/willnilges/proxstar-vnc-forwarder
- Owner: WillNilges
- License: mit
- Created: 2022-07-04T17:36:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T18:19:31.000Z (over 2 years ago)
- Last Synced: 2024-11-05T13:11:38.165Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxstar-vnc-forwarder
A proof-of-concept way to forward a VNC websocket from proxmox to an unauthenticated PVE user![image](https://user-images.githubusercontent.com/42927786/177199389-2fd2470a-468d-415d-91d2-5b6675f65deb.png)
## Running
To run do the following1. Fill out `secrets.py`
`cp secrets_example.py secrets.py`
Add the `api@pve` user's username and password.
2. make a `venv` and activate it
`python3 -m venv venv/`
`source venv/bin/activate`
3. Install requirements
`pip install -r requirements.txt`
`brew install chromedriver`
4. Run the program
`python websocket_catcher.py`
5. Marvel in the POWER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
![image](https://user-images.githubusercontent.com/42927786/177910999-f10b4413-093f-47b9-aa53-e781dc7d7da1.png)