Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Bump Version
- Tests to Release
- Updated docs
  • Loading branch information
MC874 committed Nov 29, 2022
1 parent e13b2eb commit a024815
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .wsee/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
5 changes: 3 additions & 2 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, indicated via `101` statuses. 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.
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.

## 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 All @@ -10,7 +10,8 @@ A CDN Domain Fronting Tool or Websocket Discovery. This tool provides multiple t
- Accept `.csv` as wordlist, breaking the barrier of must used `.txt` and made it compatible for other Enumeration Tool Output.
- Supports for Internal Storage for `Termux` users.
- Supports for `HTTP/2` Protocol (clear-text only).
- New `Rotate` Mode feature; Now you can rotate `proxy` and `hostname` individually. This is useful if the target only accept specific proxy or ssl masking.
- `Rotate Proxy` feature that will brute list of Proxy against single Hostname. Currently only Supports for Proxy that runs on `443`or `80` port (Based on CloudFlare Proxy)
- `Rotate Hostname` feature that will brute list of Hostname against single Proxy. This is usefull for CDN Distribution IP's that has multiple Domain on a single IP or SSL Masking.
- Auto script updater handled with config located in `.wsee/CONFIG`
- Also include `Normal` mode, to find SSL/Direct bugs without protocol or domain fronting.
- `HeartBeat` when attempt to send a request, this prevent connection lost interrupt in mid-scan.
Expand Down
Loading

0 comments on commit a024815

Please sign in to comment.