check_alive
Check if domains or URLs are accessible by testing HTTP/HTTPS connectivity. Optionally set a custom User-Agent.
Instructions
Check if targets are alive using HTTP/HTTPS connectivity testing.
Args: targets: List of target domains/URLs user_agent: Optional custom User-Agent string
Example: check_alive(["example.com", "test.com"]) check_alive(["example.com"], "Mozilla/5.0... bug-bounty")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | ||
| user_agent | No |