Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 2.13 KB

cves.md

File metadata and controls

29 lines (15 loc) · 2.13 KB

Vulnerability research

  • https://www.exploit-db.com/

    ExploitDB tends to be very useful for hackers, as it often actually contains exploits that can be downloaded and used straight out of the box. It tends to be one of the first stops when you encounter software in a CTF or pentest.

  • https://nvd.nist.gov/vuln/search

    NVD keeps track of CVEs whether or not there is an exploit publicly available and so it's a really good place to look if you're researching vulnerabilities in a specific piece of software. CVEs take the form: CVE-YEAR-IDNUMBER

  • https://cve.mitre.org/

    CVE is a list of entries—each containing an identification number, a description, and at least one public reference—for publicly known cybersecurity vulnerabilities. CVE Entries are used in numerous cybersecurity products and services from around the world, including the U.S. National Vulnerability Database (NVD).

  • https://cwe.mitre.org/

    CWE is a community-developed list of software and hardware weakness types. It serves as a common language, a measuring stick for security tools, and as a baseline for weakness identification, mitigation, and prevention efforts.

  • https://www.cvedetails.com/

    CVEdetails.com is a free CVE security vulnerability database/information source. You can view CVE vulnerability details, exploits, references, metasploit modules, full list of vulnerable products and cvss score reports and vulnerability trends over time

  • MITRE ATT&CK®

    MITRE ATT&CK® is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK knowledge base is used as a foundation for the development of specific threat models and methodologies in the private sector, in government, and in the cybersecurity product and service community.

  • AttackerKB

    The goal of AttackerKB is to provide a forum for the security community to share insights and views that help cut through all the hype and chaos.