Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/are-you-serat/vodtool
A tool for parsing and checking vanilla, obfs4 and DOH servers.
https://github.com/are-you-serat/vodtool
doh-server proxy-checker proxy-scraper tor tor-bridge tor-nodes tor-proxy tor-relay vpn
Last synced: 8 days ago
JSON representation
A tool for parsing and checking vanilla, obfs4 and DOH servers.
- Host: GitHub
- URL: https://github.com/are-you-serat/vodtool
- Owner: are-you-serat
- Created: 2024-08-08T23:37:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T18:24:39.000Z (6 months ago)
- Last Synced: 2024-08-11T03:01:13.641Z (6 months ago)
- Topics: doh-server, 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
To start, clone the repository using this link: https://github.com/are-you-serat/vodtool.git. Click on install.bat which will create a virtual environment and install dependencies. After that, just click on run.bat.