IP-Spy is a Python-based web application that gathers information about visitors, providing insights into their IP address, location, browser, operating system, and more.
- IP Information: Retrieve details about the visitor's IP address and real IP.
- Location Data: Obtain information about the city, country, and geographical coordinates.
- Browser and OS Details: Identify the visitor's browser and operating system.
- Network Information: Display the hostname and local IP address of the user.
- Timestamp: Capture the timestamp of the visit.
- Map Integration: Generate a map URL based on the visitor's geographical coordinates.
-
Clone the repository:
git clone https://github.com/Poxlm/IP-Spy.git
-
Navigate to the project directory:
cd IP-Spy -
Install the required dependencies:
pip install -r requirements.txt
-
Run the IP-Spy tool:
python ip-spy.py
-
Follow the on-screen instructions to set up Serveo subdomain and Flask port.
-
Access the tool in your browser:
http://localhost:<custom_port>/ -
To view gathered victim information:
http://localhost:<custom_port>/victims
Contributions to the IP-Spy tool are welcome! If you have ideas for improvements or find any issues, feel free to open an issue or submit a pull request.