Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/are-you-serat/torbridgevalidator
A tool for parsing and checking vanilla, obfs4 and DOH servers.
https://github.com/are-you-serat/torbridgevalidator
anticensorship doh-server dpi network proxy-checker proxy-scraper tor tor-bridge tor-nodes tor-proxy tor-relay vpn
Last synced: 3 days ago
JSON representation
A tool for parsing and checking vanilla, obfs4 and DOH servers.
- Host: GitHub
- URL: https://github.com/are-you-serat/torbridgevalidator
- Owner: are-you-serat
- Created: 2024-08-08T23:37:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T19:00:50.000Z (7 days ago)
- Last Synced: 2025-02-08T19:34:40.165Z (7 days ago)
- Topics: anticensorship, doh-server, dpi, network, proxy-checker, proxy-scraper, tor, tor-bridge, tor-nodes, tor-proxy, tor-relay, vpn
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
I had the task of finding Tor bridges and checking their functionality automatically since almost all Internet resources are blocked in my country, but I did not find a tool on Github that could do all the actions for me (maybe I was looking poorly). After that I decided to write this script myself. Perhaps this script is the only one that performs this task.Currently the following functions are available:
1) Parsing and checking DOH servers.
2) Parsing and checking vanilla bridges for Tor.
3) Parsing and checking obfs4 bridges for Tor.The program also provides the ability to parse and check bridges from a file that was not deleted after the last scan. This is done so that it is possible to find new servers in case the site from which the data is parsed is blocked.
## Installation
1) To start, clone the repository.
2) Click on install.bat which will create a virtual environment and install dependencies.
3) After that, just click on run.bat.