Skip to content
XenoCoreGiger31 edited this page Jun 4, 2026 · 1 revision

Welcome to the Local-Model wiki! PenMaster Security — Wiki Home

Welcome to the official wiki for the autonomous penetration testing agent built on Kali Linux with a local LLM backend.

Quick Links

•	Project Overview
•	Installation & Setup
•	Agent Architecture
•	Tools & Capabilities
•	Test Lab Configuration
•	Report Generator
•	Known Issues & Fixes

What Is This?

PenMaster Security is an autonomous penetration testing agent that chains real security tools together using a locally hosted LLM (Qwen 2.5-14B via LM Studio). It runs entirely offline — no cloud, no API keys, no data leaving your machine.

Core Files

File Purpose
agent_loop.py Main autonomous attack loop
mcp_server.py Flask tool server (port 8000)
tools_manifest.json Tool definitions
report_generator.py Auto HTML report generation

Current Status

Active development. Achieved 14/24 port breaches on Metasploitable in local UTM lab. Final_EDIT

Clone this wiki locally