execute_security_request
Execute HTTP requests for API security testing, featuring stealth anti-WAF delays, rate limiting, and multiple auth types to reveal BOLA/IDOR vulnerabilities.
Instructions
Async resilient HTTP client with anti-blocking (WAF) protection and rate limiting. Supports multiple auth types: bearer, basic, api_key_header, api_key_query, cookie. When stealth mode is enabled, uses random delay between STEALTH_MIN and STEALTH_MAX to evade WAF detection patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | Yes | ||
| stealth | No | ||
| auth_type | No | bearer | |
| body_json | No | ||
| auth_token | No | ||
| auth_key_name | No | ||
| delay_seconds | No | ||
| auth_credentials | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |