LinkTrace is a simple web application used to find out different profiles associated with a username making the process of Open Source Intelligence (OSINT) very easy.
The GUI makes eveything more understandable and aesthetically pleasing.
Step 1) Visit this URL here.
Step 2) Just enter the username and click on search.
- Searching usually takes 25-30 seconds but it also depends on your internet speed.
- Once the search is complete, you will be redirected to the results page where all the profiles associated with the entered username will be tabulated.
- Click on a particular link to visit the profile.
Step 1) Clone the LinkTrace repo using git clone https://github.com/prorajnikant/LinkTrace.git
Step 2) Move in the 'linktrace' folder using cd LinkTrace
Step 3) Download the python3 requirements. Enter the command: pip install -r requirements.txt
Step 4) Move in the 'LinkTrace' sub-folder using cd LinkTrace
Step 5) Run the following 2 commands:
set FLASK_APP=LinkTrace.py
flask run
Step 5) Open your browser and visit http://localhost:5000/
Step 6) Search for the required username.


