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

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

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

3 مستودعات

Awesome GitHub RepositoriesMulti-Format Request Probes

Sending parameter probes using GET, POST, JSON, and XML formats to discover parameters across different input types.

Distinct from HTTP Methods: Distinct from HTTP Methods: focuses on probing with multiple request body formats for parameter discovery, not just method-level definitions.

Explore 3 awesome GitHub repositories matching web development · Multi-Format Request Probes. Refine with filters or upvote what's useful.

Awesome Multi-Format Request Probes GitHub Repositories

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

    EnableSecurity/wafw00f

    6,414عرض على GitHub↗

    WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

    Sends malicious payloads to trigger WAF-specific responses for vendor identification.

    Python
    عرض على GitHub↗6,414
  • s0md3v/arjunالصورة الرمزية لـ s0md3v

    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

    Sends probes using GET, POST, JSON, and XML formats to discover parameters across different input types.

    Pythonapi-fuzzerapi-fuzzingapi-testing
    عرض على GitHub↗6,086
  • hahwul/dalfoxالصورة الرمزية لـ hahwul

    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

    Sends marker requests to determine which special characters are reflected, informing the depth of subsequent testing.

    Gobugbountybugbounty-toolcicd-pipeline
    عرض على GitHub↗4,846
  1. Home
  2. Web Development
  3. HTTP Methods
  4. Multi-Format Request Probes

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

  • Reflection ProbingSending marker requests to identify which special characters are reflected in the response. **Distinct from Multi-Format Request Probes:** Focuses on character reflection analysis rather than just testing different request body formats.
  • WAF Probing PayloadsSends crafted attack payloads to trigger WAF-specific responses for fingerprinting. **Distinct from Multi-Format Request Probes:** Distinct from Multi-Format Request Probes: focuses on triggering WAF responses for identification, not general parameter discovery.