Skip to main content

An OSINT tool designed to gather reliable information from multiple sources.

Project description

What is hiosint?

hiosint was developed to gather reliable PII (Personal Identifiable Information) from email addresses utilizing sources like data breaches, search engines, and more.

Installation

Install hiosint with PyPI (pip)

pip install hiosint

Install hiosint from source

git clone https://github.com/iamosint/hiosint.git
cd hiosint/
pip install .

Usage

With CLI

hiosint --help

With Library

  • hiosint Uses aiohttp behind the scenes for HTTP requests
import asyncio
from hiosint.modules.leaks import leakcheck


async def main():
    results = await leakcheck(
        "target email",
        "leakcheck.io API key",
        "email",  # default query type is "auto"
    )
    print(results)


asyncio.run(main())

License

GNU General Public License v3 or later (GPLv3+)

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

hiosint-1.2.0.tar.gz (17.3 kB view hashes)

Uploaded Source

Built Distribution

hiosint-1.2.0-py3-none-any.whl (19.9 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