BeClaude

Claude-Arsenal

New
GitHub TrendingGeneralby mikey1168

Offensive security skills for Claude — drop-in SKILL.md files that turn Claude into a context-aware red team operator.

First seen 6/3/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-arsenal.md https://raw.githubusercontent.com/mikey1168/Claude-Arsenal/main/SKILL.md
3
Invoke in Claude Code
/claude-arsenal

Use Cases

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.

Usage Examples

1

/claude-arsenal scan 192.168.1.0/24 --service-detect

2

/claude-arsenal exploit --target 10.0.0.5 --vuln CVE-2023-1234

3

/claude-arsenal report --format pdf --output engagement_report.pdf

View source on GitHub
security

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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