{"id":19199781,"url":"https://github.com/gwen001/detectify-cves","last_synced_at":"2025-07-08T00:07:10.913Z","repository":{"id":96950056,"uuid":"567655747","full_name":"gwen001/detectify-cves","owner":"gwen001","description":"Find CVEs that don't have a Detectify modules.","archived":false,"fork":false,"pushed_at":"2023-03-28T15:49:52.000Z","size":1091,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T11:31:58.057Z","etag":null,"topics":["bugbounty","cve","detectify","pentesting","scanner","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-11-18T09:14:49.000Z","updated_at":"2025-04-07T15:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"698b3153-5de6-4819-ba19-5b1a989f5001","html_url":"https://github.com/gwen001/detectify-cves","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdetectify-cves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdetectify-cves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdetectify-cves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fdetectify-cves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/detectify-cves/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172490,"owners_count":21865523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","cve","detectify","pentesting","scanner","security-tools"],"created_at":"2024-11-09T12:28:56.614Z","updated_at":"2025-05-09T01:24:16.882Z","avatar_url":"https://github.com/gwen001.png","language":"Python","funding_links":["https://github.com/sponsors/gwen001"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003edetectify-cves\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eFind CVEs that don't have a Detectify modules.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fdetectify-cves%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fdetectify-cves\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/detectify-cves?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/detectify-cves?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/detectify-cves?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Description\n\nThis Python tool compares the official public list of CVEs from [cve.mitre.org](https://cve.mitre.org/) and the list of [Detectify](https://detectify.com/) modules to find CVEs that don't have a modules yet.\n\n## Install\n\n```\ngit clone https://github.com/gwen001/detectify-cves\ncd detectify-cves\npip3 install -r requirements.txt\n```\n\n## Requirements\n\n1/ Once cloned, go to the script directory:\n```\ncd detectify-cves\n```\n\n2/ Get the full CVEs database:\n````\nwget https://cve.mitre.org/data/downloads/allitems.csv\n````\n\n3/ Get the full Detectify modules list (you need a crowdsourced Detectify account):  \n  - login on Detectify: https://cs.detectify.com/login  \n  - Browse to `Scanner modules` on the left menu: https://cs.detectify.com/dashboard/modules\n  - Check the background requests performed by your browser and find `https://fedeo.cs.detectify.com/graphql` with a fat JSON response ~1.5Mo.\n  - Save the output (with no HTTP headers) in the script directory as `detectify-modules.json`\n\n## Usage\n\n```\n$ python3 detectify-cves.py -s wordpress\n```\n\n```\nusage: detectify-cves.py [-h] [-s SEARCH] [-l LIMIT] [-d DETECTIFY]\n\noptions:\n  -h, --help            show this help message and exit\n  -s SEARCH, --search SEARCH\n                        search a specific keyword\n  -l LIMIT, --limit LIMIT\n                        display only n first results\n  -d DETECTIFY, --detectify DETECTIFY\n                        related to Detectify modules: 0:no module available, 1:module available (default), -1:doesn't matter\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/detectify-cves/main/preview.png\" /\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fdetectify-cves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fdetectify-cves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fdetectify-cves/lists"}