Skip to content

menna15/Dark-Web-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler

Install tor

sudo apt install tor

Install obfs4proxy

sudo apt install obfs4proxy

Add briges

UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
Bridge obfs4 "bridge"

Hash password

  • run in terminal
tor --hash-password "pass"

and copy the hashed password.

Uncomment those line in /etc/tor/torrc

  • controlport
  • socks
  • Hashedpassword ( and add the hashed password)

Run tor in terminal

tor

Run the crawler code

python crawler.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages