Giter VIP home page Giter VIP logo

darkweb-proxy's Introduction

docker build

darkweb-proxy

Privoxy, I2P, IPFS, and Tor all in one docker container.

Quickstart

Note: significant bandwidth required. Works fine on the 2GB Digital Ocean droplets:droplet: - https://m.do.co/c/f77d76dc3bce (referral link)

  • Clone the repo, build & start:
    git clone https://github.com/Ifiht/darkweb-proxy.git
    cd darkweb-proxy
    sudo docker build -t ifiht/darkweb-proxy:alpha .
    sudo docker run --name darkweb_proxy --cap-add=NET_ADMIN --cap-add=NET_BIND_SERVICE -p YOUR_DOCKER_HOST_IP:8080:8080 -it ifiht/darkweb-proxy:alpha
    
  • Point your browser to the proxy: Firefox Setup
  • Enjoy!

Container Design

Philosophy: "A simple self contained image that anyone with docker skills can deploy, to access the greatest extent of the dark web possible"

Currently the container grants access to the Tor Project and Invisible Internet Project networks, while also providing a regular internet proxy. Should all of these be separated into their own containers and integrated through the docker bridge network? According to Docker: "each container should do one thing and do it well." However, the author of this container has decided that that one thing is dark web access, and this container does it well. If in the future, more maintainers come along and consensus moves towards splitting the image, the project could move that way. But for now, as my personal project, one image this will remain.

For the above purpose, this container acts as a proxy server. The image should be deployed on a the host machine, secured intranet, or LAN, and the client computers pointed to the proxy. Everything else is seemless, all websites will now load based on the top-level domain (TLD), e.g. .com will load regular internet, .i2p will load eepsites, etc.

Minimum System Requirements

  • 1GB of RAM
  • 750MB of free disk space
  • highly recommended:
    • multi-core CPU

Running the Container

Default Mode (easiest)

sudo docker run --network host \
    --name darkweb-proxy \
    --cap-add=NET_ADMIN \
    --cap-add=NET_BIND_SERVICE \
    ifiht/darkweb-proxy:latest

Custom Configs (intermediate)

sudo docker run --network host \
    --name darkweb-proxy \
    --cap-add=NET_ADMIN \
    --cap-add=NET_BIND_SERVICE \
    ifiht/darkweb-proxy:latest

darkweb-proxy's People

Contributors

ifiht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.