Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inferiorak/miproxy
It's a Proxy Tool made for Scraping Proxies, Proxy Validating, Adding Port to IP, Generating Random IP
https://github.com/inferiorak/miproxy
http proxy proxy-checker proxy-list proxy-server proxypool python python-proxy python3 requests socks4
Last synced: about 1 month ago
JSON representation
It's a Proxy Tool made for Scraping Proxies, Proxy Validating, Adding Port to IP, Generating Random IP
- Host: GitHub
- URL: https://github.com/inferiorak/miproxy
- Owner: InferiorAK
- License: mit
- Created: 2022-10-24T17:19:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T16:21:26.000Z (about 2 years ago)
- Last Synced: 2023-04-26T08:55:25.641Z (over 1 year ago)
- Topics: http, proxy, proxy-checker, proxy-list, proxy-server, proxypool, python, python-proxy, python3, requests, socks4
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- Proxy Scraper
- IP Generator
- Proxy Validator
- Add Port to IP file
## Supported on
- Termux
- Linux
- Windows
## Tutorial
Click Here
## Installation
- Clone this repository -
```
git clone https://github.com/inferiorak/MiProxy
```- Now go to cloned directory -
```
$ cd MiProxy
$ pip3 install -r requirements.txt
$ clear
$ python3 miproxy.py
```
## Overview
```
root@kali:~$ python3 miproxy.py -h
usage: miproxy.py [options]Proxy Tool by MiTaseen
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
-v, --version Print VersionGenerate Random IP:
Usage: python miproxy.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 miproxy.py --scrape -api [API_LINK] -o [out.ext]-sc, --scrape Scrape Proxies with API (Mode)
-api [API_LINK] Paste your apiCheck Proxies:
Usage: python miproxy.py --check -f [proxies.txt] --type [http/socks4/socks5] -t
[second] -o [out.ext] -dC/-dc/-rn/-ct/-dt/-isp/-zip/-lc/-all--check Check Proxies (Mode)
-dC, --dump-continent
Get Proxy Continent
-dc, --dump-country Get Proxy Country
-rn, --region-name Proxy region name
-ct, --city proxy city
-dt, --district proxy district
-isp Proxy ISP
-zip Country zip code
-lc, --location Proxy Location
-a, --all Dump All infoCheck Proxies with custom url:
Usage: python miproxy.py --check -u [test_url] -f [proxies.txt] --type
[http/socks4/socks5] -t [second] -o [out.ext]-u [TEST_URL_LINK], --url [TEST_URL_LINK]
Proxy Checker URLAdd Port:
Usage: python miproxy.py --add -f [ip_file.txt] -p [port] -o [out.ext]--add Add Port to IP (Mode)
```