
pentester
Penetration assistant
Repository Info
About This Server
Penetration assistant
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
pentester
Penetration tester AI Assistant
Description
An intelligent analysis AI Assistant powered by LLM and the MCP protocol. It performs automated reconnaissance, detection, and assessment of vulnerabilities in distributed network environments, followed by the generation of reports.
Project setup
$ npm install
Project Variables
| Key | Description |
|---|---|
OPENAI_API_KEY | OpenAI API Key |
OPENAI_API_MODEL | Model name (default: gpt-3.5-turbo) |
MCP Servers
| MCP Server | Description |
|---|---|
ping-server | |
nmap-server |
Конфігураційний файл для Docker Compose compose.yaml
services:
app:
image: baklai/pentester:latest
network_mode: host
env_file: .env
environment:
- NODE_ENV=production
volumes:
- ./reports:/app/reports
restart: unless-stopped
container_name: pentester
Запустіть додаток
docker compose up -d
Логи додатку
docker logs --tail 50 -f pentester
Перезапустити додаток
docker compose down && docker rmi baklai/pentester && docker compose up -d && docker logs -f pentester
Видалити додаток
docker compose down
Compile and run the project
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Quick Start
Clone the repository
git clone https://github.com/baklai/pentesterInstall dependencies
cd pentester
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.