awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesExploitability Validation

Automated simulation of attacks at runtime to verify the exploitability of identified security vulnerabilities.

Distinct from Security Vulnerabilities: Distinct from general security vulnerabilities: focuses on the active validation and simulation of exploitability rather than just listing flaws.

Explore 6 awesome GitHub repositories matching security & cryptography · Exploitability Validation. Refine with filters or upvote what's useful.

Awesome Exploitability Validation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • projectdiscovery/nucleiالصورة الرمزية لـ projectdiscovery

    projectdiscovery/nuclei

    29,189عرض على GitHub↗

    Nuclei is a modular security scanning framework designed for automated vulnerability detection and infrastructure reconnaissance. It functions as a template-driven engine that executes security checks across diverse network protocols, allowing users to define custom detection logic to identify vulnerabilities, misconfigurations, and exposed assets. The platform distinguishes itself through its highly extensible architecture, which supports distributed scanning, headless browser automation for dynamic web content, and out-of-band interaction monitoring to detect blind vulnerabilities. It integ

    Simulates real-world attacks at runtime to confirm that identified vulnerabilities are actually exploitable, reducing false positives.

    Goattack-surfacecve-scannerdast
    عرض على GitHub↗29,189
  • gallopsled/pwntoolsالصورة الرمزية لـ Gallopsled

    Gallopsled/pwntools

    13,271عرض على GitHub↗

    Pwntools is a Python-based framework designed for rapid prototyping and automation in binary exploitation, reverse engineering, and security research. It serves as a comprehensive toolkit for interacting with local and remote processes, providing the primitives necessary to manage complex exploit workflows and streamline security analysis tasks. The framework distinguishes itself through its specialized capabilities for binary manipulation and automated exploit construction. It includes dedicated utilities for parsing executable file formats, assembling and disassembling machine code, and gen

    Automates the discovery and exploitation of memory corruption vulnerabilities in compiled software.

    Pythonassemblybsdcapture-the-flag
    عرض على GitHub↗13,271
  • threat9/routersploitالصورة الرمزية لـ threat9

    threat9/routersploit

    13,150عرض على GitHub↗

    Routersploit is a penetration testing framework designed for the security assessment of embedded network devices and routers. It functions as a comprehensive tool for auditing hardware configurations and testing network protocols to identify and verify security vulnerabilities. The framework utilizes a modular plugin architecture that allows for the dynamic loading of exploit and scanner modules. It provides a centralized command interface that manages target state and executes controlled payloads, enabling the automation of security testing across diverse network hardware. The platform cove

    Executes controlled payloads against network devices to actively validate the exploitability of identified security vulnerabilities.

    Pythonbruteforcecredsdictionary-attack
    عرض على GitHub↗13,150
  • projectdiscovery/subfinderالصورة الرمزية لـ projectdiscovery

    projectdiscovery/subfinder

    13,105عرض على GitHub↗

    Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It functions as a discovery engine that identifies and maps internet-exposed infrastructure, cloud-hosted assets, and network ranges to maintain a comprehensive inventory of an organization's digital footprint. The project distinguishes itself through a modular, template-driven scanning engine that executes security checks against discovered assets. It leverages cloud-native asset discovery to query provider APIs and infrastructure metadata, while supporting distributed agent orc

    Simulates real-world attacks at runtime to confirm the exploitability of identified security vulnerabilities.

    Gobugbountyhackinghacktoberfest
    عرض على GitHub↗13,105
  • 1n3/sn1perالصورة الرمزية لـ 1N3

    1N3/Sn1per

    10,049عرض على GitHub↗

    Sn1per is a vulnerability management platform and penetration testing orchestrator designed to automate reconnaissance, vulnerability scanning, and exploit verification. It functions as a dockerized security toolkit that coordinates multiple tools into a unified automated pipeline to identify security flaws across network and web assets. The platform features an attack surface manager for discovering internet-facing assets through OSINT, DNS enumeration, and certificate transparency. It distinguishes itself with an AI-powered security analyzer that uses large language models to summarize scan

    Implements active exploitation tests to verify the exploitability of identified vulnerabilities and eliminate false positives.

    Shellattack-surfaceattack-surface-managementattacksurface
    عرض على GitHub↗10,049
  • projectdiscovery/naabuالصورة الرمزية لـ projectdiscovery

    projectdiscovery/naabu

    5,766عرض على GitHub↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Simulates real-world attacks at runtime to confirm whether a vulnerability is actually exploitable.

    Gocdn-exclusionhacktoberfestnmap
    عرض على GitHub↗5,766
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Vulnerabilities
  6. Exploitability Validation

استكشف الوسوم الفرعية

  • Format String ExploitersUtilities for calculating memory writes and offsets to exploit format string vulnerabilities. **Distinct from Exploitability Validation:** Distinct from general exploitability validation: focuses specifically on format string vulnerability exploitation.