Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated Docs
- Pushing tests to Main
- Added Requirements
  • Loading branch information
MC874 committed Feb 13, 2023
1 parent 1d5b87e commit c7e4b5f
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 503 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wsee
A CDN Domain Fronting Tool or Websocket Discovery. This tool provides multiple technique to ensure target endpoint can fall under specific `protocol` or `frontable`, indicated via `101` or `200` statuses. Can be used for **Bug Hunters** to find any delicate domain related to `CDN`, `Websocket`, `HTTP/2` and `domain-fronting`. Should work on any CDN but only featured `Cloudflare` and `Cloudfront` as in-built ready to use.
A CDN Domain Fronting Tool or Websocket Discovery. This tool provides multiple technique to ensure target endpoint can fall under specific `protocol`, indicated via `101`. Can be used for **Bug Hunters** to find any delicate domain related to `CDN`, `Websocket`, and `HTTP/2`. Should work on any CDN but only featured `Cloudflare` and `Cloudfront` as in-built ready to use.

## Features
- `wsee: to go` an Easy to use, scans whenever needed with Clean interactive Python script. Usable across any device that supports for `python`. PS: Even work on `Termux` and `WSL`.
Expand Down Expand Up @@ -60,12 +60,11 @@ Latest releases introduce auto-update feature. It's a small feature but now, you
# Installation
**WSee** uses 3rd-party module, make sure to install `requests` before running, or else:
```
apt install python3, python3-pip
apt install git
apt install python3, python3-pip, git
git clone https://github.com/MC189/wsee
cd wsee
chmod +x *
python3 -m pip install requests
python3 -m pip -r requirements.txt
python3 wsee.py
```

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fsspec
requests
itertools
jsonmerge
setuptools
Loading

0 comments on commit c7e4b5f

Please sign in to comment.