gastonchenet / hopmytrack

🕵️‍♂️ HopMyTrack is an powerful OSINT tool to check for your information around the world wide web.
https://hopmytrack.vercel.app
MIT License
16 stars 2 forks source link
bun cli information-gathering intelligence osint security typescript

HopMyTrack

Website    •    Documentation    •    Discord

HopMyTrack Banner

HopMyTrack is an advanced OSINT (Open Source Intelligence) tool designed to help users uncover a wide range of publicly available information about individuals.

It uses a variety of techniques to gather data from various sources, including social media platforms, public records, and other online resources.

Table of Contents

Installation

HopMyTrack is available for Linux (x64), MacOS (x64), and Windows (x64). You can install it using the following commands:

Linux & MacOS

Requirements: curl and unzip

Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1.

$ curl -fsSL https://hopmytrack.vercel.app/install.sh | bash

Windows

$ powershell -c "irm https://hopmytrack.vercel.app/install.ps | iex"

Usage

There are two ways to use HopMyTrack:

Command Lines

You can use HopMyTrack from the command line if you want to use it as a standalone tool. The following command will search for information about a person named John Doe and save the results to a file called output.txt:

$ hmt "username:john_doe;first_name:John;last_name:Doe" --verbose --output "output.txt"

Interactive Mode

You can also use HopMyTrack in interactive mode, which provides a more user-friendly experience. Simply run the following command and follow the prompts:

Note: The interactive mode may not be available on all platforms.

$ hmt

Features

HopMyTrack offers a wide range of features, including:

$ hmt                                    # Run HopMyTrack in interactive mode (if available)

$ hmt --help                             # Display the help message
$ hmt --version                          # Display the version number

$ hmt <input> --depth <depth>            # Set the search depth
$ hmt <input> --proxy <proxy>            # Use a proxy server
$ hmt <input> --verbose                  # Display verbose output

Contributing

Thank you to everyone who has contributed to HopMyTrack! ❤️

Contributors

Refer to the CONTRIBUTING.md file for more information on how to contribute to this project.

License

This project is licensed under the MIT License. See the LICENSE file for more information.