Skip to content

failurehunter/cpp-dpi-checkers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcp 16-20 checker (cli)

🚀 This repository contains checkers that allow you to determine if your “home” ISP has DPI, as well as the specific methods (and their parameters) the censor uses for limitations.

Note

Most of the code in the repository is written by AI. The code may be imperfect and not ideal.

Warning

All content in this repository is provided for research and educational purposes only.
You are solely responsible for ensuring that your use of any code, data, or information from this repository complies with all applicable laws and regulations in your jurisdiction.
The authors and contributors assume no liability for any misuse or violations arising from the use of this materials.

build

g++ -std=c++23 dpi.cpp -lcurl -pthread -O2 -o dpi_check

usage

./dpi_check [timeout_ms]

See here for details on this blocking method.

The original repository is available here.

About

c++ fork: tcp 16-20 check

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 100.0%