Gallery Project

This project demonstrates selenium’s ability to extract files from a website. I’ve added the challenge of connecting over TOR. This package also includes a personal archive site built in NodeJS and Angular that allows users to filter and view downloaded files.

For educational purposes only.

Important

This package only works on windows.

Instructions

Download the latest TOR bundle from the TOR website(https://www.torproject.org/download/) and move the Browser folder into tor/Tor Browser

Download the latest Geckodriver from Github(https://github.com/mozilla/geckodriver/releases) and extract the file to the root directory.

Run pip3 install -r requirements.txt or python3 -m pip install -r requirements.txt in the root directory to install python packages.

Run python3 ./website_downloader.py to download from the .onion site.

Using NodeJS, run npm install in the root directory.

To start the personal archive run node main.js or pm2 start main.js.

Go to http://localhost and enjoy your personal archive!

GitHub

View Github