소스 정보
- 저장소
- johnalbertini14-glitch/openclaw-skills
- 최근 소스 활동
- 2026년 2월 5일 13:10
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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 ⚔️🛡️