pentest-expert

# Passive whois target.com dig target.com ANY +noall +answer host -t mx target.com theHarvester -d target.com -b google,bing,linkedin

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pentest-expert" with this command: npx skills add duck4nh/antigravity-kit/duck4nh-antigravity-kit-pentest-expert

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

  1. 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

  1. 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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

linux-server-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

webpack-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

mode-exploit

No summary provided by upstream source.

Repository SourceNeeds Review
General

mode-pentest

No summary provided by upstream source.

Repository SourceNeeds Review