An open API service indexing awesome lists of open source software.

https://github.com/bannsec/wscat

Stupid simple python cmdline tool for touching websockets
https://github.com/bannsec/wscat

Last synced: over 1 year ago
JSON representation

Stupid simple python cmdline tool for touching websockets

Awesome Lists containing this project

README

          

# Overview
Super simple app for manually testing connections to a websocket server.

# Install
```bash
pip install pywscat
```

# Example
```bash
# Connect to a server on port 8080
wscat ws://some.server.here:8080

# Send whatever
```