Skip to content

mskian/tor-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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