browser_evaluate
Execute JavaScript directly in the browser console to test web application vulnerabilities, analyze client-side behavior, and enhance penetration testing workflows with the MCP Server Pentest.
Instructions
Execute JavaScript in the browser console
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes | JavaScript code to execute |
Input Schema (JSON Schema)
{
"properties": {
"script": {
"description": "JavaScript code to execute",
"type": "string"
}
},
"required": [
"script"
],
"type": "object"
}