hiosint


Namehiosint JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/iamosint/hiosint/
SummaryAn OSINT tool designed to gather reliable information from multiple sources.
upload_time2023-09-24 14:46:26
maintainer
docs_urlNone
authoriamosint
requires_python>=3.9,<4.0
licenseGPL-3.0-or-later
keywords osint python aiohttp email-osint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://i.ibb.co/DK40cC4/hiosint-blue.png)

### 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)

```bash
pip install hiosint
```

Install hiosint from source

```bash
git clone https://github.com/iamosint/hiosint.git
cd hiosint/
pip install .
```
## Usage

With CLI

```bash
hiosint --help
```

With Library

- **hiosint Uses [aiohttp](https://docs.aiohttp.org/en/stable/) behind the scenes for HTTP requests**

```py
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+)](https://choosealicense.com/licenses/gpl-3.0/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iamosint/hiosint/",
    "name": "hiosint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "OSINT,python,aiohttp,email-osint",
    "author": "iamosint",
    "author_email": "osint@iamosint.33mail.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/b4/f89572b5a5100f636aaf57f214456fbb382ceb041ed291fac914c159f329/hiosint-1.1.1.tar.gz",
    "platform": null,
    "description": "![](https://i.ibb.co/DK40cC4/hiosint-blue.png)\n\n### What is hiosint?\nhiosint was developed to gather reliable PII (Personal Identifiable Information) from email addresses utilizing sources like data breaches, search engines, and more.\n## Installation\n\nInstall hiosint with PyPI (pip)\n\n```bash\npip install hiosint\n```\n\nInstall hiosint from source\n\n```bash\ngit clone https://github.com/iamosint/hiosint.git\ncd hiosint/\npip install .\n```\n## Usage\n\nWith CLI\n\n```bash\nhiosint --help\n```\n\nWith Library\n\n- **hiosint Uses [aiohttp](https://docs.aiohttp.org/en/stable/) behind the scenes for HTTP requests**\n\n```py\nimport asyncio\nfrom hiosint.modules.leaks import leakcheck\n\n\nasync def main():\n    results = await leakcheck(\n        \"target email\",\n        \"leakcheck.io API key\",\n        \"email\",  # default query type is \"auto\"\n    )\n    print(results)\n\n\nasyncio.run(main())\n```\n## License\n\n[GNU General Public License v3 or later (GPLv3+)](https://choosealicense.com/licenses/gpl-3.0/)\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "An OSINT tool designed to gather reliable information from multiple sources.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/iamosint/hiosint/",
        "Repository": "https://github.com/iamosint/hiosint/"
    },
    "split_keywords": [
        "osint",
        "python",
        "aiohttp",
        "email-osint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e654c4ba77667129be1a0a13b143b1a6bc767fa945b7666fddf27ead6dc056f5",
                "md5": "be2190bc73a946867354236438c8488d",
                "sha256": "1830e24b03d5e11148dbbdb99ae1e69d1134f9ff8cdb5c3a11e719f4925cffdc"
            },
            "downloads": -1,
            "filename": "hiosint-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be2190bc73a946867354236438c8488d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 19292,
            "upload_time": "2023-09-24T14:46:25",
            "upload_time_iso_8601": "2023-09-24T14:46:25.406914Z",
            "url": "https://files.pythonhosted.org/packages/e6/54/c4ba77667129be1a0a13b143b1a6bc767fa945b7666fddf27ead6dc056f5/hiosint-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdb4f89572b5a5100f636aaf57f214456fbb382ceb041ed291fac914c159f329",
                "md5": "8eddeac8e7493f7510e0d2de78d62dd1",
                "sha256": "61fa34c000203f50af4fca2d76821161aa58021489e5b5e0bd1cf4caf689b295"
            },
            "downloads": -1,
            "filename": "hiosint-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8eddeac8e7493f7510e0d2de78d62dd1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 16636,
            "upload_time": "2023-09-24T14:46:26",
            "upload_time_iso_8601": "2023-09-24T14:46:26.927690Z",
            "url": "https://files.pythonhosted.org/packages/fd/b4/f89572b5a5100f636aaf57f214456fbb382ceb041ed291fac914c159f329/hiosint-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-24 14:46:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iamosint",
    "github_project": "hiosint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hiosint"
}
        
Elapsed time: 0.11499s