Fading Coder

One Final Commit for the Last Sprint

Home > Tech > Content

Sagemode Social Media Username OSINT Tool

Tech May 16 1

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>

  1. Enter the target username.
  2. 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

Related Articles

Understanding Strong and Weak References in Java

Strong References Strong reference are the most prevalent type of object referencing in Java. When an object has a strong reference pointing to it, the garbage collector will not reclaim its memory. F...

Comprehensive Guide to SSTI Explained with Payload Bypass Techniques

Introduction Server-Side Template Injection (SSTI) is a vulnerability in web applications where user input is improper handled within the template engine and executed on the server. This exploit can r...

Implement Image Upload Functionality for Django Integrated TinyMCE Editor

Django’s Admin panel is highly user-friendly, and pairing it with TinyMCE, an effective rich text editor, simplifies content management significantly. Combining the two is particular useful for bloggi...

Leave a Comment

Anonymous

◎Feel free to join the discussion and share your thoughts.