All Projects → redcode-labs → Proxadd

redcode-labs / Proxadd

A tool that adds proxy entries to Proxychains config

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Proxadd

Vue 163 Music
【停止维护】网易云音乐web版,支持PC端常用功能,localStorage保存播放列表
Stars: ✭ 788 (+2930.77%)
Mutual labels:  proxy
Node Procedural Async
Write procedural style code that runs asynchronously. It may look synchronous, but it's not!
Stars: ✭ 17 (-34.62%)
Mutual labels:  proxy
Observer Util
Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
Stars: ✭ 905 (+3380.77%)
Mutual labels:  proxy
Fod
Freedom of Developers
Stars: ✭ 815 (+3034.62%)
Mutual labels:  proxy
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-38.46%)
Mutual labels:  proxy
Osu Hope
osu!HOPE: HoLLy's osu! Packet Editor
Stars: ✭ 18 (-30.77%)
Mutual labels:  proxy
Corvus
A fast and lightweight Redis Cluster Proxy for Redis 3.0
Stars: ✭ 758 (+2815.38%)
Mutual labels:  proxy
Louketo Proxy
A OpenID / Proxy service
Stars: ✭ 926 (+3461.54%)
Mutual labels:  proxy
Keyless Solution
The solution of keyless proxy.
Stars: ✭ 16 (-38.46%)
Mutual labels:  proxy
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-26.92%)
Mutual labels:  proxy
Simple Java Mail
Simple API, Complex Emails (JavaMail smtp wrapper)
Stars: ✭ 821 (+3057.69%)
Mutual labels:  proxy
Warwolf
Socks5-Over-HTTP (A Socks5 proxy runs on plain old HTTP requests, no websocket. Deployable on Google AppEngine) 🤟 😚 👁 🤦🏻‍♂️ 💃🏻 🕺🏻
Stars: ✭ 16 (-38.46%)
Mutual labels:  proxy
Gotit
Help You Got It (golang dependencies)
Stars: ✭ 19 (-26.92%)
Mutual labels:  proxy
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+2961.54%)
Mutual labels:  proxy
Swaddle
Automagically create API clients/wrappers in JavaScript
Stars: ✭ 23 (-11.54%)
Mutual labels:  proxy
Clashy
A GUI proxy client for Windows / Mac / Ubuntu Desktop based on Clash and Electron. Windows / Mac / Ubuntu 适用的Clash客户端.
Stars: ✭ 775 (+2880.77%)
Mutual labels:  proxy
Procurator
Socks5 server and client, utilizing epoll only.
Stars: ✭ 18 (-30.77%)
Mutual labels:  proxy
Thinningcoordinator
The UITableView/UICollectionView dataSource/delegate thinning coordinator, help thinning your UIViewController!
Stars: ✭ 25 (-3.85%)
Mutual labels:  proxy
Proxy Scraper
Proxy-Scraper is simple Perl script for scraping proxies from multiple websites.
Stars: ✭ 24 (-7.69%)
Mutual labels:  proxy
Proxy Hot Reload
Node.js application hot reload with `Proxy`.
Stars: ✭ 19 (-26.92%)
Mutual labels:  proxy

Proxadd Language License

Proxadd is a dead-simple script that pulls proxy entries from proxy-list API and adds them to Proxychains configuration file.

Table of Contents

Requirements

Proxadd requires following gems:

  • optparse
  • httparty
  • colorize

Usage

Usage: proxadd.rb [-h] [-o] [-s] [-t TYPE] [-n NUMBER] [-c CODE] [-a ANON] [-f CONFIG]
    -t, --type TYPE                  Select proxies type to query [*http|https|socks4|socks5]
    -n, --number NUMBER              Number of proxies to add to proxychains config
    -c, --country-code CODE          Filter proxies by country code
    -a, --anon ANON                  Filter by anonimity level [transparent|anonymous|elite]
    -f, --config-file CONFIG         Path of the Proxychains config file to append proxies to (default: /etc/proxychains.conf)
    -o, --stdout                     Print proxies to SDTOUT instead of writing to config file
    -s, --shuffle                    Shuffle proxy list before adding to Proxychains config
    -h, --help                       Print help message

License

This software is under MIT License

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].