awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesHidden Parameter Discovery

Identifying hidden or undocumented parameters in web applications to uncover potential attack surfaces or misconfigurations.

Distinct from Web Application Penetration Testing: Distinct from Web Application Penetration Testing: focuses specifically on discovering undocumented parameters rather than general vulnerability identification.

Explore 3 awesome GitHub repositories matching security & cryptography · Hidden Parameter Discovery. Refine with filters or upvote what's useful.

Awesome Hidden Parameter Discovery GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thekingofduck/fuzzdictsTheKingOfDuck 的头像

    TheKingOfDuck/fuzzDicts

    8,355在 GitHub 上查看↗

    fuzzDicts is a repository of curated wordlists and dictionaries designed for web application fuzzing. It provides collections of strings and payloads used to discover hidden files, subdomains, and security vulnerabilities. The project includes specialized libraries for different security testing vectors, such as dictionaries for common request and cookie parameters, lists of common subdomain prefixes, and collections of passwords and default vendor credentials for brute-force testing. It also maintains a security payload library containing character sequences used to identify flaws like SQL i

    Provides the data necessary for identifying hidden or undocumented parameters in web applications.

    Pythondirectoryfuzz-testingfuzzer
    在 GitHub 上查看↗8,355
  • s0md3v/arjuns0md3v 的头像

    s0md3v/Arjun

    6,086在 GitHub 上查看↗

    Arjun is an HTTP parameter discovery tool that identifies valid parameters on web endpoints by testing large dictionaries of parameter names against target URLs. It systematically probes endpoints using GET, POST, JSON, and XML request formats to find which parameters the server accepts, and can detect parameters whose values appear reflected in the response body. The tool distinguishes itself through its multi-method scanning approach, passive parameter collection from public archives like OTX and CommonCrawl, and its ability to detect value-sensitive parameters that only trigger a response

    Identifies hidden or undocumented parameters in web applications to uncover potential attack surfaces.

    Pythonapi-fuzzerapi-fuzzingapi-testing
    在 GitHub 上查看↗6,086
  • hahwul/dalfoxhahwul 的头像

    hahwul/dalfox

    4,846在 GitHub 上查看↗

    Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t

    Uncovers undocumented parameters not present in the URL by analyzing DOM structures and framework patterns.

    Gobugbountybugbounty-toolcicd-pipeline
    在 GitHub 上查看↗4,846
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Testing
  6. Web Application Penetration Testing
  7. Hidden Parameter Discovery