Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 489 Bytes

File metadata and controls

32 lines (24 loc) · 489 Bytes

tor-crawler

  • Tor-based Dark Web Crawler

Requirements

pip3 install --upgrade -r requirement.txt

Usage

  • Search Onion address using Out of band scrapper

    python3 01-oob_google.py
  • Crawl Deep Web Data using Crawler

    python3 02-cli_crawler_mp.py
    python3 02-gui_crawler_mp.py
  • Analyzing Crawled Data

    python3 03-analyzer_1.py

Reference