https://github.com/volkansah/tor-scapy-application
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.
https://github.com/volkansah/tor-scapy-application
admins analytics defense hack hacking offensive python scapy script security stem tor wardrive
Last synced: 24 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/volkansah/tor-scapy-application
- Owner: VolkanSah
- Created: 2024-05-25T09:27:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T18:56:52.000Z (5 months ago)
- Last Synced: 2025-03-28T10:55:46.197Z (25 days ago)
- Topics: admins, analytics, defense, hack, hacking, offensive, python, scapy, script, security, stem, tor, wardrive
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Tor Scapy Application (TSA)
###### update 05/2024 & now public 4 allThis 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](https://www.python.org/).
2. Install the required Python packages:
```bash
pip install -r requirements.txt
```
3. Ensure Tor is installed and running. You can download and install Tor from [Tor Project's official website](https://www.torproject.org/).## Usage
Run the application:
```bash
python tor_scapy_app.py
```
or
```bash
python3 tor_scapy_app.py
```## Credits
- [VolkanSah on Github](https://github.com/volkansah)
- [Developer Site](https://volkansah.github.io)
- [Become a 'Sponsor'](https://github.com/sponsors/volkansah)
- [Source of this resposerity](https://github.com/VolkanSah/Tor-Scapy-Application)### License
This project is licensed under the MIT License.