Skip to main content

Information gathering tool.

Project description

ihunt

Information gathering tool that collects information using OSINT and AI, while remaining undetected by the target.

Installation

Option 1. Using Pip

The most easiest way is to install the Python package with pip.

pip install ihunt
ihunt --help

Option 2. Using Rye

If you want to use the latest features (but unstable), clone the repository and run the following command.
Assuming that you've already installed the Rye project manager.

git clone https://github.com/hideckies/ihunt.git
cd ihunt
rye sync
rye run ihunt --help

Usage

It's easy to use. Simply run one of the following commands:

# Research domain
ihunt example.com

# Research email address
ihunt user@example.com

# Research file (under development & not yet available)
ihunt ./example.exe

# Research hash (under development & not yet available)
ihunt ed076287532e86365e841e92bfc50d8c

# Research IP address
ihunt 8.8.8.8

# Research organization
ihunt Google

# Research person
ihunt "Elon Musk"

# Research URL
ihunt https://example.com

Using API Keys

Some API need api keys, so if you want to collect information more, I recommend to set the api keys.
To set them, copy the .config.template and set each api key, then execute with the -c/--config option:

ihunt -c .config example.com

Alternatively, we can directly set api keys to environment variables via command-line:

export IHUNT_APIKEY_ABUSEIPDB=xxxxxxxxxxxxxxx...
ihunt 8.8.8.8

Output Format

Using -o/--output option, the result will be saved to a specified file. The ihunt detects the output format from the extension of the file path as below:

# JSON
ihunt -o output.json example.com

# YAML
ihunt -o output.yaml example.com

# Others (pretty print)
ihunt -o output.txt example.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ihunt-0.1.2.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

ihunt-0.1.2-py3-none-any.whl (26.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page