Skip to content

paulpierce34/PSTor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

PSTor

Connect to the Tor network seamlessly with Powershell! The purpose of this script is to provide easy function calls for starting/stopping a local Tor proxy and connecting to this proxy via Selenium. This will provide the capability to web crawl any site on the deep darkweb.

The ideal workflow is to run Start-Tor to initialize your Tor proxy, and then Start-WebCrawl to begin your webcrawling excursions. By default, this function will navigate to https://check.torproject.org/ to verify Tor network connection. Use Stop-Tor when you are finished.

PREREQUISITES:

  • Tor installed (tor.exe binary required)
  • Selenium & Chrome webdriver (if you want to execute optional Start-WebCrawl function)

HOW TO USE:

  • Git clone to your machine
  • Execute script to load 3 functions into memory: Start-Tor, Start-Webcrawl, Stop-Tor
  • Call the Start-Tor function to initialize Tor local proxy
  • Start-Webcrawl to verify Tor connectivity and begin your web crawling excursions
  • Call Stop-Tor to kill your process

**NOTE: ** Specify $TorPath and $WebDriverPath variables with appropriate paths for tor/selenium

EXAMPLE USAGE:

Start-Tor -TorPath "$env:USERPROFILE\Desktop\Tor Browser\Browser\TorBrowser\Tor\"
Start-WebCrawl -WebDriverPath "$env:USERPROFILE\Documents\chromedriver-win64-new\"
Stop-Tor

ClipChamp-Tor-Video-ezgif com-video-to-gif-converter

About

Connect to the Tor network seamlessly with Powershell!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors