Skip to content

This project is a simple example of using Stem and Scapy together to create an anonymized network analysis tool. The application can connect to a running Tor process or start a new one, send network packets through the Tor network, and rotate identities.

Notifications You must be signed in to change notification settings

VolkanSah/Tor-Scapy-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tor Scapy Application (TSA)

update 05/2024 & now public 4 all

This project is a simple example of using Stem and Scapy together to create an anonymized network analysis tool. The application can connect to a running Tor process or start a new one, send network packets through the Tor network, and rotate identities.

Requirements

  • Python 3.x
  • Stem
  • Scapy
  • Tor

Installation

  1. Install Python 3.x from Python's official website.
  2. Install the required Python packages:
    pip install -r requirements.txt
  3. Ensure Tor is installed and running. You can download and install Tor from Tor Project's official website.

Usage

Run the application:

python tor_scapy_app.py

or

python3 tor_scapy_app.py

Credits

License

This project is licensed under the MIT License.

About

This project is a simple example of using Stem and Scapy together to create an anonymized network analysis tool. The application can connect to a running Tor process or start a new one, send network packets through the Tor network, and rotate identities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages