exploit validation skills

13 tagged exploit validation, measured the same way as everything else here.

Browse within: appsec 11bug-bounty 11cybersecurity 11devsecops 11

evidence-hygiene

01

Zyrexnn/Cybermes

Skill Claude CodeCodex

Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails, phones, faces — vs what is safe to leave — usernames, trace…

668 2d ago A 190 tokens copy · 97% Apache-2.0

hunt-api-misconfig

02

Zyrexnn/Cybermes

Skill Claude CodeCodex

Hunt API security misconfiguration — mass assignment, prototype pollution, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT signature/crypto forging (alg:none, key confusion, kid/jku) is owned by hunt-jwt-crypto; this…

668 2d ago A 207 tokens copy · 98% Apache-2.0

hunt-ato

03

Zyrexnn/Cybermes

Skill Claude CodeCodex

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session…

668 2d ago A 241 tokens original Apache-2.0

crossval-harness

04

William2333ZZ/trustshell

Skill Claude CodeCodex

Orchestrate a static + dynamic, exploit-validated red-team of an AI agent — read the source to find candidate vulnerable paths, then run the dynamic skills to confirm or refute each one empirically. The arbiter of truth is whether the exploit works, not a model vote. Authorized testing of agents you own or are…

1 1mo ago A 75 tokens original MIT

redteam-an-agent

05

William2333ZZ/trustshell

Skill Claude CodeCodex

The end-to-end methodology for red-teaming a specific AI agent — adaptively, exploit-validated, and honestly. Read THIS target's own code, stand up a disposable harness, and prove or refute each weakness through a real attacker-reachable entry point. This is the orchestration + discipline that makes a finding…

1 1mo ago A 90 tokens original MIT