Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cea-sec/TorPylle
A Python / Scapy implementation of the OR (TOR) protocol.
https://github.com/cea-sec/TorPylle
hacktoberfest network-analysis network-protocol network-protocols network-security protocol python scapy tor
Last synced: 2 months ago
JSON representation
A Python / Scapy implementation of the OR (TOR) protocol.
- Host: GitHub
- URL: https://github.com/cea-sec/TorPylle
- Owner: cea-sec
- License: gpl-2.0
- Archived: true
- Created: 2013-07-23T11:38:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T18:08:41.000Z (over 3 years ago)
- Last Synced: 2024-04-22T10:11:27.000Z (9 months ago)
- Topics: hacktoberfest, network-analysis, network-protocol, network-protocols, network-security, protocol, python, scapy, tor
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 95
- Watchers: 17
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scapy - TorPylle - Implementation of the OR (TOR) protocol. (Tools)
README
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 !