Sagemode Social Media Username OSINT Tool
Sagemode Overview
Sagemode Jutsu is a simple and efficient open-source intelligence (OSINT) tool designed with simplicity in mind. It enables users to search for specific usernames across various online platforms, aiding digital investigators and cybersecurity enthusiasts in their research.
Installation
Clone the repository
git clone https://github.com/senran101604/sagemode
Change to the sagemode directory
cd sagemode
Install dependencies
python3 -m pip install -r requirements.txt
Notes
If you have an older version of Sagemode, use the following command for a manual update:
❯ git pull
Otherwise, if you are using Sagemode v1.0.1, you can update using the following method:
❯ python3 sagemode.py -U
Key Features
- Easy to Use: A user-friendly tool designed for straightforward username searches without unnecessary complexity.
- Real-Time Feedback: Receive immediate feedback on successful search results, providing insights into the online status of a username.
- Carefully Curated Site List for more manageable investigations. If users fix issues or add useful features, we encourage them to submit pull requests.
Usage
❯ python .\sagemode.py --help
usage: sagemode.py [-h] [-f] [-v] [-U] [username]
Sagemode Jutsu: Unleash Your Inner Ninja
positional arguments:
username username to search for
optional arguments:
-h, --help show this help message and exit
-f, --found output only found sites
-v, --version Print Sagemode Version
-U, --update update Sagemode
Example Search for <target_username>
python sagemode.py <target_username>
- Enter the target username.
- Sagemode Jutsu will provide real-time results highlighting where the username is found online.
Use Cases
- Entertainment: Explore the online status of friends, celebrities, or fictional characters for entertainment purposes.
- Digital Investigations: Colect information about individuals across online platforms for investigative purposes.
- Cybersecurity: Identify potential security issues by detecting suspicious usernames linked to malicious activities.
- Online Reputation Management: Monitor online presence and address potential identity-related issues.
- Research and Analysis: Gather data for social media analysis, market research, or competitive analysis.
Download
GitHub:
github.com/senran101604/sagemode.zip
Project Link
GitHub:
github.com/senran101604/sagemode