用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill shadowstrike-security命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
正在显示 SKILL.md
| name | shadowstrike-security |
| description | Elite penetration testing platform with 600+ security tools |
| metadata | {"openclaw":{"emoji":"⚔️","category":"security"}} |
Elite Penetration Testing & Security Assessment Platform
Transform OpenClaw into a professional security operations center with 600+ Kali Linux tools, intelligent orchestration, and automated reporting.
ShadowStrike is a comprehensive security testing platform that provides:
cp -r shadowstrike-security ~/.openclaw/skills/
Add to agent config:
{
"skills": ["shadowstrike-security"]
}
Restart:
pkill -f "openclaw gateway" && openclaw gateway &
"scan target.com" → Quick port scan
"web target.com" → Web application test
"pentest target.com" → Full penetration test
"wifi" → WiFi security audit
"hashes crack hash.txt" → Password cracking
| Command | Description | Example Output |
|---|---|---|
scan [target] | Quick port scan | Ports: 22,80,443 |
deep [target] | Full port scan (all 65,535) | [Complete scan] |
services [target] | Service detection | 80:nginx, 3306:mysql |
os [target] | OS fingerprinting | Linux 5.4 |
| Command | Description | Example Output |
|---|---|---|
web [target] | Full web app test | SQLi found, XSS medium |
dirb [target] | Directory discovery | /admin, /api, /config |
sql [target] | SQL injection test | Vulnerable: id parameter |
xss [target] | XSS testing | Reflected XSS confirmed |
vuln [target] | Vulnerability scan | Critical: 2, High: 5 |
| Command | Description | Duration |
|---|---|---|
pentest [target] | Full PT lifecycle | 10-30 min |
bugbounty [target] | Bug bounty hunting | 15-45 min |
audit [network] | Network security audit | 20-60 min |
compliance [target] | Compliance check | 30-90 min |
| Command | Description |
|---|---|
wifi | WiFi security audit |
hashes [file] | Crack password hashes |
exploit [cve] | Search and run exploits |
report | Generate security report |
ShadowStrike automatically chooses the best tools:
For Web Targets:
Input: "test web target.com"
ShadowStrike:
1. whatweb → Technology fingerprinting
2. dirb → Directory discovery
3. nikto → Vulnerability scanning
4. sqlmap → SQL injection test
5. dalfox → XSS testing
6. nuclei → CVE scanning
Output: "Critical: 2, High: 5, Report: ./target-security.md"
For Network Targets:
Input: "scan 192.168.1.0/24"
ShadowStrike:
1. nmap -sS → Port scanning
2. nmap -sV → Service detection
3. nmap -O → OS fingerprinting
4. nmap --script=vulners → Vuln detection
Output: "Hosts: 15, Open ports: 47, Vulnerabilities: 12"
nmap, masscan, unicornscan, zmap
theHarvester, recon-ng, maltego
amass, sublist3r, assetfinder, findomain
nikto, sqlmap, burpsuite, zap
dirb, gobuster, wfuzz, ffuf
dalfox, xsser, nuclei, arachni
wpscan, joomscan, droopescan
hashcat (GPU-accelerated), john, hydra
medusa, ncrack, patator, crowbar
crunch, cewl, cupp (wordlist generators)
aircrack-ng, wifite, reaver, bully
kismet, wireshark, airmon-ng
hostapd-wpe, freeradius-wpe
metasploit, searchsploit, beef
setoolkit, sqlmap, commix
routersploit, exploitdb
autopsy, sleuthkit, volatility
foremost, scalpel, binwalk
yara, cuckoo, remnux, ghidra
You: "bugbounty target.com"
ShadowStrike executes:
✓ Subdomain enumeration (amass, sublist3r)
✓ Screenshot all services
✓ Technology fingerprinting
✓ Vulnerability scanning (nikto, nuclei)
✓ SQL injection testing (sqlmap)
✓ XSS testing (dalfox, xsser)
✓ SSL/TLS analysis (testssl.sh)
Results:
💰 Critical (P1): 1 - SQL Injection
💰 High (P2): 3 - XSS, IDOR, LFI
💰 Medium (P3): 5 - Various issues
Reports:
📄 P1-SQLi-report.md (Ready to submit)
📄 P2-XSS-report.md (Ready to submit)
📄 P2-IDOR-report.md (Ready to submit)
Potential Bounty: $2,000 - $5,000
You: "audit 192.168.1.0/24"
ShadowStrike executes:
✓ Host discovery (nmap -sn)
✓ Port scanning (nmap -sS -p-)
✓ Service detection (nmap -sV)
✓ OS fingerprinting (nmap -O)
✓ Vulnerability scanning (nmap --script=vulners)
✓ SSL testing (testssl.sh)
✓ Default credential testing
Results:
Hosts Found: 23
Open Ports: 147
Services: 89
Vulnerabilities: 34 (Critical: 3, High: 8, Medium: 23)
Report: ./network-audit-report.md
You: "pentest target.com"
Phase 1: Reconnaissance (5 min)
✓ Subdomain enumeration
✓ IP range discovery
✓ Technology stack identification
✓ DNS enumeration
Phase 2: Scanning (10 min)
✓ Port scanning
✓ Service detection
✓ OS fingerprinting
Phase 3: Enumeration (10 min)
✓ User enumeration
✓ Share discovery
✓ Directory brute-forcing
Phase 4: Vulnerability Assessment (15 min)
✓ Automated scanning
✓ Manual verification
✓ Exploit research
Phase 5: Exploitation (10 min)
✓ Attempt exploitation
✓ Proof of concept
✓ Credential testing
Phase 6: Post-Exploitation (10 min)
✓ Privilege escalation testing
✓ Lateral movement
✓ Data collection
Phase 7: Reporting (5 min)
✓ Executive summary
✓ Technical findings
✓ Risk ratings
✓ Remediation steps
Final Report:
Security Score: 68/100
Critical: 2, High: 5, Medium: 8, Low: 12
Full Report: ./pentest-target-report.md
Remediation: ./pentest-target-remediation.md
Evidence: ./pentest-target-evidence/
⚠️ IMPORTANT: Use Responsibly
You CAN:
You CANNOT:
Legal Notice: Unauthorized access is illegal under:
Always obtain proper authorization before testing.
MIT License - Free for educational and authorized security testing
ShadowStrike Security: Professional Tools for Professional Testing ⚔️🛡️