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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hiosint-1.2.0.tar.gz.
File metadata
- Download URL: hiosint-1.2.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.2 Linux/5.10.0-25-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b162e1fd620025c34ee2e894f1bd5db1b5327f10217e13a74712dee85994c26
|
|
| MD5 |
cbd29e35d3e10e7c4688641bb8c11eff
|
|
| BLAKE2b-256 |
0773733fcaaeb254a63c776a467f3e5b5689d8fc514a11b00322dd989bc062d3
|
File details
Details for the file hiosint-1.2.0-py3-none-any.whl.
File metadata
- Download URL: hiosint-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.2 Linux/5.10.0-25-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b3b3a9185b02ea4325281614e6a772397aa2716b6708f4a3ebd020df3827c05
|
|
| MD5 |
0055bb4e87724b5477929fa75633a83e
|
|
| BLAKE2b-256 |
b89abdb9b23fdcae7f4152abaa9cf3a0281333a52ad9d74bd9dcc072cb0b0a06
|