Skip to content

SkillTool — Skill Discovery

SkillTool discovers and invokes skill suites — self-contained offensive security capability modules with domain-specific scripts, prompts, and references.

Actions

ActionPurpose
discoverList available skill suites
invokeExecute a specific skill suite
searchFind skills by keyword or domain

24 Skill Suites

Reconnaissance

SuitePurpose
recon-dominatorFull-spectrum recon: passive, active, OSINT, port scanning, TLS analysis
domain-assessmentSubdomain discovery, port scanning, attack surface inventory
web-application-mappingWeb app recon, headless browser automation

Exploitation

SuitePurpose
webapp-exploit-hunterWeb vulnerability testing: SQLi, XSS, SSRF, IDOR, SSTI, upload, races
api-breakerAPI security testing: REST, GraphQL, WebSocket, mass assignment, rate limiting
exploitationAdvanced exploitation: JWT forging, oracle manipulation, flash loans, reentrancy
blockchain-exploitDeFi exploitation: flash loans, MEV, nonce cracking, proxy attacks

Post-Exploitation

SuitePurpose
post-exploitationFull post-ex: privesc, AD attacks, lateral movement, persistence, C2 planning
cloud-pivot-finderCloud post-exploitation: bucket enumeration, takeover scanning, serverless, CI/CD

Evasion & Stealth

SuitePurpose
edr-evasion-engineEDR bypass: AMSI, ETW, process injection, NTDLL unhooking, API hashing
stealth-execution-engineStealth ops: LOLBAS, Discord/DNS C2, tunneling, Cloudflare fronting
anti-forensics-suiteCovering tracks: log cleaning, history erasure, artifact cleaning

Implants & Phishing

SuitePurpose
web-implant-factoryWeb implants: backdoors, credential harvesters, web shells, phishing cloners
linux-implant-suiteLinux implants: systemd backdoors, SSH pivots, container breakouts
phishing-arsenalPhishing: email spoofing, landing pages, domain squatting, payload crafting

Analysis & Auditing

SuitePurpose
source-code-auditorWhite-box zero-day hunting: SAST, hypothesis generation, candidate validation
ai-threat-testingLLM security: OWASP Top 10 for LLMs, prompt injection, model extraction
crypto-auditorBlockchain security: Solidity, Rust/CosmWasm, ZK circuits, bridge security
vuln-chain-composerMulti-step chain construction: correlate findings, build chains, impact scoring
attack-path-architectAttack path analysis: asset classification, trust mapping, attack trees

Utility

SuitePurpose
pentestEngagement management: KB integration, Playwright automation, reporting
authenticatingAuth automation: signup/login, CAPTCHA solving, 2FA bypass via Playwright
hackeroneBug bounty: scope parsing, orchestrator-per-asset, PoC validation, submissions
test-detectionPre-exploitation filtering: honeypot/demo detection
malware-analysis-labMalware analysis
llm-integration-playbookLLM provider integration patterns

Usage

Discovering skill suites

SkillTool(action="discover")

Invoking a skill

SkillTool(
  action="invoke",
  skill="recon-dominator"
)

Searching for skills

SkillTool(
  action="search",
  query="web application scanning"
)

Released under the MIT License.