MCP Server Pentest

by 9olidity
MIT License
327
5

browser_fill

Populate specified input fields on web pages with desired values using CSS selectors, enabling precise browser interactions for web application security testing in the MCP Server Pentest environment.

Instructions

Fill out an input field

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for input field
valueYesValue to fill

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for input field", "type": "string" }, "value": { "description": "Value to fill", "type": "string" } }, "required": [ "selector", "value" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Pentest

Related Tools

ID: qswkymafzi