Skip to content

Instantly share code, notes, and snippets.

View anildalar's full-sized avatar
💭
56C - The plan is really big

ANIL DOLLOR anildalar

💭
56C - The plan is really big
View GitHub Profile
@anildalar
anildalar / tbb_clone.sh
Created July 12, 2021 11:53 — forked from lethak/tbb_clone.sh
Clone a default TOR browser instance to allow the clones to be ran as multiple TOR Browser instances with different IPs. If you want the same effect without the Browser, head over https://github.com/lethak-docker/tor-clients
#!/bin/bash
# HOWTO MAKE IT WORK ?
#
# Required for windows user: you may want to have linux friendly shell already installed (Git-Bash is doing a fine job and easy to install)
# Then,
# Go to Tor Browser install directory ex: "C:\Programs\Tor Browser"
# Create and or copy this script there under the name "tbb_clone.sh" (name and path not important if you know what you are doing)
# Run the script ex: "bash ./tbb_clone.sh -n 4 -p ./Browser"
# This will create 4 copies of the "Browser" folder named "TBB1" to "TBB4"