{ "info": { "author": "Shane William Scott", "author_email": "sscott@gvit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "pyExploitDb (https://govanguard.io)\n==\n\n[![Build Status](https://travis-ci.com/GoVanguard/pyExploitDb.svg?branch=master)](https://travis-ci.com/GoVanguard/pyExploitDb)\n[![Known Vulnerabilities](https://snyk.io/test/github/GoVanguard/pyExploitDb/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/GoVanguard/pyExploitDb?targetFile=requirements.txt)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c718eabcdd4b815698db/maintainability)](https://codeclimate.com/github/GoVanguard/pyExploitDb/maintainability)\n\n\n## Authors:\nShane William Scott\n\n## About pyExploitDb\nAn optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.\n\n## Upcoming features\n> CPE database, indexes and mappings\n\n## Installation\npip install pyExploitDb\n> Note: This assumes pip is for your python3 environment. Use pip3 if pip is for your python2 environment.\n\n## Example Usage\n```python\nfrom pyExploitDb import PyExploitDb\npEdb = PyExploitDb()\npEdb.debug = False\npEdb.openFile()\nresults = pEdb.searchCve(\"CVE-2018-14592\")\nprint(results)\n```\n\n## Example debug/verbose output\nCVE-2018-1459\nFound\nExploit DB Id: 45447\nFile: ./exploit-database/exploits/php/webapps/45447.txt\nDate: 2018-09-24\nAuthor: Haboob Team\nPlatform: webapps\nType: php\nPort: 80\n{'edbid': '45447', 'exploit': './exploit-database/exploits/php/webapps/45447.txt', 'date': '2018-09-24', 'author': 'Haboob Team', 'platform': 'webapps', 'type': 'php', 'port': '80'}\n\n## Credits\nOriginally based on fork of cve_searchsploit by Andrea Fioraldi.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GoVanguard/pyExploitDb", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyExploitDb", "package_url": "https://pypi.org/project/pyExploitDb/", "platform": "", "project_url": "https://pypi.org/project/pyExploitDb/", "project_urls": { "Homepage": "https://github.com/GoVanguard/pyExploitDb" }, "release_url": "https://pypi.org/project/pyExploitDb/0.2.0/", "requires_dist": [ "GitPython", "requests" ], "requires_python": "", "summary": "An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.", "version": "0.2.0" }, "last_serial": 5354839, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a3b8248201b1f96f8918d22eaf9b756c", "sha256": "62e9bc0ae86590df29ce6ebb03740bbd92b495b68ad850dbf24802e16fd6262c" }, "downloads": -1, "filename": "pyExploitDb-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a3b8248201b1f96f8918d22eaf9b756c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4777, "upload_time": "2019-04-26T16:48:00", "url": "https://files.pythonhosted.org/packages/33/2c/ed37c66003b45c7b97c66d761ed7e6ac86e40258c32851b503dd0e5b6fd3/pyExploitDb-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9838f4a433f84782a2c4ad69960e0769", "sha256": "60b071f32f0331646c25903fe20fda05af22ca367f65a18a289cd021b810848d" }, "downloads": -1, "filename": "pyExploitDb-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9838f4a433f84782a2c4ad69960e0769", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4846, "upload_time": "2019-04-26T18:07:29", "url": "https://files.pythonhosted.org/packages/77/cd/4574b2daa70ced5b95f0044b9bab3650c155f170f7f2b1c3a5f3e2277046/pyExploitDb-0.1.1-py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c0eeed625217c4b5d383b5db864a4c38", "sha256": "b28a162af3ca82990152dba9d3ec82b9a0561030cc73c5f15ece42744043b43b" }, "downloads": -1, "filename": "pyExploitDb-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c0eeed625217c4b5d383b5db864a4c38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 102657, "upload_time": "2019-04-26T18:21:05", "url": "https://files.pythonhosted.org/packages/be/03/3adcf9c416214441cba84f79533b73aa9dc5897ac4d9a37341787989a639/pyExploitDb-0.1.2-py3-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "3244eb8884958e3a2bb992a347082a92", "sha256": "1f3e66ee1c2b0d986fa1c7728eec0fe788de2515b086ecd6624de729b46af577" }, "downloads": -1, "filename": "pyExploitDb-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3244eb8884958e3a2bb992a347082a92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 102886, "upload_time": "2019-04-26T19:52:30", "url": "https://files.pythonhosted.org/packages/03/0f/4396b726ed24eda06b24dfd3f493cd9dd2f2f5ab2dfe44da5461f4801da9/pyExploitDb-0.1.3-py3-none-any.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8f80489db486c0d9939a4d0a83b1741d", "sha256": "dcac0236bb8ca245afcdefcae106721dad777cee318702d0f90ba6781e6afcf4" }, "downloads": -1, "filename": "pyExploitDb-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "8f80489db486c0d9939a4d0a83b1741d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 378825, "upload_time": "2019-05-03T00:35:15", "url": "https://files.pythonhosted.org/packages/f0/23/0b0b8011b30b63d3b6f67c97bddb828481f6b25a98117207a773aa319ad3/pyExploitDb-0.1.5-py3-none-any.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "4c9cf67654e96c904a0c4e81f69848cf", "sha256": "6a504bf730765d078abe7e1ee0b85956d18b19a6afeaa77601b216ca366b3f5f" }, "downloads": -1, "filename": "pyExploitDb-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "4c9cf67654e96c904a0c4e81f69848cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 376088, "upload_time": "2019-05-03T16:09:12", "url": "https://files.pythonhosted.org/packages/69/a9/83971d90193e79d08b65c18d1cbb4974ff3473caa8f7f1ac775a6fb9f29e/pyExploitDb-0.1.6-py3-none-any.whl" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9b13fdde56027385de94b65c94354c6d", "sha256": "5d31d31b4abdfcebbf7d020d4551b5f7b3b08a34a1371157494e2e7b57216b56" }, "downloads": -1, "filename": "pyExploitDb-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "9b13fdde56027385de94b65c94354c6d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 376121, "upload_time": "2019-05-03T16:20:33", "url": "https://files.pythonhosted.org/packages/78/50/7aadfa87f03f35814e8f5cd545e80909b9205b48c3cb6ac4ca0ad81184ed/pyExploitDb-0.1.7-py3-none-any.whl" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "47295a58311d48c29c8b97d36bc56ca6", "sha256": "8e7002094bb205469d77ed2650b56da82cb6c0adfb0017cb68b77634ee0f6517" }, "downloads": -1, "filename": "pyExploitDb-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "47295a58311d48c29c8b97d36bc56ca6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 376195, "upload_time": "2019-05-06T00:15:02", "url": "https://files.pythonhosted.org/packages/4a/d8/bf1347ac735ed7d8c17dcd253c07d69d2fbc4c2570992f9817fca87711f0/pyExploitDb-0.1.8-py3-none-any.whl" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "11dd823d37faf9fdecb5a7f5f90d13df", "sha256": "f6f0f66adcde23b9a9e4e9423e387d9b685def87ac92eacb380c1516a9b49795" }, "downloads": -1, "filename": "pyExploitDb-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "11dd823d37faf9fdecb5a7f5f90d13df", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 376245, "upload_time": "2019-05-07T20:18:04", "url": "https://files.pythonhosted.org/packages/4f/3c/71fe9da35b1e7f2bb2b2dd7f55d67b497385326eb09642d0ff9ae1e850bc/pyExploitDb-0.1.9-py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0cac2f69db124b8637522cf95b68d480", "sha256": "7af40243dd4914d8d18f26b4f2a4c0eac170f1cb8ac14e8a924dc591dc5521f9" }, "downloads": -1, "filename": "pyExploitDb-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0cac2f69db124b8637522cf95b68d480", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 377249, "upload_time": "2019-06-03T22:53:22", "url": "https://files.pythonhosted.org/packages/99/1a/d18cffc8b2370a6f5c81d3793d54674cd5aca8a51d5ba1e72bcb5386a129/pyExploitDb-0.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0cac2f69db124b8637522cf95b68d480", "sha256": "7af40243dd4914d8d18f26b4f2a4c0eac170f1cb8ac14e8a924dc591dc5521f9" }, "downloads": -1, "filename": "pyExploitDb-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0cac2f69db124b8637522cf95b68d480", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 377249, "upload_time": "2019-06-03T22:53:22", "url": "https://files.pythonhosted.org/packages/99/1a/d18cffc8b2370a6f5c81d3793d54674cd5aca8a51d5ba1e72bcb5386a129/pyExploitDb-0.2.0-py3-none-any.whl" } ] }