Skip to content

Stalker represents a sophisticated tool utilized in the realm of Open Source Intelligence (OSINT). Its primary function is to facilitate the gathering of comprehensive information about individuals.

License

SORRYSPLASH/Stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stalker

Stalker represents a sophisticated tool utilized in the realm of Open Source Intelligence (OSINT). Its primary function is to facilitate the gathering of comprehensive information about individuals. StalkerExampleDark StalkerExampleLight

Features

  • Search Someone By Social Media Username.
  • Get Someone's Information using a Phone Number.

To-Do

  • Add a Email/Gmail Information Gathering feature.
  • Add More Websites To Search for the Social Media Username Information Gathering part.
  • Try to get more Information on the Phone Number Information Gathering part.
  • Add a self updating system.
  • Organazie the code to be more readable and understandable.

Installation

Firstly, clone the GitHub repository to your local machine.

git clone https://github.com/SORRYSPLASH/Stalker.git

Next, navigate to the 'Stalker' directory using the 'cd' command.

cd Stalker

Finally, not only install the requirements, but also ensure they are upgraded to their latest versions.

pip install -r requirements.txt

Usage

To Retrieve Information Associated with a Phone Number

python Stalker -p (Your Phone Number Target Here)

To Extract Details Pertaining to a Social Media Username

python Stalker -u (Your Social Media Username Target Here)

Contributing

We appreciate your interest in contributing to this project! Here are the steps to contribute:

  1. Fork the Repository: Click on the 'Fork' button at the top right corner of this page. This will create a copy of this repository in your account.

  2. Clone the Repository: Now, clone this repository to your machine. Click on the 'Code' button and then click the 'copy to clipboard' icon to copy the URL. Open your terminal and enter the following git command:

git clone copied-url-here
  1. Create a New Branch: Navigate to the directory of the project on your machine in your terminal and create a new branch using the following command:
git checkout -b your-new-branch-name
  1. Make Your Changes: Make the necessary changes in your local copy of the project.

  2. Commit and Push Your Changes: Once you have made your changes, commit them with a meaningful commit message. Use the following commands to add, commit, and push your changes:

git add .
git commit -m "your-commit-message"
git push origin your-new-branch-name
  1. Create a Pull Request: Go to your repository on GitHub, you'll see a 'Compare & pull request' button. Click on that button to create a pull request. Write a brief description of your changes and submit your pull request.

Thank you for your contribution!

About

Stalker represents a sophisticated tool utilized in the realm of Open Source Intelligence (OSINT). Its primary function is to facilitate the gathering of comprehensive information about individuals.

Topics

Resources

License

Stars

Watchers

Forks

Languages