An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# 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](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.