soleHats / digiProxy

Create proxies using DigitalOcean's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxy.py

Create proxies using DigitalOcean's API, based upon @thenikedestroyer's script and inpsired by @ryan9918's script

Only works on OSX, for windows see windows.md

What it does:

Create droplets, create squid proxies on those droplets, saves to proxies.json

How To:

  1. Edit with your info
info = {
  "token" : "some token", # get this from digital ocean
  "ssh_num" : [1234], # get this from rsaKey.py
  "ssh_path"	: "/Users/username/key.pub", # location to ssh pub key
  "tnd_script" : "https://gist.githubusercontent.com/supthunder/e9362875d5fadc11e614440d87be3a24/raw/08cafe4e1dd75d0ac5767b08809e1a028c906c2f/p.sh" # DZT's script for ubuntu 16.04
      }
  1. pip install -r req.txt

  2. python proxy.py

1

2

3

About

Create proxies using DigitalOcean's API

License:MIT License


Languages

Language:Python 100.0%