Skip to main content
Glama

MCP Server Pentest

by 9olidity

특징

  • 전체 브라우저 XSS, SQL 취약점 자동 감지
  • 전체 페이지 또는 특정 요소의 스크린샷
  • 포괄적인 네트워크 상호작용(탐색, 클릭, 양식 작성)
  • 콘솔 로그 모니터링
  • 브라우저 컨텍스트에서의 JavaScript 실행

설치

설치 중

지엑스피1

구성

설치 과정에서 다음 구성이 Claude 구성 파일에 자동으로 추가됩니다.

{ "mcpServers": { "playwright": { "command": "npx", "args": [ "-y", "/Users/...../dist/index.js" ], "disabled": false, "autoApprove": [] } } }

구성 요소

도구

broser_url_reflected_xss

URL에 XSS 취약점이 있는지 테스트합니다.

{ "url": "https://test.com", "paramName":"text" }

browser_url_sql_injection

URL에 SQL 주입 취약점이 있는지 테스트합니다.

{ "url": "https://test.com", "paramName":"text" }

browser_navigate

브라우저에서 모든 URL로 이동합니다.

{ "url": "https://stealthbrowser.cloud" }
browser_screenshot

전체 페이지 또는 특정 요소의 스크린샷을 캡처합니다.

{ "name": "screenshot-name", // required "selector": "#element-id", // optional "fullPage": true // optional, default: false }
browser_click

CSS 선택기를 사용하여 페이지의 요소를 클릭합니다.

{ "selector": "#button-id" }
browser_click_text

페이지의 텍스트 콘텐츠를 클릭하여 요소를 클릭합니다.

{ "text": "Click me" }
browser_hover

CSS 선택기를 사용하여 페이지의 요소 위에 마우스를 올려놓으세요

{ "selector": "#menu-item" }
browser_hover_text

페이지의 텍스트 콘텐츠에 있는 요소 위에 마우스를 올려 놓으세요.

{ "text": "Hover me" }
browser_fill

입력 필드를 작성하세요

{ "selector": "#input-field", "value": "Hello World" }
browser_select

CSS 선택기를 사용하여 SELECT 요소에서 옵션 선택

{ "selector": "#dropdown", "value": "option-value" }
browser_select_text

SELECT 요소의 텍스트 내용을 통해 옵션을 선택합니다.

{ "text": "Choose me", "value": "option-value" }
browser_evaluate

브라우저 콘솔에서 JavaScript를 실행합니다.

{ "script": "document.title" }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

XSS 및 SQL 주입을 포함한 자동화된 취약성 탐지 기능과 웹 애플리케이션 침투 테스트를 위한 포괄적인 브라우저 상호 작용 기능을 제공하는 보안 테스트 도구입니다.

  1. 설치
    1. 설치 중
  2. 구성
    1. 구성 요소
      1. 도구

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A browser monitoring and interaction tool that enables AI applications to capture and analyze browser data through a Chrome extension, supporting functions like console monitoring, screenshots, DOM analysis, and website auditing.
      Last updated -
      14
      93
      1
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      Provides tools for frontend testing including code analysis, test generation, test execution, and React component testing for Jest and Cypress frameworks.
      Last updated -
      4
      16
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A tool that allows penetration testing through Kali Linux commands executed via a Multi-Conversation Protocol server, supporting security testing operations like SQL injection and command execution.
      Last updated -
      5
      39
      TypeScript
    • -
      security
      A
      license
      -
      quality
      A comprehensive system that helps organizations track, manage, and respond to security vulnerabilities effectively through features like vulnerability tracking, user management, support tickets, API key management, and SSL certificate management.
      Last updated -
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/9olidity/MCP-Server-Pentest'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server