Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@mitzCanCode mitzCanCode released this 20 Jun 05:46
· 6 commits to main since this release
5c71566

OhShint v1.0.0

We are excited to announce the first stable release of OhShint, version 1.0.0!

Features

Username Generation

  • Generate a list of potential usernames based on the target's personal information.

Password Generation

  • Generate a list of potential passwords using the target's details and customizable wordlist sizes.

Metadata Handling

  • Extract EXIF metadata from images.
  • Clear EXIF metadata from images to protect privacy.

Social Media Lookup

  • Search for a username across various social media platforms and get potential matches.

Display Commands

  • Show generated usernames, password lists, and lookup results.
  • Open found URLs directly from the tool.

Installation

To get started with OhShint, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dxmxtrxs/OhShint.git
  2. Navigate to the OhShint folder:

    cd /directory/where/ohshint/was/downloaded/at
  3. Install the required dependencies:

    pip3 install piexif requests Pillow

Usage

  1. Start the script:

    python3 OhShint.py
  2. Begin your OSINT investigation:

    OhShint> command

Available Commands

  • mtdata: Extract or clear metadata from an image.
  • user: Generate a list of possible usernames.
  • pass: Generate a list of possible passwords.
  • lookup: Search for a username on different social media sites.
  • show: Display generated usernames, lookup results, or password list storage path.
  • visit: Open the webpage of a found URL in a lookup.
  • help: Display help information about commands or general usage.
  • exit: Exit the program.

Notes

  • The script is stable on macOS but hasn't been tested on other operating systems yet.

Contributors

Thanks to all the contributors who made this release possible. Your hard work and dedication are greatly appreciated.

Disclaimer

This project is made for fun and educational purposes. It should not be used for real-world pentesting or any malicious activities. We are not liable for any damage caused by the use of this tool.

OhShint GitHub repository