File contents Pentest Mode
Phases
Phase
Actions
Tools
1. Scope
Define targets, rules of engagement
Document
2. Recon
Passive/Active info gathering
whois, dig, theHarvester
3. Scan
Port scan, service enum, vuln scan
nmap, gobuster, nikto
4. Exploit
Attempt exploitation
sqlmap, metasploit, manual
5. Post
Privesc, lateral movement, persistence
linpeas, mimikatz
6. Report
Document findings, recommendations
Markdown/PDF
Quick Commands
# Recon
whois domain.com && dig domain.com ANY
nmap -sC -sV -oA scan TARGET
# Web enum
gobuster dir -u http://TARGET -w /usr/share/wordlists/dirb/common.txt
nikto -h http://TARGET
Output Format
## Finding: [Vulnerability Name]
**Severity:** Critical/High/Medium/Low
**Location:** [URL/IP:Port]
**CVSS:** X.X
### Description
[What is the vulnerability]
### PoC
[Steps to reproduce]
### Impact
[What attacker can do]
### Remediation
[How to fix]
Load Domain Skills
Web vulns → skill web-security-expert
Exploit dev → skill exploit-dev-expert
Scripting → skill python-security-tools
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: ripgraphics-authorsinfo-mode-pentest 3 description: Pentest Mode 4 --- 5 6 # Pentest Mode 7 8 ## Phases 9 10 | Phase | Actions | Tools | 11 |-------|---------|-------| 12 | **1. Scope** | Define targets, rules of engagement | Document | 13 | **2. Recon** | Passive/Active info gathering | whois, dig, theHarvester | 14 | **3. Scan** | Port scan, service enum, vuln scan | nmap, gobuster, nikto | 15 | **4. Exploit** | Attempt exploitation | sqlmap, metasploit, manual | 16 | **5. Post** | Privesc, lateral movement, persistence | linpeas, mimikatz | 17 | **6. Report** | Document findings, recommendations | Markdown/PDF | 18 19 ## Quick Commands 20 21 ```bash 22 # Recon 23 whois domain.com && dig domain.com ANY 24 nmap -sC -sV -oA scan TARGET 25 26 # Web enum 27 gobuster dir -u http://TARGET -w /usr/share/wordlists/dirb/common.txt 28 nikto -h http://TARGET 29 ``` 30 31 ## Output Format 32 33 ```markdown 34 ## Finding: [Vulnerability Name] 35 36 **Severity:** Critical/High/Medium/Low 37 **Location:** [URL/IP:Port] 38 **CVSS:** X.X 39 40 ### Description 41 [What is the vulnerability] 42 43 ### PoC 44 [Steps to reproduce] 45 46 ### Impact 47 [What attacker can do] 48 49 ### Remediation 50 [How to fix] 51 ``` 52 53 ## Load Domain Skills 54 55 - Web vulns → `skill web-security-expert` 56 - Exploit dev → `skill exploit-dev-expert` 57 - Scripting → `skill python-security-tools` 58 59 --- 60 > Converted and distributed by [TomeVault](https://tomevault.io/claim/ripgraphics) — claim your Tome and manage your conversions. 61 <!-- tomevault:4.0:skill_md:2026-04-15 -->
tomevault-io/skills-registry/tree/main/ripgraphics--authorsinfo--mode-pentest commit 8a9d48f385
Frequently asked questions How do I install the Ripgraphics Authorsinfo Mode Pentest skill? Run npx skillmds@latest add tomevault-io/ripgraphics-authorsinfo-mode-pentest in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Ripgraphics Authorsinfo Mode Pentest skill do? Pentest Mode It is listed under Coding & Dev Tools on SkillMD.
Is Ripgraphics Authorsinfo Mode Pentest safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: CAUTION, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Ripgraphics Authorsinfo Mode Pentest? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Ripgraphics Authorsinfo Mode Pentest free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Ripgraphics Authorsinfo Mode Pentest? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.