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

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

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

3 مستودعات

Awesome GitHub RepositoriesTest-Case-Driven Vulnerability Validation

Using a set of predefined test cases to validate the presence of security vulnerabilities.

Distinct from Inline Pattern Test Cases: Different from inline reproducers or parametrized tests; it is a methodology for validating vulnerabilities via test cases.

Explore 3 awesome GitHub repositories matching testing & quality assurance · Test-Case-Driven Vulnerability Validation. Refine with filters or upvote what's useful.

Awesome Test-Case-Driven Vulnerability Validation GitHub Repositories

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

    KathanP19/HowToHunt

    7,146عرض على GitHub↗

    HowToHunt is a bug bounty hunting knowledge base and a structured guide for web application penetration testing. It provides a research methodology for organizing security testing procedures and validating application behaviors against known vulnerability patterns. The project features a curated library of security flaws and reconnaissance techniques. It organizes security testing into modular playbooks, checklists, and categorical vulnerability mappings to align specific exploitation techniques with target weaknesses. The repository covers a systematic sequence of information gathering task

    Uses a test-case-driven process to confirm security flaws by matching application behavior against vulnerability patterns.

    bugbountybugbountytipsbughunting-methodology
    عرض على GitHub↗7,146
  • ticarpi/jwt_toolالصورة الرمزية لـ ticarpi

    ticarpi/jwt_tool

    6,668عرض على GitHub↗

    jwt_tool is a security testing toolkit designed for analyzing, tampering with, and auditing JSON Web Tokens to identify cryptographic vulnerabilities and implementation flaws. It serves as a comprehensive suite for security auditing and vulnerability scanning, providing a debugging interface to inspect token headers and payloads. The project distinguishes itself through specialized capabilities for token forgery and secret cracking. It includes a token generator that signs custom tokens using RSA, ECDSA, and symmetric algorithms, and a brute force tool that uses high-speed dictionary attacks

    Executes a sequence of predefined test cases against target URLs to detect known token misconfigurations.

    Python
    عرض على GitHub↗6,668
  • rmurphey/js-assessmentالصورة الرمزية لـ rmurphey

    rmurphey/js-assessment

    5,146عرض على GitHub↗

    js-assessment هو إطار عمل للتقييم التقني لـ JavaScript ومقيم لجودة الكود. يوفر بيئة قائمة على الاختبار لتقييم مهارات البرمجة من خلال مطالبة المرشحين بتنفيذ منطق يحل مجموعة من حالات الاختبار الفاشلة. يتضمن النظام بيئة اختبار API وهمية تحاكي مصادر البيانات الخارجية عن طريق تحميل ملفات JSON محلية عبر طلبات الشبكة. يسمح هذا بالتحقق من كيفية تعامل الكود مع بيانات API أثناء عملية التقييم. يغطي إطار العمل التحقق من جودة الكود من خلال سكربتات التنسيق التلقائي وتقييم المهارات التقنية من خلال عملية تحقق مدفوعة بالسكربت. ينظم التحديات في تمارين معيارية حيث تتحقق كل حالة اختبار من جزء معين من المنطق.

    Evaluates technical skill by requiring the implementation of logic to resolve a predefined set of failing test cases.

    JavaScript
    عرض على GitHub↗5,146
  1. Home
  2. Testing & Quality Assurance
  3. Test-Case-Driven Vulnerability Validation

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

  • Skill Assessment MethodologiesUsing predefined sets of failing tests as a metric for evaluating a developer's implementation skills. **Distinct from Test-Case-Driven Vulnerability Validation:** Focuses on human skill evaluation rather than security vulnerability validation