Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahwul/ws-smuggler
WebSocket Connection Smuggler
https://github.com/hahwul/ws-smuggler
Last synced: 6 days ago
JSON representation
WebSocket Connection Smuggler
- Host: GitHub
- URL: https://github.com/hahwul/ws-smuggler
- Owner: hahwul
- License: mit
- Created: 2021-05-09T08:18:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T07:23:43.000Z (about 2 years ago)
- Last Synced: 2024-10-25T01:32:29.330Z (15 days ago)
- Language: Go
- Size: 15.6 KB
- Stars: 45
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- WebHackersWeapons - ws-smuggler - smuggler?label=%20)|[`smuggle`](/categorize/tags/smuggle.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| (Weapons / Tools)
README
# ws-smuggler
`ws-smuggler` is websocket connection smuggling testing tool. It is similar to the [this project](https://github.com/hahwul/websocket-connection-smuggler), but it has been rewritten based on the web for convenience of testing 🚀## What is WebSocket Connection Smuggling
* https://github.com/0ang3el/websocket-smuggle
* https://www.hahwul.com/2019/10/30/websocket-connection-smuggling/
* https://www.hahwul.com/cullinan/websocket-connection-smuggling/
* https://github.com/hahwul/websocket-connection-smuggler
* https://github.com/hahwul/websocket-connection-smuggling-go## Installation and Usage
### Installation
```
$ GO111MODULE=on go get -v github.com/hahwul/ws-smuggler
```### Usage
```
$ ws-smuggler
```open http://localhost:4556 and testing ws connection smuggling
![1415](https://user-images.githubusercontent.com/13212227/117845905-eb39e300-b2bb-11eb-9b60-71797b980c54.jpg)
## Screenshot
![1414](https://user-images.githubusercontent.com/13212227/117844469-aeb9b780-b2ba-11eb-9142-d46c4508ee04.jpg)