Back to Home
Aldiharley icon

secpluger

by Aldiharley

Overview

Automates multi-step penetration testing workflows, including reconnaissance, vulnerability scanning, exploitation, and reporting, with AI orchestration and evidence collection.

Installation

Run Command
python3 src/mcp/secpluger_mcp_server.py

Environment Variables

  • NVD_API_KEY

Security Notes

The server's core function involves executing external security tools and exploits, often using 'subprocess.run(shell=True)' with dynamically constructed commands. While designed for offensive security, this poses a risk of shell injection or arbitrary command execution on the host machine if workflow JSON files or user-provided inputs (e.g., target URLs, parameters) are manipulated by untrusted sources or contain unexpected metacharacters. Strong sandboxing/isolation of the server is highly recommended.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-04

Tags

PentestingSecurity TestingWorkflow AutomationVulnerability ScanningExploitationReporting