Claude-Arsenal
NewOffensive security skills for Claude — drop-in SKILL.md files that turn Claude into a context-aware red team operator.
Summary
Claude-Arsenal equips Claude with offensive security capabilities, transforming it into a context-aware red team operator.
- md files that enable automated reconnaissance, exploitation, and post-exploitation tasks during penetration testing engagements.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claude-arsenal.md https://raw.githubusercontent.com/mikey1168/Claude-Arsenal/main/SKILL.md/claude-arsenalUse Cases
Usage Examples
/claude-arsenal scan 192.168.1.0/24 --service-detect
/claude-arsenal exploit --target 10.0.0.5 --vuln CVE-2023-1234
/claude-arsenal report --format pdf --output engagement_report.pdf
Security Audits
Frequently Asked Questions
What is Claude-Arsenal?
Claude-Arsenal equips Claude with offensive security capabilities, transforming it into a context-aware red team operator. It provides drop-in SKILL.md files that enable automated reconnaissance, exploitation, and post-exploitation tasks during penetration testing engagements.
How to install Claude-Arsenal?
To install Claude-Arsenal: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-arsenal.md https://raw.githubusercontent.com/mikey1168/Claude-Arsenal/main/SKILL.md. Finally, /claude-arsenal in Claude Code.
What is Claude-Arsenal best for?
Claude-Arsenal is a skill categorized under General. It is designed for: security. Created by mikey1168.
What can I use Claude-Arsenal for?
Claude-Arsenal is useful for: Automate network scanning and service enumeration to identify open ports and running services on target hosts.; Generate tailored payloads and exploit suggestions based on discovered vulnerabilities and target environment.; Execute post-exploitation tasks such as privilege escalation checks, lateral movement planning, and data exfiltration.; Analyze and decode obfuscated scripts or binaries to understand attacker techniques or reverse engineer malware.; Create detailed engagement reports with findings, exploited vulnerabilities, and recommended mitigations.; Simulate phishing campaigns by crafting convincing emails and tracking user interactions for security awareness testing..