mode-pentest

Document security vulnerabilities through a structured six-phase pentest workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alxvlo/AHI_Capstone --skill mode-pentest-alxvlo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mode-pentest
Source: https://github.com/alxvlo/AHI_Capstone/tree/main/.opencode/skill/mode-pentest
Command: npx skills add https://github.com/alxvlo/AHI_Capstone --skill mode-pentest-alxvlo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pentest workflows provide a structured, repeatable path to identify, document, and remediate security vulnerabilities across targets, reducing ad-hoc testing and missed findings.

Core Features & Use Cases

  • Phases: Scope, Recon, Scan, Exploit, Post, and Report to organize the security testing lifecycle.
  • Tools & Techniques: whois, dig, nmap, gobuster, nikto, metasploit, linpeas, mimikatz for discovery, enumeration, exploitation, and post-exploitation analysis.
  • Use Case: A security team executes a comprehensive assessment of a web application and produces a prioritized vulnerability report with actionable mitigations.

Quick Start

Launch a scoped pentest following the six phases and use the listed tools to document findings.

Frequently Asked Questions about mode-pentest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a structured pentest workflow for identifying security vulnerabilities?

A structured pentest workflow organizes security vulnerability identification into six phases: scope, recon, scan, exploit, post-exploitation, and reporting. This repeatable lifecycle reduces ad-hoc testing and ensures report-ready documentation with actionable mitigations.

How do I execute a security assessment using nmap, gobuster, and metasploit?

Execute a security assessment by sequencing through recon, scanning, and exploitation phases. Use whois and dig for discovery, nmap and gobuster for enumeration, nikto for web scanning, and metasploit for exploitation, documenting findings throughout the process.

Can I use this pentest workflow for both web application and network host assessments?

Yes, this pentest workflow applies to web, network, and host assessment scenarios. It guides scope definition and tool selection across diverse environments, ensuring comprehensive vulnerability documentation regardless of the target infrastructure type.

What is the best way to document security vulnerabilities during post-exploitation?

The best way to document vulnerabilities during post-exploitation is to enforce structured phase sequencing. Use tools like linpeas and mimikatz for analysis, then compile prioritized findings into a structured, report-ready output with actionable mitigations.

Does this vulnerability reporting process enforce specific tool references for discovery and exploitation?

Yes, the vulnerability reporting process enforces specific tool references across phases. It integrates whois, dig, nmap, gobuster, nikto, metasploit, linpeas, and mimikatz to standardize discovery, enumeration, exploitation, and post-exploitation analysis.

Why should I use a repeatable pentest workflow instead of ad-hoc security testing?

A repeatable pentest workflow prevents missed findings and inconsistent documentation inherent in ad-hoc testing. By enforcing phase sequencing and structured reporting, it ensures every assessment produces a comprehensive, prioritized vulnerability report.