awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
offensive-security avatar

offensive-security/exploitdbArchived

0
View on GitHub↗
7,845 Stars·1,883 Forks·gpl-2.0·4 Aufrufegitlab.com/exploit-database/exploitdb↗

Exploitdb

ExploitDB is a curated archive of exploit code and vulnerability data designed for penetration testing and security research. It serves as an offensive security knowledge base and a repository of publicly available proof-of-concept code used to validate software flaws.

The project provides a searchable collection of historical and current exploit vectors. It supports security threat intelligence by tracking public releases and aids in vulnerability research by providing a reference library for analyzing how specific systems can be compromised.

The archive is managed through a curated input pipeline that filters and validates submitted code. Data is stored in a flat-file structure with text-based metadata headers and search-optimized indexing to allow retrieval by platform or vulnerability identifier.

Features

  • Exploit Databases - A curated collection of exploit code and vulnerability data for penetration testing and security research.
  • Exploit Proof-of-Concept Indexes - Maintains a curated archive of exploit code and vulnerability data for security research and penetration testing.
  • Learning Resources - Provides real-world exploit examples for studying how to discover and leverage software vulnerabilities.
  • Penetration Testing - Provides a searchable collection of exploit code used to verify security weaknesses during penetration testing.
  • Security Knowledge Bases - Acts as a centralized repository of technical vulnerability information and historical exploit vectors.
  • Vulnerability Research and Analysis - Offers a reference library of proof-of-concept code for analyzing how specific systems can be compromised.
  • Threat Intelligence Resources - Tracks public exploit releases to help identify software versions currently targeted by attackers.
  • Flat-File Databases - Uses a flat-file database structure to store individual exploit entries as standalone files.
  • Search and Indexing - Provides search-optimized indexing to allow rapid retrieval of exploits by CVE or platform.
  • Content Review Pipelines - Implements a curated input pipeline that filters and validates submitted exploit code through a manual review process.
  • Exploitation and Payloads - Official repository for the Exploit Database.
  • Security Tools - Searchable archive of the official exploit database.

Star-Verlauf

Star-Verlauf für offensive-security/exploitdbStar-Verlauf für offensive-security/exploitdb

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Exploitdb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Exploitdb.
  • trickest/cveAvatar von trickest

    trickest/cve

    7,882Auf GitHub ansehen↗

    This project is a vulnerability intelligence database and aggregator that organizes common vulnerabilities and exposures alongside their corresponding proof-of-concept exploit code. It functions as a security vulnerability tracker and an indexed directory of public exploit payloads. The system monitors new security flaws and updates to known exploits through repository watches and atom feeds. It utilizes automated aggregation to collect vulnerability details from centralized repositories and discovers associated exploit code via reference analysis and global searches. The tool provides capab

    HTMLcvecve-pocexploit
    Auf GitHub ansehen↗7,882
  • trustedsec/social-engineer-toolkitAvatar von trustedsec

    trustedsec/social-engineer-toolkit

    14,984Auf GitHub ansehen↗

    The Social-Engineer Toolkit is a social engineering framework and penetration testing suite designed to simulate human-centric security attacks. It serves as a phishing simulation tool and credential harvesting utility to evaluate personnel awareness and organizational resilience. The toolkit provides specialized tooling for phishing campaign testing and credential theft simulation. It enables the creation of deceptive emails and landing pages to identify vulnerabilities in how users handle sensitive account information. The system includes capabilities for security awareness training and br

    Python
    Auf GitHub ansehen↗14,984
  • sqlmapproject/sqlmapAvatar von sqlmapproject

    sqlmapproject/sqlmap

    37,676Auf GitHub ansehen↗

    This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It functions as a command-line utility that streamlines the identification, verification, and exploitation of web application flaws by automating the injection of malicious payloads into input parameters. The tool provides a comprehensive framework for database enumeration, allowing users to extract schema information, user data, and system configurations from identified injection points. What distinguishes this tool is its sophisticated engine for dynamic payload adaptation and heuris

    Pythondatabasedetectionexploitation
    Auf GitHub ansehen↗37,676
  • andresriancho/w3afAvatar von andresriancho

    andresriancho/w3af

    4,850Auf GitHub ansehen↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Pythonappseccross-site-scriptingscanner
    Auf GitHub ansehen↗4,850
Alle 30 Alternativen zu Exploitdb anzeigen→

Häufig gestellte Fragen

Was macht offensive-security/exploitdb?

ExploitDB is a curated archive of exploit code and vulnerability data designed for penetration testing and security research. It serves as an offensive security knowledge base and a repository of publicly available proof-of-concept code used to validate software flaws.

Was sind die Hauptfunktionen von offensive-security/exploitdb?

Die Hauptfunktionen von offensive-security/exploitdb sind: Exploit Databases, Exploit Proof-of-Concept Indexes, Learning Resources, Penetration Testing, Security Knowledge Bases, Vulnerability Research and Analysis, Threat Intelligence Resources, Flat-File Databases.

Welche Open-Source-Alternativen gibt es zu offensive-security/exploitdb?

Open-Source-Alternativen zu offensive-security/exploitdb sind unter anderem: trickest/cve — This project is a vulnerability intelligence database and aggregator that organizes common vulnerabilities and… trustedsec/social-engineer-toolkit — The Social-Engineer Toolkit is a social engineering framework and penetration testing suite designed to simulate… sqlmapproject/sqlmap — This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It… andresriancho/w3af — w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities… apsdehal/awesome-ctf — This project is a comprehensive directory of software utilities, frameworks, and educational resources designed for… nixawk/pentest-wiki.