https://github.com/rumpelsepp/webcat
The lightweight swiss army knife for websockets
https://github.com/rumpelsepp/webcat
go netcat websocket
Last synced: 7 months ago
JSON representation
The lightweight swiss army knife for websockets
- Host: GitHub
- URL: https://github.com/rumpelsepp/webcat
- Owner: rumpelsepp
- License: gpl-3.0
- Created: 2023-01-18T21:28:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T20:42:36.000Z (about 2 years ago)
- Last Synced: 2024-02-04T22:18:40.830Z (almost 2 years ago)
- Topics: go, netcat, websocket
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcat
The lightweight swiss army knife for websockets.
It is very simlar to netcat and curl.
## Documentation
There is a manpage in the `man` directory.
If you have installed webcat via a package manager try `man webcat`.
## Build
```
$ make
```