https://github.com/codeswhite/proxion
Automated multi-threaded proxy checker with uptime and latency statistics
https://github.com/codeswhite/proxion
penetration-testing-tools proxies proxy-checker proxy-list
Last synced: 4 months ago
JSON representation
Automated multi-threaded proxy checker with uptime and latency statistics
- Host: GitHub
- URL: https://github.com/codeswhite/proxion
- Owner: codeswhite
- License: mit
- Created: 2018-09-05T07:49:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:26:28.000Z (about 3 years ago)
- Last Synced: 2023-03-21T13:05:44.285Z (almost 3 years ago)
- Topics: penetration-testing-tools, proxies, proxy-checker, proxy-list
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Proxion
Manage proxy servers for your other tools!
Featuring:
- Multi-threaded proxy checking
- Uptime and latency statistics
- Dispatcher API - for use in your other scripts!
## Examples
> TODO
## Install
From PyPI repo (using `pip`)
$ pip install proxion
From AUR repo (using any AUR helper like `yay` for example)
$ yay -S python-proxion
From github clone
$ git clone https://github.com/codeswhite/proxion
$ pip install ./proxion
## Usage
After installing on your machine run the script with:
$ proxion --help
## Contributing
This project welcomes contribution! :)
The following instructions are for anyone who is interested in setting up the project locally for development/testing purposes:
$ git clone https://github.com/codeswhite/proxion
$ cd ./proxion
$ pipenv install
Note: Installing the requirements can _alternatively_ be achieved via basic `pip`:
$ pip install -r requirements.txt