Pentest 도구 MCP 서버
Claude Desktop, Roo Code 및 기타 호환 MCP 클라이언트와 같은 다양한 LLM 클라이언트와 함께 작동하도록 설계된 침투 테스트 도구를 위한 MCP(Model Context Protocol) 서버입니다.
특징
포괄적인 침투 테스트 도구:
디렉토리 스캐닝(FFuf, Dirsearch)
취약점 스캐닝(Nuclei, XSStrike)
API 테스트
정찰
그리고 더 많은 것...
SecLists의 사전 구성된 단어 목록
자동 보고서 생성
Claude Desktop 통합
필수 조건
Docker 및 Docker Compose(컨테이너화된 설정용)
Claude Desktop 애플리케이션 또는 기타 MCP 호환 클라이언트
Python 3.10+ 및 uv(로컬 설정용)
디렉토리 설정
필요한 디렉토리를 만듭니다.
지엑스피1
디렉토리 구조는 다음과 같습니다.
설정
Docker 설정(권장)
컨테이너를 빌드하고 시작합니다.
컨테이너가 실행 중인지 확인하세요.
필요한 경우 로그를 확인하세요.
로컬 설정
종속성 설치:
필요한 시스템 도구를 설치하세요(예: Ubuntu/Debian):
Claude 데스크톱 통합
Claude Desktop 구성:
윈도우:
MacOS/리눅스:
서버 구성 추가:
Docker 설정:
위의 구성이 Windows에서 작동하지 않으면 다음과 같은 대체 방법을 시도해 보세요.
cwd
(현재 작업 디렉토리)에 대한 참고 사항:
cwd
Claude Desktop에서 명령을 실행할 디렉토리를 알려줍니다.docker-compose.yml
포함된 디렉토리의 절대 경로여야 합니다.Windows에서는 경로에 이중 백슬래시(
\\
)를 사용합니다.Linux/MacOS에서는 슬래시(
/
)를 사용합니다.
Claude Desktop을 다시 시작하세요
용법
Claude Desktop에서 사용 가능한 명령:
정찰:
디렉토리 스캐닝:
취약점 스캐닝:
API 테스트:
자연어 명령:
"example.com에 대한 전체 보안 검사를 실행하세요"
"example.com에서 XSS 취약점을 확인하세요"
"example.com에 대한 정찰을 수행합니다."
디렉토리 구조 세부 정보
보안 참고 사항
항상 타겟을 스캔할 수 있는 권한이 있는지 확인하세요.
도구와 종속성을 최신 상태로 유지하세요
검사 결과를 주의 깊게 검토하세요
책임 있는 공개 관행을 따르세요
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
다양한 침투 테스트 도구를 통합한 MCP 서버로, 보안 전문가가 Claude Desktop과 같은 호환 가능한 LLM 클라이언트에서 자연어 명령을 통해 정찰, 취약성 스캐닝 및 API 테스트를 수행할 수 있도록 지원합니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74Apache 2.0
- -securityFlicense-qualityAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.Last updated -10
- AsecurityFlicenseAqualityA specialized MCP server for Claude Desktop that allows executing terminal commands for malware analysis with support for common analysis tools like file, strings, hexdump, objdump, and xxd.Last updated -73
- AsecurityAlicenseAqualityA comprehensive HTTP client MCP server for security testing, API testing, and web automation that provides full-featured HTTP tools with detailed logging capabilities.Last updated -83MIT License