项目作者: cea-sec

项目描述 :
A Python / Scapy implementation of the OR (TOR) protocol.
高级语言: Python
项目地址: git://github.com/cea-sec/TorPylle.git
创建时间: 2013-07-23T11:38:39Z
项目社区:https://github.com/cea-sec/TorPylle

开源协议:GNU General Public License v2.0

下载


TorPylle

A Python / Scapy implementation of the OR (TOR) protocol.

Disclaimer

Just in case: this project should never be used to provide any kind of
anonymity.

Use the Tor project instead (see https://www.torproject.org/).

This project is NOT endorsed or related to the Tor project.

Usage

The examples.py file shows how TorPylle can be used. Reading
torpylle.py might also help!

Installation

Install scapy (see http://www.secdev.org/projects/scapy/), and either
run “python examples.py”, or, from a python shell, “import torpylle”.

No “setup.py” file for now, sorry !