Skip to main content
ClaudeWave
Skill2.3k estrellas del repoactualizado 1mo ago

offensive-fast-checking

The offensive-fast-checking skill provides a speed-optimized vulnerability assessment methodology combining reconnaissance shortcuts, quick-win pattern detection, and automated scanner configurations. Apply this skill during time-boxed penetration tests, CTF competitions, or initial rapid surface mapping phases when quick vulnerability identification takes priority over comprehensive analysis.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/SnailSploit/Claude-Red /tmp/offensive-fast-checking && cp -r /tmp/offensive-fast-checking/Skills/utility/offensive-fast-checking ~/.claude/skills/offensive-fast-checking
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# SKILL: Fast Testing Checklist

## Metadata
- **Skill Name**: fast-checking
- **Folder**: offensive-fast-checking
- **Source**: https://github.com/SnailSploit/offensive-checklist/blob/main/fast-checking.md

## Description
Speed-optimized offensive checklist for rapid assessment: quick-win vulnerability patterns, fast recon shortcuts, automated scanner configurations, and triage shortcuts. Use for time-boxed assessments, CTF-speed engagements, or initial rapid surface mapping.

## Trigger Phrases
Use this skill when the conversation involves any of:
`fast check, quick recon, rapid assessment, quick wins, fast triage, speed checklist, time-boxed, CTF, fast scan, quick vulnerability`

## Instructions for Claude

When this skill is active:
1. Load and apply the full methodology below as your operational checklist
2. Follow steps in order unless the user specifies otherwise
3. For each technique, consider applicability to the current target/context
4. Track which checklist items have been completed
5. Suggest next steps based on findings

---

## Full Methodology

# Fast Testing Checklist

A combination of my own methodology and the Web Application Hacker's Handbook Task checklist, as a Github-Flavored Markdown file

