IPTor0x is a Python script that analyzes a list of IP addresses and determines which ones are TOR exit nodes. The results are displayed in the terminal and saved in an HTML report with a professional design.
- Checks if an IP is a TOR exit node by querying the official TOR exit list.
- Processes large lists of IPs efficiently using multithreading.
- Generates a detailed HTML report with categorized results.
- Displays results in a terminal output.
Ensure you have the following dependencies installed:
pip install requests jinja2 colorama- Create a file named
IPs.txtand add the list of IP addresses (one per line). - Run the script:
python IPTor0x.py- The results will be displayed in the terminal, and an HTML report will be generated (
tor_report.html).
The script generates a tor_report.html file containing the analysis results.
If you want to improve the script or add new features, feel free to contribute! Fork the repository and submit a pull request.
Developed by corvus0x.
This project is licensed under the MIT License. You are free to use and modify it as needed.

