Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 712 Bytes

Tor

Tor is a python based module for using tor proxy (an anonymous network) services.

tor.png

Requirements

  • Python (2 or 3)

Tested on

  • Windows 7/8/8.1/10.

Installation

You can download the latest version of Tor by cloning the GitHub repository:

git clone https://github.com/r0oth3x49/Tor.git

Usage

  • Run the tor_services.py file to establish a Tor circuit.

Usage within the another python tool