A simple Python utility to download files over slow connections
- Use over TOR to handle downloads from dark web pages
- High-performance downloads using urllib3 w/ asyncio
- Will resume partially completed downloads (where supported by the server)
- Highly resilient to unstable connections
- Can accept a list of URLs from a file
- Live bandwidth monitoring
Downloading content from dark web sites is tricky. There are many factors to consider, including the route you use to access the TOR network.
To ensure a faster connection, follow the steps below. Note, this will potentially open you up to attacks that could compromise your anonymity. As a rule of thumb, if you don't understand why, seek advice before attempting this.
git clone https://github.com/hephaest0s/creatorrc
cd createtoorc
python -m pip install stem
python creatorrc.py --speetor
sudo cp ./tor_config.txt /etc/torrc
tor
Once the Tor connection is established, run GetYourBytes as usual.