TorrentSpyder is a command-line utility designed to retrieve Torrent Download History based on a specified IP address. This tool is valuable for educational and security assessment purposes, allowing users to uncover relevant information about the IP's download activities.
- Torrent Download History Retrieval: Gathers detailed information on torrent download activities associated with a specified IP address.
- HTML Report Generation: Produces a clean and organized HTML file for users to easily view and analyze the retrieved download history.
- User-Friendly Interface: Offers intuitive prompts and colour-coded outputs, requiring minimal effort from the user to navigate and operate the tool.
- Cross-Platform Compatibility: Primarily designed for Linux, with potential for adaptation to Windows systems.
- File Management: Provides users with the option to delete the generated HTML report after processing for improved organization.
- C++ Compiler (g++)
- Perl
- Wget
-
Clone the repository:
git clone https://github.com/AnonKryptiQuz/TorrentSpyder.git cd TorrentSpyder
-
Install required packages:
-
Debian/Ubuntu:
sudo apt install g++ perl wget
-
Fedora:
sudo dnf install gcc-c++ perl wget
-
Arch Linux:
sudo pacman -S gcc perl wget
-
OpenSUSE:
sudo zypper install gcc-c++ perl wget
-
Compile the source code:
g++ -o TorrentSpyder TorrentSpyder.cpp
-
Run the tool:
./TorrentSpyder
-
Follow the prompts:
-
Educational Purposes Only: TorrentSpyder is intended for educational and research use. The tool should not be used for illegal or malicious activities. It is the user’s responsibility to ensure compliance with local laws and regulations.
-
Accuracy Not Guaranteed: While TorrentSpyder aims to provide useful data, the accuracy of the results may vary. The tool relies on third-party data sources, which may not always be up-to-date or accurate. Use this tool with caution, and verify the information through additional means if necessary.
This tool uses open-source projects, and we give full credit to the original developers:
- IKnowWhatYouDownload by iknowtorrents
Created by: AnonKryptiQuz