https://github.com/inferiorak/miproxy2
Python Asyncronous Proxy Checker. It's faster than MiProxy. More new features are added to this LVL
https://github.com/inferiorak/miproxy2
asyncio http-proxy httpx python python-asynchronous python-proxy-checker python-proxy-grabber python3
Last synced: about 1 month ago
JSON representation
Python Asyncronous Proxy Checker. It's faster than MiProxy. More new features are added to this LVL
- Host: GitHub
- URL: https://github.com/inferiorak/miproxy2
- Owner: InferiorAK
- License: gpl-3.0
- Created: 2023-04-25T07:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T09:39:07.000Z (over 2 years ago)
- Last Synced: 2024-11-08T03:39:09.060Z (11 months ago)
- Topics: asyncio, http-proxy, httpx, python, python-asynchronous, python-proxy-checker, python-proxy-grabber, python3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiProxy2
Python Asyncronous Proxy Checker
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Tutorial
**click here**## Features
- Proxy Scraper
- IP Generator
- Proxy Validator
- Add Port to IP file
## New Features Added (LVL-2)
- Asyncronous HTTP Check
- Upgrade Tool
- Clean Cache
## Support on
- Termux
- Linux
- Windows
## Installation
- Clone this repository -
```
git clone https://github.com/inferiorak/MiProxy2
```- Now go to cloned directory -
```
$ cd MiProxy2
$ pip3 install -r requirements.txt
$ clear
$ python3 miproxy2.py
```
## Overview
```
root@kali:~$ python3 miproxy.py -h
usage: miproxy2.py [options]Proxy Tool by InferiorAK
options:
-h, --help show this help message and exit
-f [FILE], --file [FILE]
Proxy File
-o [OUTPUT], --output [OUTPUT]
Output File
-p [PORT], --port [PORT]
Set Port/Target Port
--type [http/socks4/socks5]
Set Proxy Type
-t [TIMEOUT], --timeout [TIMEOUT]
Set Timeout
--upgrade Upgrade Tool
--clean Clean pycache
-v, --version Print VersionGenerate Random IP:
Usage: python miproxy2.py --generate --count [LOOP_COUNT] -o [out.ext]-g, --generate Generate IP (Mode)
-c [LOOP_COUNT], --count [LOOP_COUNT]
Amount of IPScrape Proxies:
Usage: python miproxy2.py --scrape -api [API_LINK] -o [out.ext]-sc, --scrape Scrape Proxies with API (Mode)
-api [API_LINK] Paste your apiCheck Proxies:
Usage: python miproxy2.py --check -f [proxies.txt] --type [http/socks4/socks5] -t [second] -o [out.ext] --all--check Check Proxies (Mode)
Add Port:
Usage: python miproxy2.py --add -f [ip_file.txt] -p [port] -o [out.ext]--add Add Port to IP (Mode)
```