Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TOR Python

Tor Proxy - Python Scripts

requirements

  • Python3

Features

  • Clean Validation Using Requests Module
  • Terminal Spinners with Validation - halo Spinner Module

Usage

  • tor.py - Check TOR Connection
  • torfind.py - Find the Blocked and redirect URL using TOR SOCKs proxy
  • torip.py - Find the IP Address Given by TOR

Installation

  • Clone the Respo
git clone https://github.com/mskian/tor-python.git
  • Install Require PIP MOdules
cd tor-python
  • Install Python PIP
sudo apt install python-pip
pip install -r requirements.txt
  • Execute the Scripts
python tor.py
python torfind.py
python torip.py

For Android

Download Termux Terminal Emulator & Orbot (TOR Proxy) From Google Playstore

  • After installing the Orbot Follow the Instructions and setup the APP
  • Next Open Texmux - Update & Install the Required packages
pkg up
pkg install python
pkg install git
  • Clone this Respo on your Device Storage & open the Git cloned Folder via Termux

License

(c) MIT 2019

About

Tor Proxy - Python Scripts

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.