Crypto Attack banner
h3nr1-d14z h3nr1-d14z

Crypto Attack

Development community

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

Terminal
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 Repository