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
- Host: GitHub
- URL: https://github.com/bannsec/wscat
- Owner: bannsec
- Created: 2021-11-30T05:11:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T05:23:18.000Z (over 4 years ago)
- Last Synced: 2025-03-15T16:34:58.675Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```