appsecben
  • AppSecBen
  • Awesome Links
  • tools
    • grep
    • netstat
    • nmap
    • h8mail
    • sherlock
    • BeEF
    • Wireshark
    • Scapy
    • ffuf
    • wafw00f
    • hCaptcha
    • sn1per
    • WPScan
    • searchsploit
    • Metasploit
    • wget
    • Bash Scripting
    • git
    • Docker
    • VSCode
    • Local web server
    • S3 Bucket
    • JWT
  • Links Úteis
    • Cursos
    • Ferramentas Online
    • Repositórios
    • Articles, Docs, Sites, etc
  • Infra
    • Email
    • DNS
    • Subdomain
    • Ferramentas
    • SSH
  • Tor
    • Links
    • Tor + ProxyChains Config
  • GoLang
    • Cheat Sheet
    • Install
    • Useful Links
    • Packages
    • VSCode
  • Vulns
    • Log4j
Powered by GitBook
On this page
  • Install Packages
  • Configure ProxyChains
  • Configure Tor Browser
  • Sites

Was this helpful?

  1. Tor

Tor + ProxyChains Config

How to install and configure Tor and ProxyChains in Ubuntu

Blogpost: https://www.instagram.com/p/CFO6cp1gSoq/

Install Packages

apt update
apt install tor
apt install proxychains

Configure ProxyChains

#
# OPEN PROXYCHAINS CONFIG FILE
vim /etc/proxychains.conf

#
# EDIT THIS INFO
dynamic_chain #<-- uncomment this
#strict_chain #<-- comment this

socks4 127.0.0.1 9050
socks5 127.0.0.1 9050 #<-- add this one

Configure Tor Browser

# INSTALL
sudo apt install -y torbrowser-launcher

# LAUNCH
torbrowser-launcher

Sites

  • Hidden Wiki

  • Proton Mail

  • Not Evil

PreviousLinksNextCheat Sheet

Last updated 4 years ago

Was this helpful?