{ "info": { "author": "Pierre LALET", "author_email": "pierre@droids-corp.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Security", "Topic :: System :: Networking", "Topic :: System :: Networking :: Monitoring", "Topic :: System :: Software Distribution" ], "description": "[![Build Status](https://travis-ci.org/cea-sec/ivre.svg)](https://travis-ci.org/cea-sec/ivre)\n[![Documentation Status](https://readthedocs.org/projects/ivre/badge/?version=latest)](https://doc.ivre.rocks/en/latest/?badge=latest)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0116170aaaa54915a72aad286029250b)](https://app.codacy.com/app/p-l-/ivre)\n[![Join the chat at Gitter](https://badges.gitter.im/cea-sec/ivre.svg)](https://gitter.im/cea-sec/ivre)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/IvreRocks.svg?logo=twitter)](https://twitter.com/IvreRocks)\n\n# IVRE #\n\n\"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 recon (flow analytics relying on\n[Bro](https://www.bro.org/), [Argus](http://qosient.com/argus/),\n[Nfdump](https://github.com/phaag/nfdump), fingerprint analytics based\non Bro and [p0f](http://lcamtuf.coredump.cx/p0f/) and active recon\n(IVRE uses [Nmap](http://nmap.org/) to run scans, can use\n[ZMap](https://zmap.io/) as a pre-scanner; IVRE can also import XML\noutput from Nmap and\n[Masscan](https://github.com/robertdavidgraham/masscan)).\n\nThe advertising slogans are:\n\n- (in French): IVRE, il scanne Internet.\n- (in English): Know the networks, get DRUNK!\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/cea-sec/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/cea-sec/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\nPierre Lalet, Florent Monjalet, Camille Mougey and Vivien\nVenuti. *IVRE, a network recon framework*.\n[https://github.com/cea-sec/ivre](https://github.com/cea-sec/ivre),\n2011-2019.\n\nHere is the appropriate bibtex entry:\n\n @MISC{ivre,\n title = {{IVRE}, a network recon framework},\n author={Lalet, Pierre and Monjalet, Florent and Mougey, Camille and Venuti, Viven},\n url = {https://ivre.rocks/},\n howpublished = {\\url{https://github.com/cea-sec/ivre/}},\n institution = {{CEA}: the French Alternative Energies and Atomic Energy Commission},\n year = {2011--2019},\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/cea-sec/ivre](https://github.com/cea-sec/ivre).\n\nOn twitter, you can follow and/or mention\n[@IvreRocks](https://twitter.com/IvreRocks).\n\n---\n\nThis file is part of IVRE. Copyright 2011 - 2019 [Pierre LALET](mailto:pierre.lalet@cea.fr).", "description_content_type": "text/markdown; charset=UTF-8", "docs_url": null, "download_url": "https://github.com/cea-sec/ivre/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ivre.rocks/", "keywords": "network,network recon,network cartography,nmap,masscan,zmap,bro,zeek,p0f", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "ivre", "package_url": "https://pypi.org/project/ivre/", "platform": "", "project_url": "https://pypi.org/project/ivre/", "project_urls": { "Download": "https://github.com/cea-sec/ivre/tarball/master", "Homepage": "https://ivre.rocks/" }, "release_url": "https://pypi.org/project/ivre/0.9.14/", "requires_dist": null, "requires_python": "", "summary": "Network recon framework", "version": "0.9.14" }, "last_serial": 5885318, "releases": { "0.9.10": [ { "comment_text": "", "digests": { "md5": "e3bf0a15e1f407b4f3797419d92edc6a", "sha256": "1e820dc1fddbf319e9a86c941eea4db8158afc08619198f05e062d1c59631319" }, "downloads": -1, "filename": "ivre-0.9.10.tar.gz", "has_sig": false, "md5_digest": "e3bf0a15e1f407b4f3797419d92edc6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4571374, "upload_time": "2018-04-12T08:26:37", "url": "https://files.pythonhosted.org/packages/63/36/f9d3d747bdd06683c80150814ac890c3694acfc167adb1d829a581fc458f/ivre-0.9.10.tar.gz" } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "9400645c318dc45925859895d4eca358", "sha256": "95f456024b101d8a834a5f1a6925cb8b8e4f5067d57fbe02e54f7183555cccef" }, "downloads": -1, "filename": "ivre-0.9.11.tar.gz", "has_sig": false, "md5_digest": "9400645c318dc45925859895d4eca358", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4578187, "upload_time": "2018-07-16T12:38:02", "url": "https://files.pythonhosted.org/packages/2f/35/dd4417327f5b4c9cbe0b018b87e2a8628b6f835d18ec6f4ca21a78cc7e6b/ivre-0.9.11.tar.gz" } ], "0.9.12": [ { "comment_text": "", "digests": { "md5": "f31a6769de3b2d03525276980615171c", "sha256": "e0d9df1d61d8483ed266738b70c33366b8860d0cc4a864d04924f91ab8abc4ca" }, "downloads": -1, "filename": "ivre-0.9.12.tar.gz", "has_sig": false, "md5_digest": "f31a6769de3b2d03525276980615171c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4593813, "upload_time": "2019-01-23T15:23:17", "url": "https://files.pythonhosted.org/packages/76/97/e07035415d20d9b11a06492acafd151769ce4be245d641313eaf206cf89b/ivre-0.9.12.tar.gz" } ], "0.9.13": [ { "comment_text": "", "digests": { "md5": "2abfef4f4ad4f5af2e77da6ce3b7f3de", "sha256": "056388ea0b6da1205ec531f9689043b91449d5b18a658345389de6e30d34f8f7" }, "downloads": -1, "filename": "ivre-0.9.13.tar.gz", "has_sig": false, "md5_digest": "2abfef4f4ad4f5af2e77da6ce3b7f3de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4623905, "upload_time": "2019-06-25T06:17:48", "url": "https://files.pythonhosted.org/packages/3b/c6/f4d4fbbe98acb4e8ad4d90021b9420aa32775608e79b929b0e62ce241447/ivre-0.9.13.tar.gz" } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "aca24566f6184495585c46bab82742ca", "sha256": "a7b98da326c42bbfe14c44ec8e095cb86ec37c470d468552d8ca20824871f678" }, "downloads": -1, "filename": "ivre-0.9.14.tar.gz", "has_sig": false, "md5_digest": "aca24566f6184495585c46bab82742ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14966534, "upload_time": "2019-09-25T13:24:48", "url": "https://files.pythonhosted.org/packages/d9/99/f9df0c5bf35e3f887ce7ad32101b191d52f32ec077b5396a4f6cbebe7ab9/ivre-0.9.14.tar.gz" } ], "0.9.2": [], "0.9.3": [ { "comment_text": "", "digests": { "md5": "a92684ff17b806fc75aa71574b183a96", "sha256": "50eb5a7bce3b4fb7c3201d2174bdc576eaa7eaeb5ac9271439bc8a7cfb4ed467" }, "downloads": -1, "filename": "ivre-0.9.3.tar.gz", "has_sig": false, "md5_digest": "a92684ff17b806fc75aa71574b183a96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2896814, "upload_time": "2015-11-19T11:46:28", "url": "https://files.pythonhosted.org/packages/dd/e6/acd5b77454ed6573f82c48362463e214918456ae5b59bbc015e233557350/ivre-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "c49e151851aa3839e3983b42f6cac59d", "sha256": "39cac71e4a4febea88038fada46af9e8a4d6d8b1ef315cf4013dc10bb71b7318" }, "downloads": -1, "filename": "ivre-0.9.4.tar.gz", "has_sig": false, "md5_digest": "c49e151851aa3839e3983b42f6cac59d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4535002, "upload_time": "2017-01-25T20:53:24", "url": "https://files.pythonhosted.org/packages/04/b7/80b4f8fb21185a52de450903c49d2a32f90343011792fff3010746688451/ivre-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "c773086793cd4f692693b8535669947c", "sha256": "dc5548c4b49a6fe370433fba452768b65c9da6ccea4fbd4cee629766b786215a" }, "downloads": -1, "filename": "ivre-0.9.5.tar.gz", "has_sig": false, "md5_digest": "c773086793cd4f692693b8535669947c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4556046, "upload_time": "2017-03-21T06:25:57", "url": "https://files.pythonhosted.org/packages/78/d4/34bc121dcbccbf8cf919514495fddb9d6859fa08fc5594cfe94545f416ae/ivre-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "c1bf2e1f6e79f24106feabc3b08c4169", "sha256": "15a06db727da1f71e05d3f44e45f560768b00c4ddcacd799a4fe478413fcf906" }, "downloads": -1, "filename": "ivre-0.9.6.tar.gz", "has_sig": false, "md5_digest": "c1bf2e1f6e79f24106feabc3b08c4169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4560634, "upload_time": "2017-06-26T18:39:40", "url": "https://files.pythonhosted.org/packages/c8/0c/12f32b23525afe7189267b53c9c58c86d9ee7aa29c1e7fac072a667e76dd/ivre-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "4a7d02d9678c3a550fbaf3b7dc9f4d4f", "sha256": "361cc52970260353a2c83910c3fc3166ea372c7a8e8ed5113e37372d475fa993" }, "downloads": -1, "filename": "ivre-0.9.7.tar.gz", "has_sig": false, "md5_digest": "4a7d02d9678c3a550fbaf3b7dc9f4d4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4563989, "upload_time": "2018-01-31T16:34:34", "url": "https://files.pythonhosted.org/packages/5e/96/9f8fb2660f435677716602060c3a8b808d9390b17b8cd813bf5bf2fb4c74/ivre-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "7acd3f9ed2b18fe96615f4a866853fc4", "sha256": "d3eb6c48ea53111991883fdff5cb5170797a8cf1287fe1bcd29ef760b0c882af" }, "downloads": -1, "filename": "ivre-0.9.8.tar.gz", "has_sig": false, "md5_digest": "7acd3f9ed2b18fe96615f4a866853fc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4565690, "upload_time": "2018-02-26T13:02:31", "url": "https://files.pythonhosted.org/packages/bb/91/12390971b0336f0d064d60cfe661db1a6762419e58b6a077cd174102ee8e/ivre-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "242f8775cb226470c8cc17a30f5b37e6", "sha256": "38d1d77ba225953ff7b363e3adeec36e1b7d723ce7142a93a6699ad79b24f609" }, "downloads": -1, "filename": "ivre-0.9.9.tar.gz", "has_sig": false, "md5_digest": "242f8775cb226470c8cc17a30f5b37e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4565896, "upload_time": "2018-03-01T12:03:35", "url": "https://files.pythonhosted.org/packages/96/32/5f1aa5aee9723368b97dc6cf1905ed21d8bf868ad206fede4d241cfebf80/ivre-0.9.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aca24566f6184495585c46bab82742ca", "sha256": "a7b98da326c42bbfe14c44ec8e095cb86ec37c470d468552d8ca20824871f678" }, "downloads": -1, "filename": "ivre-0.9.14.tar.gz", "has_sig": false, "md5_digest": "aca24566f6184495585c46bab82742ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14966534, "upload_time": "2019-09-25T13:24:48", "url": "https://files.pythonhosted.org/packages/d9/99/f9df0c5bf35e3f887ce7ad32101b191d52f32ec077b5396a4f6cbebe7ab9/ivre-0.9.14.tar.gz" } ] }