awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • kathanp19/howtohuntAvatar KathanP19

    KathanP19/HowToHunt

    7,146Vezi pe 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
    Vezi pe GitHub↗7,146
  • ticarpi/jwt_toolAvatar ticarpi

    ticarpi/jwt_tool

    6,668Vezi pe 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
    Vezi pe GitHub↗6,668
  • rmurphey/js-assessmentAvatar rmurphey

    rmurphey/js-assessment

    5,146Vezi pe GitHub↗

    js-assessment este un framework de evaluare tehnică JavaScript și un evaluator al calității codului. Oferă un mediu bazat pe testare (test-driven) pentru evaluarea abilităților de programare, solicitând candidaților să implementeze logica care rezolvă un set de cazuri de testare eșuate. Sistemul include un mediu de testare mock API care simulează surse de date externe prin încărcarea fișierelor JSON locale prin request-uri de rețea. Acest lucru permite validarea modului în care codul gestionează datele API în timpul procesului de evaluare. Framework-ul acoperă verificarea calității codului prin scripturi de linting automate și evaluarea abilităților tehnice printr-un proces de validare bazat pe scripturi. Organizează provocările în exerciții modulare unde fiecare caz de testare validează o anumită bucată de logică.

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

    JavaScript
    Vezi pe GitHub↗5,146
  1. Home
  2. Testing & Quality Assurance
  3. Test-Case-Driven Vulnerability Validation

Explorează sub-etichetele

  • 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