ivre


Nameivre JSON
Version 0.9.20 PyPI version JSON
download
home_pagehttps://ivre.rocks/
SummaryNetwork recon framework
upload_time2023-01-16 21:18:01
maintainer
docs_urlNone
authorPierre LALET
requires_python>=3.7, <4
licenseGPLv3+
keywords network network recon network cartography nmap masscan zmap zgrab zdns bro zeek
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Join the chat at Gitter](https://badges.gitter.im/ivre/ivre.svg)](https://gitter.im/ivre/ivre)
[![Follow on Twitter](https://img.shields.io/twitter/follow/IvreRocks.svg?logo=twitter)](https://twitter.com/IvreRocks)
[![GitHub stars](https://img.shields.io/github/stars/ivre/ivre?style=social)](https://github.com/ivre/ivre)
[![PyPI downloads](https://pepy.tech/badge/ivre)](https://pypi.org/project/ivre/)
[![Docker pulls](https://img.shields.io/docker/pulls/ivre/web)](https://hub.docker.com/u/ivre/)

[![MongoDB tests](https://github.com/ivre/ivre/actions/workflows/mongodb.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/mongodb.yml/?branch=master)
[![Elasticsearch tests](https://github.com/ivre/ivre/actions/workflows/elastic.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/elastic.yml/?branch=master)
[![PostgreSQL tests](https://github.com/ivre/ivre/actions/workflows/postgres.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/postgres.yml/?branch=master)
[![TinyDB tests](https://github.com/ivre/ivre/actions/workflows/tinydb.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/tinydb.yml/?branch=master)
[![SQLite tests](https://github.com/ivre/ivre/actions/workflows/sqlite.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/sqlite.yml/?branch=master)
[![Maxmind tests](https://github.com/ivre/ivre/actions/workflows/maxmind.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/maxmind.yml/?branch=master)
[![Linting tests](https://github.com/ivre/ivre/actions/workflows/linting.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/linting/mongodb.yml/?branch=master)
[![Documentation Status](https://readthedocs.org/projects/ivre/badge/?version=latest)](https://doc.ivre.rocks/en/latest/?badge=latest)

# IVRE #

<img align="right" src="https://ivre.rocks/logo.png" alt="Logo"/> IVRE
(Instrument de veille sur les réseaux extérieurs) or DRUNK (Dynamic
Recon of UNKnown networks) is a network recon framework, including
tools for passive and active recon. IVRE can use data from:

- Passive tools:
  - [Zeek](https://zeek.org/)
  - [Argus](http://qosient.com/argus/)
  - [Nfdump](https://github.com/phaag/nfdump)
  - [p0f](https://lcamtuf.coredump.cx/p0f3/)
  - [airodump-ng](https://www.aircrack-ng.org/)
- Active tools:
  - [Nmap](https://nmap.org/)
  - [Masscan](https://github.com/robertdavidgraham/masscan)
  - [ZGrab2](https://github.com/zmap/zgrab2)
  - [ZDNS](https://github.com/zmap/zdns)
  - [Nuclei](https://nuclei.projectdiscovery.io/)
  - [httpx](https://github.com/projectdiscovery/httpx)
  - [dnsx](https://github.com/projectdiscovery/dnsx)
  - [tlsx](https://github.com/projectdiscovery/tlsx)
  - [Dismap](https://github.com/zhzyker/dismap/)

The advertising slogans are:

-   (in French): IVRE, il scanne Internet.
-   (in English): Know the networks, get DRUNK!
-   (in Latin): Nunc est bibendum.

The names IVRE and DRUNK have been chosen as a tribute to "Le
Taullier".

## Overview ##

You can have a look at the [project homepage](https://ivre.rocks/),
the
**[screenshot gallery](https://doc.ivre.rocks/en/latest/overview/screenshots.html)**,
and the
[quick video introduction](https://www.youtube.com/watch?v=GBu5QMq6ewY)
for an overview of the Web interface.

We have a **demonstration instance**, just [contact us](#contact) to
get an access.

A few
**[blog posts](http://pierre.droids-corp.org/blog/html/tags/ivre.html)**
have been written to show some features of IVRE.

## Documentation ##

[IVRE's documentation](https://doc.ivre.rocks/) is hosted by Read The
Docs, based on files from the [doc/](doc/) directory of the
repository.

On an IVRE web server, the `doc/*` files are available, rendered,
under `/doc/`.

On a system with IVRE installed, you can use a `--help` option with
most IVRE CLI tools, and `help(ivre.module)` with most IVRE Python
sub-modules.

## License ##

IVRE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

IVRE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
[along with IVRE](doc/license.rst). If not, see
[the gnu.org web site](http://www.gnu.org/licenses/).

## Support ##

Try `--help` for the CLI tools, `help()` under Python and the "HELP"
button in the web interface.

Have a look at the
[FAQ](https://doc.ivre.rocks/en/latest/overview/faq.html)!

Feel free to contact the author and offer him a beer if you need help!

If you don't like beer, a good scotch or any other good alcoholic
beverage will do (it is the author's unalienable right to decide
whether a beverage is good or not).

## Contributing ##

Code contributions (pull-requests) are of course welcome!

The project needs scan results and capture files that can be provided
as examples. If you can contribute some samples, or if you want to
contribute some samples and would need some help to do so, or if you
can provide a server to run scans, please contact the author.

## Contact ##

For both support and contribution, the
[repository](https://github.com/ivre/ivre) on Github should be
used: feel free to create a new issue or a pull request!

You can also join the
[Gitter conversation](https://gitter.im/ivre/ivre) (that is the
preferred way to get in touch for questions), or use the e-mail `dev`
on the domain `ivre.rocks`.

## Talking about IVRE ##

### Research ###

If you are using IVRE in you research, please cite it as follows:

IVRE contributors. *IVRE, a network recon framework*.
[https://github.com/ivre/ivre](https://github.com/ivre/ivre),
2011-2022.

Here is the appropriate bibtex entry:

    @MISC{ivre,
        title = {{IVRE}, a network recon framework},
        author={IVRE contributors},
        url = {https://ivre.rocks/},
        howpublished = {\url{https://github.com/ivre/ivre/}},
        year = {2011--2022},
    }

### Technical documents & blog posts ###

You can mention "IVRE, a network recon framework", together with the
project homepage, [https://ivre.rocks/](https://ivre.rocks/) and/or
the repository,
[https://github.com/ivre/ivre](https://github.com/ivre/ivre).

On twitter, you can follow and/or mention
[@IvreRocks](https://twitter.com/IvreRocks).

            

Raw data

            {
    "_id": null,
    "home_page": "https://ivre.rocks/",
    "name": "ivre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "network,network recon,network cartography,nmap,masscan,zmap,zgrab,zdns,bro,zeek",
    "author": "Pierre LALET",
    "author_email": "pierre@droids-corp.org",
    "download_url": "https://files.pythonhosted.org/packages/8c/b7/1efaa527d73aae7dcb53721380a8f3ef7195e16fdd156f4829b27ee8a00d/ivre-0.9.20.tar.gz",
    "platform": null,
    "description": "[![Join the chat at Gitter](https://badges.gitter.im/ivre/ivre.svg)](https://gitter.im/ivre/ivre)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/IvreRocks.svg?logo=twitter)](https://twitter.com/IvreRocks)\n[![GitHub stars](https://img.shields.io/github/stars/ivre/ivre?style=social)](https://github.com/ivre/ivre)\n[![PyPI downloads](https://pepy.tech/badge/ivre)](https://pypi.org/project/ivre/)\n[![Docker pulls](https://img.shields.io/docker/pulls/ivre/web)](https://hub.docker.com/u/ivre/)\n\n[![MongoDB tests](https://github.com/ivre/ivre/actions/workflows/mongodb.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/mongodb.yml/?branch=master)\n[![Elasticsearch tests](https://github.com/ivre/ivre/actions/workflows/elastic.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/elastic.yml/?branch=master)\n[![PostgreSQL tests](https://github.com/ivre/ivre/actions/workflows/postgres.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/postgres.yml/?branch=master)\n[![TinyDB tests](https://github.com/ivre/ivre/actions/workflows/tinydb.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/tinydb.yml/?branch=master)\n[![SQLite tests](https://github.com/ivre/ivre/actions/workflows/sqlite.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/sqlite.yml/?branch=master)\n[![Maxmind tests](https://github.com/ivre/ivre/actions/workflows/maxmind.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/workflows/maxmind.yml/?branch=master)\n[![Linting tests](https://github.com/ivre/ivre/actions/workflows/linting.yml/badge.svg?branch=master)](https://github.com/ivre/ivre/actions/linting/mongodb.yml/?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/ivre/badge/?version=latest)](https://doc.ivre.rocks/en/latest/?badge=latest)\n\n# IVRE #\n\n<img align=\"right\" src=\"https://ivre.rocks/logo.png\" alt=\"Logo\"/> IVRE\n(Instrument de veille sur les r\u00e9seaux ext\u00e9rieurs) or DRUNK (Dynamic\nRecon of UNKnown networks) is a network recon framework, including\ntools for passive and active recon. IVRE can use data from:\n\n- Passive tools:\n  - [Zeek](https://zeek.org/)\n  - [Argus](http://qosient.com/argus/)\n  - [Nfdump](https://github.com/phaag/nfdump)\n  - [p0f](https://lcamtuf.coredump.cx/p0f3/)\n  - [airodump-ng](https://www.aircrack-ng.org/)\n- Active tools:\n  - [Nmap](https://nmap.org/)\n  - [Masscan](https://github.com/robertdavidgraham/masscan)\n  - [ZGrab2](https://github.com/zmap/zgrab2)\n  - [ZDNS](https://github.com/zmap/zdns)\n  - [Nuclei](https://nuclei.projectdiscovery.io/)\n  - [httpx](https://github.com/projectdiscovery/httpx)\n  - [dnsx](https://github.com/projectdiscovery/dnsx)\n  - [tlsx](https://github.com/projectdiscovery/tlsx)\n  - [Dismap](https://github.com/zhzyker/dismap/)\n\nThe advertising slogans are:\n\n-   (in French): IVRE, il scanne Internet.\n-   (in English): Know the networks, get DRUNK!\n-   (in Latin): Nunc est bibendum.\n\nThe names IVRE and DRUNK have been chosen as a tribute to \"Le\nTaullier\".\n\n## Overview ##\n\nYou can have a look at the [project homepage](https://ivre.rocks/),\nthe\n**[screenshot gallery](https://doc.ivre.rocks/en/latest/overview/screenshots.html)**,\nand the\n[quick video introduction](https://www.youtube.com/watch?v=GBu5QMq6ewY)\nfor an overview of the Web interface.\n\nWe have a **demonstration instance**, just [contact us](#contact) to\nget an access.\n\nA few\n**[blog posts](http://pierre.droids-corp.org/blog/html/tags/ivre.html)**\nhave been written to show some features of IVRE.\n\n## Documentation ##\n\n[IVRE's documentation](https://doc.ivre.rocks/) is hosted by Read The\nDocs, based on files from the [doc/](doc/) directory of the\nrepository.\n\nOn an IVRE web server, the `doc/*` files are available, rendered,\nunder `/doc/`.\n\nOn a system with IVRE installed, you can use a `--help` option with\nmost IVRE CLI tools, and `help(ivre.module)` with most IVRE Python\nsub-modules.\n\n## License ##\n\nIVRE is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nIVRE is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\n[along with IVRE](doc/license.rst). If not, see\n[the gnu.org web site](http://www.gnu.org/licenses/).\n\n## Support ##\n\nTry `--help` for the CLI tools, `help()` under Python and the \"HELP\"\nbutton in the web interface.\n\nHave a look at the\n[FAQ](https://doc.ivre.rocks/en/latest/overview/faq.html)!\n\nFeel free to contact the author and offer him a beer if you need help!\n\nIf you don't like beer, a good scotch or any other good alcoholic\nbeverage will do (it is the author's unalienable right to decide\nwhether a beverage is good or not).\n\n## Contributing ##\n\nCode contributions (pull-requests) are of course welcome!\n\nThe project needs scan results and capture files that can be provided\nas examples. If you can contribute some samples, or if you want to\ncontribute some samples and would need some help to do so, or if you\ncan provide a server to run scans, please contact the author.\n\n## Contact ##\n\nFor both support and contribution, the\n[repository](https://github.com/ivre/ivre) on Github should be\nused: feel free to create a new issue or a pull request!\n\nYou can also join the\n[Gitter conversation](https://gitter.im/ivre/ivre) (that is the\npreferred way to get in touch for questions), or use the e-mail `dev`\non the domain `ivre.rocks`.\n\n## Talking about IVRE ##\n\n### Research ###\n\nIf you are using IVRE in you research, please cite it as follows:\n\nIVRE contributors. *IVRE, a network recon framework*.\n[https://github.com/ivre/ivre](https://github.com/ivre/ivre),\n2011-2022.\n\nHere is the appropriate bibtex entry:\n\n    @MISC{ivre,\n        title = {{IVRE}, a network recon framework},\n        author={IVRE contributors},\n        url = {https://ivre.rocks/},\n        howpublished = {\\url{https://github.com/ivre/ivre/}},\n        year = {2011--2022},\n    }\n\n### Technical documents & blog posts ###\n\nYou can mention \"IVRE, a network recon framework\", together with the\nproject homepage, [https://ivre.rocks/](https://ivre.rocks/) and/or\nthe repository,\n[https://github.com/ivre/ivre](https://github.com/ivre/ivre).\n\nOn twitter, you can follow and/or mention\n[@IvreRocks](https://twitter.com/IvreRocks).\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Network recon framework",
    "version": "0.9.20",
    "split_keywords": [
        "network",
        "network recon",
        "network cartography",
        "nmap",
        "masscan",
        "zmap",
        "zgrab",
        "zdns",
        "bro",
        "zeek"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cb71efaa527d73aae7dcb53721380a8f3ef7195e16fdd156f4829b27ee8a00d",
                "md5": "27bc38d42acad5a202104c29c3cf218e",
                "sha256": "3d18add90374c8d1fc4770c3a8bf3adea72683f889547d593a67b760bc6c4f1a"
            },
            "downloads": -1,
            "filename": "ivre-0.9.20.tar.gz",
            "has_sig": false,
            "md5_digest": "27bc38d42acad5a202104c29c3cf218e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 10325709,
            "upload_time": "2023-01-16T21:18:01",
            "upload_time_iso_8601": "2023-01-16T21:18:01.025386Z",
            "url": "https://files.pythonhosted.org/packages/8c/b7/1efaa527d73aae7dcb53721380a8f3ef7195e16fdd156f4829b27ee8a00d/ivre-0.9.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 21:18:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ivre"
}
        
Elapsed time: 0.03260s