Skip to content

crowdere/Darknet-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility to scrape the darknet

This project is a collection of open source projects and custom parsers to scrape the darknet marketplaces to produce a JSON that can be digested by the ELK stack.

Recommended

  • Ubuntu 16.04 or newer
  • 8GB of RAM
  • 16GB minimum of Storage

TOR Setup

Install TOR apt install tor

Run tor service sudo service tor star

Set a password tor --hash-password "my_password"

Copy the hash of your password to the file /Modules/Scrape.py and replace with your new generated hash.

Navigate to nano /etc/tor/torrc and uncomment ControlPort 9051

Running the Crawler or Scraper

Navigate into the project directory cd Darknet-Stack Scrape

Add an onion link to the the file nano onions.txt

Turn on the crawler or Scraper by commenting either line in main.py

Multiprocessing(ExecuteCrawler)

Multiprocessing(ExecuteScraper)

Run the driver code python3 main.py

Credit

Abhisek Singn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors