This Python script enables secure downloading of datasets from active Data Leak Sites (DLS) listed on a public GitHub repository. It integrates user selection, Tor network access, and provides robust features such as download progress monitoring and resumable downloads.
- Interactive DLS Selection: Users can choose from a list of active DLS or enter a custom
.onionURL. - Tor Network Integration: Secure access to
.onionsites via the Tor network. - Progress Monitoring: Real-time download progress updates.
- Resumable Downloads: Ability to resume interrupted downloads, enhancing reliability.
Before you start using this script, you need to have the following installed:
- Python 3.x
requests,pandas,beautifulsoup4,tqdmlibraries- Tor Browser or a Tor service running locally
Clone this repository to your local machine:
git clone https://github.com/yourusername/dls-downloader.git
cd dls-downloaderInstall the required Python libraries:
pip install -r requirements.txtRun the script using:
python dls_downloader.pyFollow the on-screen prompts to select the DLS from which you wish to download data.
Ensure your actions comply with local laws and regulations regarding data access and privacy. Use this script responsibly and ethically.
Contributions to improve the script or add features are welcome. Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational and research purposes only. The author is not responsible for misuse or for any damage that may occur. Always ensure that your actions are legal and authorized.