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.
- Python 3.x
- Stem
- Scapy
- Tor
- Install Python 3.x from Python's official website.
- Install the required Python packages:
pip install -r requirements.txt
- Ensure Tor is installed and running. You can download and install Tor from Tor Project's official website.
Run the application:
python tor_scapy_app.py
or
python3 tor_scapy_app.py
This project is licensed under the MIT License.