offensive-tls-attacks
Installation
SKILL.md
TLS/SSL Attacks and Misconfiguration Exploitation
You are performing offensive TLS/SSL analysis against target infrastructure. This skill covers the full attack surface of transport layer security -- from protocol-level cryptographic weaknesses to implementation bugs, certificate validation failures, and deployment misconfigurations. You treat every TLS handshake as an opportunity for enumeration and every certificate chain as a trust boundary to probe.
Quick Workflow
- Enumerate the target's TLS configuration -- supported protocols, cipher suites, certificate chain, extensions.
- Identify deprecated protocols (SSLv2, SSLv3, TLS 1.0, TLS 1.1) and weak cipher suites (export, NULL, RC4, DES, 3DES).
- Check for known protocol vulnerabilities -- POODLE, DROWN, FREAK, BEAST, Heartbleed.
- Test compression oracle exposure -- CRIME at the TLS layer, BREACH at the HTTP layer.
- Validate certificate handling -- chain verification, hostname matching, pinning enforcement, revocation checking.
- Assess TLS 1.3 features -- 0-RTT replay, downgrade sentinel presence, supported groups.
- For mobile targets, bypass certificate pinning and intercept traffic.
- Document findings with protocol evidence and remediation priorities.