awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • kathanp19/howtohuntKathanP19 का अवतार

    KathanP19/HowToHunt

    7,146GitHub पर देखें↗

    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_toolticarpi का अवतार

    ticarpi/jwt_tool

    6,668GitHub पर देखें↗

    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-assessmentrmurphey का अवतार

    rmurphey/js-assessment

    5,146GitHub पर देखें↗

    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