browser_navigate
Direct a browser to specified URLs during web application penetration testing to facilitate automated vulnerability detection, including XSS and SQL injection.
Instructions
Navigate to a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}