pentest-skills
Natural-language penetration testing, reconnaissance, and vulnerability reporting
All Skills in This Repository (10)
Pure Emerald Level Indicatorsrecon-dir-scan
Enumerate web application directories and files using ffuf, gobuster, and feroxbuster.
exploit-sqli
Detects and exploits SQL injection vulnerabilities in web applications using automated and manual techniques.
exploit-lfi
Detect and exploit Local File Inclusion vulnerabilities in web applications.
recon-port-scan
Scan TCP and UDP ports and identify services with nmap, masscan, or rustscan.
recon-fingerprint
Identify web technologies, frameworks, CMS, and WAF/CDN solutions using whatweb, wafw00f, nuclei, and httpx.
results-storage
Store penetration testing results in a SQLite database and generate Markdown and JSON reports.
pentest-report
Generate standardized penetration test reports with Markdown formatting.
recon-subdomain
Enumerate subdomains and gather DNS records using subfinder, amass, and dnsx.
exploit-xss
Detect and exploit reflected, stored, DOM-based, and blind XSS vulnerabilities.
exploit-file-download
Detect and exploit arbitrary file download vulnerabilities using path traversal techniques.
Frequently Asked Questions
FAQPage SchemaHow to install pentest-skills?โผ
Run `npx skills add crazyMarky/pentest-skills --all -g -y` in your terminal to install all skills globally.
What can pentest-skills test?โผ
It covers reconnaissance (port scans, subdomains, directories, fingerprinting) and exploitation of SQL injection, XSS, LFI, and arbitrary file download vulnerabilities.
Do I need to memorize security tool commands?โผ
No. You describe the target in plain language and the agent picks the right tools like nmap, sqlmap, or ffuf, then analyzes the results for you.
Can it generate a penetration test report?โผ
Yes. The results-storage and pentest-report skills save findings to a local database and produce formatted Markdown or JSON reports with severity ratings and fix advice.
Is pentest-skills legal to use?โผ
Only on systems you own or have written authorization to test. Unauthorized scanning or exploitation is illegal in most jurisdictions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core