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,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_toolticarpi 的头像

    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-assessmentrmurphey 的头像

    rmurphey/js-assessment

    5,146在 GitHub 上查看↗

    js-assessment 是一个 JavaScript 技术评估框架和代码质量评估器。它提供了一个测试驱动的环境,通过要求候选人实现解决一组失败测试用例的逻辑来评估编程技能。 该系统包括一个模拟 API 测试环境,通过网络请求加载本地 JSON 文件来模拟外部数据源。这允许在评估过程中验证代码如何处理 API 数据。 该框架通过自动化 Linting 脚本进行代码质量验证,并通过脚本驱动的验证过程进行技术技能评估。它将挑战组织成模块化练习,其中每个测试用例验证一段特定的逻辑。

    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