2022-01-04 08:57:53 +00:00
|
|
|
# SpoofDPI
|
|
|
|
|
2022-01-04 09:35:03 +00:00
|
|
|
A simple and fast software designed to bypass **Deep Packet Inspection**
|
2022-01-04 09:12:38 +00:00
|
|
|
![image](https://user-images.githubusercontent.com/45588457/148035986-8b0076cc-fefb-48a1-9939-a8d9ab1d6322.png)
|
2022-01-03 08:43:30 +00:00
|
|
|
|
2022-01-04 09:11:43 +00:00
|
|
|
# Installation
|
2022-01-04 09:35:03 +00:00
|
|
|
- With **go install**
|
2022-01-04 09:11:43 +00:00
|
|
|
`$ go install github.com/xvzc/SpoofDPI/cmd/spoof-dpi`
|
2022-01-04 09:35:03 +00:00
|
|
|
> Remember that $GOPATH variable should be set in your $PATH
|
2022-01-03 08:45:15 +00:00
|
|
|
|
2022-01-04 09:35:03 +00:00
|
|
|
- Or you can build your own
|
|
|
|
`$ git clone https://github.com/xvzc/SpoofDPI.git`
|
|
|
|
`$ cd SpoofDPI`
|
2022-01-04 09:11:43 +00:00
|
|
|
`$ go build ./cmd/...`
|
|
|
|
|
|
|
|
# Run
|
|
|
|
## OSX
|
2022-01-04 09:35:03 +00:00
|
|
|
`$ spoof-dpi`
|
2022-01-03 08:45:15 +00:00
|
|
|
|
2022-01-04 09:11:43 +00:00
|
|
|
## Linux
|
2022-01-04 09:35:03 +00:00
|
|
|
Open your favorite browser with proxy option
|
2022-01-03 08:45:15 +00:00
|
|
|
`google-chrome --proxy-server="http://127.0.0.1:8080"`
|
2022-01-03 08:43:30 +00:00
|
|
|
|
2022-01-04 09:35:03 +00:00
|
|
|
## Windows
|
|
|
|
Use [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) instead
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
```
|
|
|
|
Usage: spoof-dpi [options...]
|
|
|
|
-dns=<addr> | default: 8.8.8.8
|
|
|
|
-port=<port> | default: 8080
|
|
|
|
```
|
|
|
|
|
|
|
|
# Inspiration
|
|
|
|
[Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel)
|
2022-01-04 09:35:48 +00:00
|
|
|
[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI)
|