tools_gowitness
Screenshot web pages for visual reconnaissance and technology identification using headless Chrome. Supports concurrent captures and custom resolution.
Instructions
Capture a screenshot of a web page using gowitness.
Uses a headless Chrome browser to render and screenshot web pages. Useful for visual reconnaissance, documenting findings, and identifying web technologies from page appearance.
Args: url: Target URL to screenshot (e.g., 'https://example.com') threads: Number of concurrent screenshot threads (default: 4) resolution: Browser viewport resolution as WIDTHxHEIGHT (default: '1280x720') additional_args: Extra gowitness arguments
Example usage: tools_gowitness(url='https://example.com') tools_gowitness(url='https://target.org', threads=8, resolution='1920x1080')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| threads | No | ||
| resolution | No | 1280x720 | |
| additional_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |