YoungerSibling is a Python-based terminal utility script designed for educational purposes. It provides a set of useful tools to perform tasks like searching the web, performing lookups (Google search, IP lookup, username lookup, etc.), and extracting metadata from images, directly from the terminal. This project aims to help students, developers, and hobbyists learn about web scraping, API usage, and terminal interaction with Python.
- Enhanced Google Search: Perform web searches from the terminal with more accuracy and updated
- IP Lookup: Get geolocation information about an IP address.
- Username Lookup: Check if a username exists across 400+ social media platforms, faster and more accurate than any other tool to ever exist.
- Email Lookup: Get Mail Exchange (MX) records for an email domain.
- Exif Data Extraction: Extract and display EXIF metadata from image files.
- Phone Lookup: Retrieve detailed information about a phone number, including location and
- Web OSINT: Perform Open Source Intelligence (OSINT) operations to gather information from publicly available sources on the web
The Google Search feature is now enhanced to provide more accurate and relevant results. It leverages updated algorithms and APIs to fetch the most current data, ensuring that users get precise and reliable search outcomes.
This new feature allows users to input a phone number and retrieve detailed information, including the location, carrier, and other pertinent data, directly from the terminal.
The Web OSINT feature is designed to perform comprehensive Open Source Intelligence operations. It gathers and analyzes information from publicly available sources on the web, making it a powerful tool for research and investigative purposes
- Python: The main programming language used to create the script.
- Requests: For making HTTP requests for data fetching.
- BeautifulSoup: For web scraping (specifically Google search results).
- DNS Resolver: For querying MX records of email domains.
- ExifRead: For extracting EXIF metadata from image files.
- TerminalTables: To display results in a neat, readable table format.
- Colorama: For colorizing terminal output for better readability.
- TQDM: For showing progress bars during operations to enhance the user experience
- python-whois: For performing WHOIS lookups to retrieve domain registration information.
- datetime: For handling date and time operations within the script.
- libphonenumbers: For retrieving informations of the Phone Number.
To install the youngersibling
package, follow these steps:
You can install youngersibling
directly from PyPI using pip:
$ pip install youngersibling
If you'd like to install youngersibling from the source code, follow these steps:
- Clone the repository:
$ git clone https://github.com/Mostafizur-Rahman8391/YoungerSibling.git
- Navigate to project folder
$ cd YoungerSibling
- Install the package:
$ pip install .
After installation, you can run the script by typing youngersibling
in your command-line terminal
$ youngersibling
After launching the script, you will be presented with a menu of options:
┌────────┬───────────────────────────┐
├────────┼───────────────────────────┤
│ 1 │ Google Search │
│ 2 │ IP Lookup │
│ 3 │ Email Lookup │
│ 4 │ Username Lookup(Enhanced) │
│ 5 │ Exif Data Extraction │
│ 6 │ Phone Lookup │
│ 7 │ Web OSINT │
│ 8 │ Exit │
└────────┴───────────────────────────┘
- Google Search: Enter a search query, and the script will fetch and display results from Google in a table.
- IP Lookup: Provide an IP address, and the script will retrieve geolocation data like country, region, city, and ISP.
- Email Lookup: Enter an email address, and the script will display MX records for the email's domain.
- Username Lookup: Provide a username, and the script will check its presence across multiple social media platforms.
- Exif Data Extraction: Supply the path to an image file, and the script will extract and display its EXIF metadata.
- Phone Lookup: Input a phone number to get detailed information, including timezone and carrier.
- Web OSINT: Perform Open Source Intelligence operations to gather and analyze publicly available information on the web.
- Author: Mostafizur Rahman
- Developer Contact: mostafizurrahman8391@gmail.com
- Version: 1.2
- License: MIT
YoungerSibling is an educational tool designed to help users explore web scraping, networking, and cybersecurity concepts. It provides practical experience in interacting with APIs, performing DNS lookups, extracting EXIF data, and scraping web content. The tool is perfect for:
- Web Scraping: Learn how to fetch and parse data from websites using BeautifulSoup.
- DNS Lookups: Understand DNS resolution and email routing by querying MX records.
- EXIF Data: Extract metadata from images to understand file structures.
- API Interactions: Work with real-world APIs to retrieve data in JSON format.
- CLI Tools: Build simple command-line tools that fetch and display data.
- Cybersecurity: Gain insights into digital footprints, username tracking, and email validation.
YoungerSibling offers a hands-on approach to understanding these concepts with minimal setup, making it ideal for students, developers, and anyone interested in networking and security.
The owner shall not be responsible for any misuse of the tool. It is intended for educational purposes only. Users should ensure they adhere to legal and ethical standards when using this tool.