Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7medvision/proxy-checker-go
This is a Go implementation of a proxy checker. It takes a list of proxies from a file and tests them against a target website to check if they are valid.
https://github.com/m7medvision/proxy-checker-go
Last synced: 2 days ago
JSON representation
This is a Go implementation of a proxy checker. It takes a list of proxies from a file and tests them against a target website to check if they are valid.
- Host: GitHub
- URL: https://github.com/m7medvision/proxy-checker-go
- Owner: m7medVision
- Created: 2023-01-30T14:42:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T16:20:15.000Z (almost 2 years ago)
- Last Synced: 2024-02-09T15:27:39.879Z (9 months ago)
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy Checker
![Screenshot](./Screenshot.png)## Get Started
- Download and install Go from the official website: https://golang.org/dl/
- Clone the repository: git clone https://github.com/majhcc/proxy-checker-go.git
- Navigate to the project directory: cd proxy-checker-go
- Build the code: go build ProxyChecker.go
- Run the executable file: ./proxy-checker.exe
## How it Works
The program will ask for the filename of your proxy list, the timeout for each request, and the target website to test the proxies against.It will then test each proxy and display the results with a colored output and save the results to a file named `output.txt`. Proxies that successfully connect are displayed in green, while failed connections are displayed in red.
## Contribution
If you want to contribute to this project, feel free to open a pull request or issue.## License
This tool is under MIT License.