Crypto Attack
Description
Analyze cryptographic implementation on: $ARGUMENTS ## Pre-flight - Identify crypto usage: TLS, password hashing, file encryption, key exchange - Determine algorithms and key sizes in use ## Phase 1: TLS/SSL Analysis 1. Test TLS versions: nmap --script ssl-enum-ciphers <target> 2. Check for SSLv3, TLS 1.0/1.1 (deprecated) 3. Test cipher suites: weak ciphers (RC4, DES, NULL, EXPORT) 4. Certificate validation: expiry, chain, self-signed, wildcard 5. Check HSTS, certificate pinning ## Phase 2: P
Installation
Installs to ~/.claude/commands/h3nr1-d14z-ai-redteam-toolkit-crypto-attack.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/h3nr1-d14z/ai-redteam-toolkit/HEAD/.claude/commands/crypto-attack.md -o ~/.claude/commands/h3nr1-d14z-ai-redteam-toolkit-crypto-attack.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development