Profile Track is a comprehensive system that allows users to discover websites or platforms where their email address or username might have been registered or publicly exposed.
This cross-platform solution consists of a Flutter mobile application that works in conjunction with a powerful Spring Boot backend service. The backend searches known data sources and breach records to provide users with insights into their digital presence across the web.
Whether you're concerned about your online privacy or simply curious about your digital footprint, Profile Track provides an easy-to-use interface for exploring your online presence.
Enter your email address or username to discover where it might be registered online.
Get a list of websites associated with your information across 300+ social media platforms.
Open discovered URLs directly in your browser with a single tap.
Easily copy URLs to your clipboard for sharing or later reference.
Informative pop-up dialogs and clean UI with meaningful feedback.
Robust error handling and loading indicators for a smooth user experience.
Flutter-based mobile application for discovering your digital footprint across the web.
Spring Boot-powered backend that searches known data sources and breach records.
Input your email address or username in the mobile app.
The Spring Boot backend searches across 300+ platforms for your information.
See where your information appears online and take action as needed.
// API Endpoint
GET http://<your_backend_ip>:<port>/serach_sherlock/api/search/name/{email_or_username}
// Example
GET http://1.1.1.1:1111/serach_sherlock/api/search/name/example@example.com
// Example Response
[ { "siteName": "Academia.edu", "urlMain": "https://www.academia.edu/", "urlUser": "https://independent.academia.edu/celalaygar", "status": "CLAIMED", "httpStatus": "200" }, { "siteName": "AdmireMe.Vip", "urlMain": "https://admireme.vip/", "urlUser": "https://admireme.vip/celalaygar", "status": "CLAIMED", "httpStatus": "301" } ]
Please avoid using personal or sensitive information for testing. This app is intended for awareness and education about digital footprint exposure.
The project is for educational and research purposes. Always respect privacy and use responsibly.