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

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

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

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

    EnableSecurity/wafw00f

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

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

    s0md3v/Arjun

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

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

    hahwul/dalfox

    4,846GitHub पर देखें↗

    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.