pentest-mcp
Version:
NOT for educational use: An MCP server for Nmap and John the Ripper, for professional penetration testers. Supports stdio, HTTP, and SSE transports with OAuth 2.1 authentication.
43 lines (35 loc) • 413 B
Plain Text
# Node modules
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
*.tsbuildinfo
# Logs
scan_logs/
temp_wordlists/
*.log
# IDE and OS files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Environment files
.env
.env.local
.env.*.local
# Test files
__tests__/
*.test.ts
*.spec.ts
coverage/
# Any local development files
.local/
tmp/
custom-wordlists/