http_headers
Analyze HTTP headers of any URL to identify security misconfigurations and sensitive data leaks.
Instructions
Analyze HTTP headers for security and information disclosure.
Args: url: Target URL to analyze user_agent: Optional custom User-Agent string
Example: http_headers("https://example.com") http_headers("https://example.com", "Mozilla/5.0... bug-bounty")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| user_agent | No |