Integrations
Provides automated browser testing capabilities including XSS and SQL injection vulnerability detection, navigation, screenshot capture, and interaction with web elements through Playwright's Firefox integration.
Enables execution of JavaScript code in the browser context to interact with web pages, monitor console logs, and perform dynamic testing operations.
Utilizes npm packages for installation and execution of browser testing components through the npx command.
特征
- 全浏览器xss、sql漏洞自动检测
- 整个页面或特定元素的屏幕截图
- 全面的网络交互(导航、点击、表单填写)
- 控制台日志监控
- 浏览器上下文中的 JavaScript 执行
安装
安装
配置
安装过程将自动将以下配置添加到您的 Claude 配置文件中:
成分
工具
broser_url_reflected_xss
测试URL是否存在XSS漏洞
browser_url_sql_injection
测试URL是否存在SQL注入漏洞
browser_navigate
导航到浏览器中的任意 URL
browser_screenshot
捕获整个页面或特定元素的屏幕截图
browser_click
使用 CSS 选择器单击页面上的元素
browser_click_text
根据文本内容点击页面上的元素
browser_hover
使用 CSS 选择器将鼠标悬停在页面上的元素上
browser_hover_text
根据文本内容将鼠标悬停在页面上的元素上
browser_fill
填写输入字段
browser_select
使用 CSS 选择器在 SELECT 元素中选择一个选项
browser_select_text
根据文本内容选择 SELECT 元素中的选项
browser_evaluate
在浏览器控制台中执行 JavaScript
You must be authenticated.
Tools
一种安全测试工具,可实现自动漏洞检测(包括 XSS 和 SQL 注入),以及用于 Web 应用程序渗透测试的全面浏览器交互功能。