Giter VIP home page Giter VIP logo

tor_ip_switcher's Introduction

tor_ip_switcher

Maintenance


Architecture Maintenance


Running the automated tips_setup script

Expand for tips_setup script commands
tips_setup.py <your_new_password>
sudo python3 tips_setup.py "password"

Expand for manually resetting password

Edit with sed editor: /etc/tor/torrc

  1. Remove the comment "#" from the line with #ControlPort 9051
sudo sed -i '/ControlPort /s/^#//' /etc/tor/torrc
  1. Remove the comment "#" from the line with #HashedControlPassword
sudo sed -i '/HashedControlPassword /s/^#//' /etc/tor/torrc
  1. Reset HashedControlPassword.
tor --hash-password "Your_new_password"
  1. Replace the old hashed password below 16:01234556789ABCDEF with <16:your_new_password_hash>.
sudo sed -i 's/^HashedControlPassword 16:.*[A-Z0-9]*$/HashedControlPassword 16:01234556789ABCDEF/' /etc/tor/torrc
  1. Finally, reload the configuration file.
sudo kill -HUP $(pidof tor)

Expand for usage
Method One: Run-as a background job and disown
tor_ip_switcher.py &
disown

Method Two: Run-as a screen session detached

Expand for run-as a screen session detached
screen -dmS "torswitcher" tor_ip_switcher.py

Expand for screenie

▹ Tor IP Switcher Screenshot

Expand for screenie

▹ Tor Manager Screenshot



Credits:

Anonymous-Dev

Forked from

Disclaimer:
Pen-testing Only.

tor_ip_switcher's People

Contributors

ruped24 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.