All Projects → vesche → proxy-scrape

vesche / proxy-scrape

Licence: Unlicense License
scrapin' proxies with ocr

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to proxy-scrape

torchestrator
Spin up Tor containers and then proxy HTTP requests via these Tor instances
Stars: ✭ 32 (+60%)
Mutual labels:  proxies, proxy-list
ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (-15%)
Mutual labels:  proxies, proxy-list
proxy-list
A curated list of free public proxy servers
Stars: ✭ 70 (+250%)
Mutual labels:  proxies, proxy-list
Proxy Scraper
Proxy-Scraper is simple Perl script for scraping proxies from multiple websites.
Stars: ✭ 24 (+20%)
Mutual labels:  proxies, proxy-list
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+13735%)
Mutual labels:  proxies, proxy-list
Proxy
A simple tool for fetching usable proxies from several websites.
Stars: ✭ 124 (+520%)
Mutual labels:  proxies, proxy-list
socks5 list
Auto-updated SOCKS5 proxy list + proxies for Telegram
Stars: ✭ 210 (+950%)
Mutual labels:  proxies, proxy-list
proxy fetcher
💪 Ruby / JRuby / TrufflleRuby gem & CLI for dealing with proxy lists from various sources
Stars: ✭ 119 (+495%)
Mutual labels:  proxies, proxy-list
proxyhunter
ProxyHunter v1 - Searches IP ranges for SOCKS and SQUID proxy servers
Stars: ✭ 27 (+35%)
Mutual labels:  proxy-list, proxychains
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (+75%)
Mutual labels:  ocr
cordova-plugin-tesseract
Cordova Plugin for OCR process using Tesseract
Stars: ✭ 70 (+250%)
Mutual labels:  ocr
tesseract-ocr
Node.js wrapper for Tesseract OCR CLI.
Stars: ✭ 29 (+45%)
Mutual labels:  ocr
TesseractStudio.Net
A free Windows graphical interface to the Tesseract 4.0 OCR engine.
Stars: ✭ 38 (+90%)
Mutual labels:  ocr
pdf-scripts
📑 Scripts to repair, verify, OCR, compress, wrangle, crop (etc.) PDFs
Stars: ✭ 33 (+65%)
Mutual labels:  ocr
mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (+220%)
Mutual labels:  proxies
video-to-text-ocr-demo
视频硬字幕提取
Stars: ✭ 105 (+425%)
Mutual labels:  ocr
lookup
🔍 Pure Go implementation of fast image search and simple OCR, focused on reading info from screenshots
Stars: ✭ 35 (+75%)
Mutual labels:  ocr
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-40%)
Mutual labels:  ocr
gazou
Japanese OCR for Linux & Windows
Stars: ✭ 32 (+60%)
Mutual labels:  ocr
MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+1370%)
Mutual labels:  ocr

proxy-scrape

The TorVPN proxy list is no longer populating as of July 2018, therefore this tool is defunct. If you're looking for a decent free proxy list check out a2u/free-proxy-list.

This is a command-line tool to scrape the TorVPN proxy list for use with proxychains. TorVPN's proxy list uses images to list IP addresses (likely to avoid scrapers), this tool uses Tesseract OCR via the pytesseract wrapper for optical character recognition and ImageMagick for image manipulation.

Install

$ sudo apt-get install proxychains tesseract-ocr imagemagick
$ git clone https://github.com/vesche/proxy-scrape

Usage

Run proxy-scrape like so, be patient it will take about 30 seconds to process:

$ ./proxy-scrape.py
http 33.169.33.46    3128  # Germany
http 158.69.204.32   3128  # United States
http 139.59.117.11   3128  # Australia
http 128.199.66.186  443   # United Kingdom
http 139.59.125.12   8080  # Australia
http 128.199.190.243 443   # United Kingdom
http 139.59.125.12   80    # Australia
http 128.199.75.57   8080  # United Kingdom
http 14.141.73.11    8080  # India
http 138.197.137.90  3128  # United States
http 35.185.80.76    3128  # United States
http 143.107.228.57  3128  # Brazil
http 188.166.82.80   3000  # Russian Federation
...

You can easily append the results of proxy-scrape to proxychains. Some proxies may by denied or timeout, just remove these manually. Here I do a simple curl, and use my tool scanless using many proxies:

$ ./proxy-scrape.py > results.txt
$ head -n 20 results.txt | sudo tee -a /etc/proxychains.conf > /dev/null
$ proxychains curl https://ipinfo.io/8.8.8.8
ProxyChains-3.1 (http://proxychains.sf.net)
|D-chain|-<>-158.69.204.32:3128-<>-139.59.117.11:3128-<>-128.199.66.186:443-<>-139.59.125.53:443-<>-139.59.125.12:8080-<>-128.199.75.57:80-<>-128.199.190.243:443-<>-139.59.125.12:80-<>-128.199.75.57:8080-<>-138.197.137.90:3128-<>-35.185.80.76:3128-<>-143.107.228.57:3128-<><>-216.239.36.21:443-<><>-OK
{
  "ip": "8.8.8.8",
  "hostname": "google-public-dns-a.google.com",
  "city": "Mountain View",
  "region": "California",
  "country": "US",
  "loc": "37.3860,-122.0840",
  "org": "AS15169 Google Inc.",
  "postal": "94035",
  "phone": "650"
}
$ proxychains scanless -t scanme.nmap.org -s hackertarget
ProxyChains-3.1 (http://proxychains.sf.net)
Running scanless...
|D-chain|-<>-158.69.204.32:3128-<>-139.59.117.11:3128-<>-128.199.66.186:443-<>-139.59.125.53:443-<>-139.59.125.12:8080-<>-128.199.75.57:80-<>-128.199.190.243:443-<>-139.59.125.12:80-<>-128.199.75.57:8080-<>-138.197.137.90:3128-<>-35.185.80.76:3128-<>-143.107.228.57:3128-<><>-35.186.165.146:443-<><>-OK

------- hackertarget -------
Starting Nmap 7.01 ( https://nmap.org ) at 2017-09-25 14:42 UTC
Nmap scan report for scanme.nmap.org (45.33.32.156)
Host is up (0.063s latency).
Other addresses for scanme.nmap.org (not scanned): 2600:3c01::f03c:91ff:fe18:bb2f
PORT     STATE  SERVICE       VERSION
21/tcp   closed ftp
22/tcp   open   ssh           OpenSSH 6.6.1p1 Ubuntu 2ubuntu2.8 (Ubuntu Linux; protocol 2.0)
23/tcp   closed telnet
25/tcp   closed smtp
80/tcp   open   http          Apache httpd 2.4.7 ((Ubuntu))
110/tcp  closed pop3
143/tcp  closed imap
443/tcp  closed https
445/tcp  closed microsoft-ds
3389/tcp closed ms-wbt-server
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 7.18 seconds
----------------------------

Notes

If you're having DNS issues remove proxy_dns from your /etc/proxychains.conf to do DNS resolution locally. I'd recommend using a DNS server from OpenNIC in your /etc/resolv.conf.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].