- use [lostsec](https://lostsec.xyz/)
- maintain a personal payloads repo synced with BLNS/SecLists; keep a tiny “golden” set for smoke tests

## Reconnaissance and Analysis

- [ ] Map visible content (Manually)
  - [ ] Perform Functionality Mapping by browsing the application thoroughly.
  - [ ] Check API Documentation (Public, Swagger/OpenAPI).
- [ ] Discover hidden & default content (Directory/File Bruteforce)
- [ ] Test for debug parameters
- [ ] Identify data entry points (Discover Dynamic Content in Burp Pro)
- [ ] Identify the technologies used (Wappalyzer or similiar)
- [ ] Research existing vulnerabilities in technology (Google ++)
- [ ] Gather wordlists for specific technology (Assetnote, SecList and Naughty Strings)
- [ ] Map the attack surface automatically (e.g Burp spider)
- [ ] Identify all javascript files for later analysis (in your proxy)
- [ ] Scope Discovery (DNS, IPs, Subdomains)
- [ ] Capture API contracts (OpenAPI/GraphQL) and diff against observed traffic
- [ ] Identify gateways/WAF/CDN (headers, cookies, control pages)
- [ ] Identify cache layers and behaviors (vary keys, CDN rules, edge rewrites)

### Find Origin IP behind CDN/WAF

- [ ] Confirm WAF presence (IP Org check, headers, cookies, block pages).
- [ ] Check Historical DNS records (SecurityTrails, DNSDumpster).
- [ ] Enumerate Subdomains & check IPs (focus on dev/staging).
- [ ] Analyze SSL Certificates (Censys, Shodan - check SANs).
- [ ] Analyze Email Headers from target (Received, X-Originating-IP).
- [ ] Test potential IPs directly (`curl --resolve example.com:443:<IP> https://example.com/`).
- [ ] Verify potential origin IPs (compare content, headers, certs).
- [ ] Probe HTTP/3 Alt‑Svc leakage and SNI/Host mismatches.

## Access Control Testing

### Authentication

- [ ] Test password quality rules
  - [ ] Minimum length, complexity, history, common password checks?
  - [ ] Paste functionality disabled?
- [ ] Test for username enumeration
  - [ ] Analyze response time, error messages, status codes for valid/invalid users.
  - [ ] Check account recovery flow for enumeration.
- [ ] Test resilience to password guessing
  - [ ] Is there rate limiting on login attempts?
  - [ ] Is there account lockout mechanism?
- [ ] Test any account recovery function
  - [ ] Weak security questions?
  - [ ] Host header injection in reset emails?
  - [ ] Token leakage via Referer?
  - [ ] Lack of token validation?
  - [ ] Predictable reset tokens?
- [ ] Test any "remember me" function
  - [ ] Analyze token entropy, expiration, security attributes.
- [ ] Test any impersonation function
- [ ] Test username uniqueness
  - [ ] Case sensitivity issues? (`admin` vs `Admin`)
  - [ ] Whitespace trimming issues?
- [ ] Check for unsafe distribution of credentials
- [ ] Test for fail-open conditions
- [ ] Test any multi-stage mechanisms
  - [ ] MFA bypasses (enrollment skip, verification manipulation, brute-force codes)?
  - [ ] Can MFA be disabled easily?
  - [ ] Parameter pollution vulnerabilities?
  - [ ] Test OAuth Flows (see dedicated section).
  - [ ] Test JWT implementations (see dedicated section).
  - [ ] Check for API Key leakage (source code, client-side JS, mobile apps).
  - [ ] Test API Key usage (URL, Header, Cookie).
  - [ ] Test HTTP Basic Auth strength.
  - [ ] Test HMAC signature implementation if used.
  - [ ] Validate DPoP/mTLS token binding if advertised.
  - [ ] Refresh‑token rotation and reuse detection.
  - [ ] Passkeys/WebAuthn flows including recovery/fallbacks.

### Session handling

- [ ] Test tokens for meaning
- [ ] Test tokens for predictability
- [ ] Check for insecure transmission of tokens
  - [ ] Missing Secure flag on cookies?
  - [ ] Sent over HTTP?
- [ ] Check for disclosure of tokens in logs and URL params
- [ ] Check mapping of tokens to sessions(can they be reused?)
- [ ] Check session termination
  - [ ] Does logout fully invalidate the session token?
  - [ ] Is there session rotation on login/logout/privilege change?
  - [ ] Check session timeout enforcement (client/server).
  - [ ] Token reuse across devices; device binding enforced?
  - [ ] Cookie partitioning/CHIPS behavior in embedded/3rd‑party contexts.
- [ ] Check for session fixation
  - [ ] Are session tokens retained pre/post-authentication?
  - [ ] Can a specific token be forced on a user?
- [ ] Check for cross-site request forgery
  - [ ] Presence and validation of Anti-CSRF tokens?
  - [ ] Use of SameSite cookie attribute?
    - Check if `Lax` or `Strict`. `None` requires `Secure`.
  - [ ] Check Referer/Origin header validation.
  - [ ] Try removing token parameter.
  - [ ] Try switching request method (POST -> GET).
  - [ ] Try changing Content-Type.
  - [ ] Use Burp CSRF PoC generator.
  - [ ] Test login CSRF and O
offensive-active-directorySkill

Active Directory attack methodology for internal network red team engagements. Covers reconnaissance (BloodHound, PowerView, ADExplorer), credential abuse (Kerberoasting, ASREProasting, NTLM relay, LLMNR/NBT-NS poisoning), privilege escalation (ACL abuse, GPO abuse, unconstrained/constrained delegation), lateral movement (Pass-the-Hash, Pass-the-Ticket, Overpass-the-Hash, WMI/WinRM/PsExec), persistence (Golden/Silver/Diamond Tickets, DCSync, DCShadow, AdminSDHolder, Skeleton Key), forest trust attacks, ADCS abuse (ESC1-ESC15), and modern MDI/Defender for Identity evasion. Use when assessing on-prem AD, hybrid AD/Entra ID environments, or ADCS deployments.

offensive-ai-securitySkill
offensive-jwtSkill

JWT attack methodology for penetration testers. Covers algorithm confusion (alg:none, RS256→HS256), weak HMAC secret brute force, kid parameter injection (SQLi, path traversal), jku/x5u/jwk header injection, JWKS cache poisoning, JWS/JWE confusion, timing attacks, and mobile JWT storage extraction. Use when testing JWT-based authentication, hunting auth bypass via token manipulation, or evaluating JWT implementation security in web or mobile apps.

offensive-oauthSkill
offensive-cloudSkill

Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, ~/.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcp_enum), privilege escalation paths (IAM PassRole, AssumeRole chains, Lambda/Functions privilege flips, Azure Owner-on-self, GCP serviceAccountTokenCreator), persistence techniques (IAM user/key creation, AAD app registration, GCP svc account key creation, EventBridge/Logic Apps backdoors), data exfiltration (S3/Blob/GCS, snapshot share, RDS/CosmosDB/Cloud SQL exfil), cloud-native lateral movement (cross-account assume, Azure AD multi-tenant, GCP project hierarchy), serverless attacks (Lambda env vars, layer hijack, Step Functions), Kubernetes-on-cloud (EKS/AKS/GKE-specific paths to node and AWS metadata), and CSPM evasion (CloudTrail blind spots, GuardDuty mute, Sentinel rule shaping). Use when the engagement scope is cloud accounts, when you've stolen cloud credentials, or when assessing cloud posture.

offensive-basic-exploitationSkill
offensive-crash-analysisSkill
offensive-exploit-dev-courseSkill