cryptographic-analysis--assessment

Featured

SSL/TLS auditing, cipher suite analysis, hash algorithm identification, encryption implementation review, and cryptographic weakness detection in code

Code & Development 409 stars 76 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Cryptographic Analysis & Assessment ## Purpose Enable Claude to assist with cryptographic security assessments including SSL/TLS configuration auditing, cipher suite analysis and recommendation, hash algorithm identification, encryption implementation code review, key management evaluation, and detection of cryptographic vulnerabilities. Claude directly analyzes provided configurations and code. --- ## Activation Triggers This skill activates when the user asks about: - Auditing SSL/TLS configuration of a server or service - Evaluating cipher suites for security strength - Identifying hash algorithms from hash values or code - Reviewing code for cryptographic implementation flaws - Assessing key lengths, key management, or rotation policies - Detecting hardcoded keys, weak IVs, or ECB mode usage - Generating TLS configuration recommendations (Mozilla profile) - Certificate analysis (expiration, chain, transparency) - Post-quantum cryptography guidance - Password hashing implementation review (bcrypt, Argon2, PBKDF2) --- ## Prerequisites ```bash pip install cryptography requests pyOpenSSL ``` **Recommended tools:** - `sslyze` — Python TLS scanner - `testssl.sh` — Comprehensive TLS testing - `openssl` — Command-line TLS operations - `Wireshark` — TLS traffic analysis - `certbot` — Certificate management --- ## Core Capabilities ### 1. SSL/TLS Configuration Auditing **When the user asks to audit TLS for a server or paste a TLS configuration:** **Command-line audi...

Details

Author
Masriyan
Repository
Masriyan/Claude-Code-CyberSecurity-Skill
Created
6 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Featured

cloud-security--container-hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment

409 Updated 3 days ago
Masriyan
AI & Automation Featured

offensive-tls-attacks

Comprehensive methodology for auditing and exploiting TLS/SSL implementations and misconfigurations across network services and mobile applications. Covers protocol downgrade attacks including POODLE (CVE-2014-3566) against SSLv3 CBC padding, DROWN (CVE-2016-0800) cross-protocol attack leveraging SSLv2 export ciphers to decrypt TLS sessions, and FREAK (CVE-2015-0204) forcing RSA export-grade key exchange. Addresses BEAST (CVE-2011-3389) exploiting CBC IV predictability in TLS 1.0, CRIME (CVE-2012-4929) and BREACH targeting TLS-level and HTTP-level compression oracles respectively, and Heartbleed (CVE-2014-0160) for OpenSSL memory disclosure. Covers certificate validation bypass techniques for applications with improper hostname verification or chain validation, certificate pinning bypass using Frida and Objection for mobile application interception, HSTS bypass via NTP manipulation and subdomain exploitation, TLS 1.3 0-RTT replay attacks against non-idempotent endpoints, mutual TLS (mTLS) authentication attac

3,234 Updated 1 weeks ago
SnailSploit
Data & Documents Featured

vulnerability-scanning--assessment

Dependency auditing, CVE detection, configuration security review, CVSS scoring, and prioritized vulnerability reporting

409 Updated 3 days ago
Masriyan