File contents Pentest Expert
Methodology
1. Reconnaissance
# Passive
whois target.com
dig target.com ANY +noall +answer
host -t mx target.com
theHarvester -d target.com -b google,bing,linkedin
# Active
nmap -sn 192.168.1.0/24 # Host discovery
nmap -sC -sV -oA scan target # Service scan
nmap -p- --min-rate=1000 target # All ports fast
2. Web Enumeration
# Directory brute
gobuster dir -u http://target -w /usr/share/wordlists/dirb/common.txt
feroxbuster -u http://target -w wordlist.txt
# Subdomain enum
subfinder -d target.com
amass enum -d target.com
# Tech detection
whatweb http://target
wappalyzer http://target
3. Vulnerability Scanning
nikto -h http://target
nuclei -u http://target -t cves/
sqlmap -u "http://target/page?id=1" --batch
Severity Rating
Level
CVSS
Examples
Critical
9.0-10.0
RCE, Auth bypass, SQLi with data
High
7.0-8.9
Stored XSS, IDOR with sensitive data
Medium
4.0-6.9
Reflected XSS, Info disclosure
Low
0.1-3.9
Missing headers, version disclosure
Report Structure
Executive Summary
Scope & Methodology
Findings (sorted by severity)
Remediation Recommendations
Appendix (raw data, screenshots)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: ripgraphics-authorsinfo-pentest-expert 3 description: Pentest Expert 4 --- 5 6 # Pentest Expert 7 8 ## Methodology 9 10 ### 1. Reconnaissance 11 12 ```bash 13 # Passive 14 whois target.com 15 dig target.com ANY +noall +answer 16 host -t mx target.com 17 theHarvester -d target.com -b google,bing,linkedin 18 19 # Active 20 nmap -sn 192.168.1.0/24 # Host discovery 21 nmap -sC -sV -oA scan target # Service scan 22 nmap -p- --min-rate=1000 target # All ports fast 23 ``` 24 25 ### 2. Web Enumeration 26 27 ```bash 28 # Directory brute 29 gobuster dir -u http://target -w /usr/share/wordlists/dirb/common.txt 30 feroxbuster -u http://target -w wordlist.txt 31 32 # Subdomain enum 33 subfinder -d target.com 34 amass enum -d target.com 35 36 # Tech detection 37 whatweb http://target 38 wappalyzer http://target 39 ``` 40 41 ### 3. Vulnerability Scanning 42 43 ```bash 44 nikto -h http://target 45 nuclei -u http://target -t cves/ 46 sqlmap -u "http://target/page?id=1" --batch 47 ``` 48 49 ## Severity Rating 50 51 | Level | CVSS | Examples | 52 |-------|------|----------| 53 | **Critical** | 9.0-10.0 | RCE, Auth bypass, SQLi with data | 54 | **High** | 7.0-8.9 | Stored XSS, IDOR with sensitive data | 55 | **Medium** | 4.0-6.9 | Reflected XSS, Info disclosure | 56 | **Low** | 0.1-3.9 | Missing headers, version disclosure | 57 58 ## Report Structure 59 60 1. Executive Summary 61 2. Scope & Methodology 62 3. Findings (sorted by severity) 63 4. Remediation Recommendations 64 5. Appendix (raw data, screenshots) 65 66 --- 67 > Converted and distributed by [TomeVault](https://tomevault.io/claim/ripgraphics) — claim your Tome and manage your conversions. 68 <!-- tomevault:4.0:skill_md:2026-04-15 -->
tomevault-io/skills-registry/tree/main/ripgraphics--authorsinfo--pentest-expert commit 32718350c9
Frequently asked questions How do I install the Ripgraphics Authorsinfo Pentest Expert skill? Run npx skillmds@latest add tomevault-io/ripgraphics-authorsinfo-pentest-expert 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 Pentest Expert skill do? Pentest Expert It is listed under Coding & Dev Tools on SkillMD.
Is Ripgraphics Authorsinfo Pentest Expert safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, 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 Pentest Expert? 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 Pentest Expert free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Ripgraphics Authorsinfo Pentest Expert? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.