Skip to content

MarkNenadov/websocket_proxpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocketProxpy

A simple WebSocket Proxy Server implemented in Python 3.

This server can run in one of three modes:

  1. OPEN_URL, where the connecting client provides a url to connect to via the proxy
  2. FORCED_URL, where the server is hardwired to connect to one and only one url
  3. FORCED_URL_NO_PASSWORD, where the server is hardwired to connect to one and only one url and no password is required.

== Requirements ==

  1. Python 3 (tested on Python 3.4, 3.6, 3.9)
  2. The 'websockets' module (pip install websockets)
  3. The 'yaml' module (pip install pyyaml)

== Instructions ==

  1. In config.yaml, ensure serverType is set to OPEN_URL, FORCED_URL, or FORCED_URL_NO_PASSWORD

  2. If you are using FORCED_URL or FORCED_URL_NO_PASSWORD, uncomment and set proxiedUrl to a valid websocket url. Otherwise it should be commented out with a "#"

  3. Set the other configuration options, such as host, post, passphrase

  4. From within the project root, launch proxy.py and connect from a websocket client to the host/port in config.yaml.

  5. If you are using FORCED_URL_NO_PASSWORD, skip to step 7. Otherwise, send the password in json like so:

    {"password": "12345"}

    You will receive a json response where "status" is either "ok" or "error" with an elaboration in "message.

  6. If you are using FORCED_URL or FORCED_URL_NO_PASSWORD, skip this step. Otherwise send the url you wish to connect to in json, like so: ws://localhost:8081/test {"url": ""}

    You will receive a json response where "status" is either "ok" or "error" with an elaboration in "message.

  7. Send X amount of websocket requests, which will be passed along to the proxied websocket.

  8. When you are done and want the connection terminated, send: {"action": "close"}

About

A WebSocket proxy server using Python 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy