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/
python3 setup.py 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.1.tar.gz (17.9 kB view details)

Uploaded Source

File details

Details for the file hiosint-1.1.tar.gz.

File metadata

  • Download URL: hiosint-1.1.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for hiosint-1.1.tar.gz
Algorithm Hash digest
SHA256 b873a3826e9d11df1ee1ae0bce5faf32a4b1cf6e681cb4a6c7660a7ea486ad6c
MD5 ce0fec4b33aa1fed3ed25cea681e9cb1
BLAKE2b-256 1f8f1a849603f1322baeb2ffdd2a9a3077d5582b6486badf5a283c80b5fd8ab6

See more details on using hashes here.

Supported by

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