Rifteo

38 mods across 1 repository, 34 stars between them.

ad-breach

01

Rifteo/skills

Skill Claude CodeCodex

Full Active Directory attack-path enumeration and exploitation methodology on Linux: comprehensive LDAP/SMB/RPC enumeration from zero-creds to Domain Admin, BloodHound attack-graph analysis, Kerberos weaknesses (AS-REP roasting, Kerberoasting, resource-based constrained delegation abuse), GenericAll/ACL exploitation…

34 18d ago C 122 tokens original MIT

ai-llm-hunter

02

Rifteo/skills

Skill Claude CodeCodex

Systematic LLM/AI security testing methodology — prompt injection (direct & indirect), system prompt leakage, exfiltration, agentic trust-boundary abuse, and cross-tenant IDOR in AI-backed systems. Use when testing any product powered by an LLM, AI agent, or agentic framework.

34 18d ago F 69 tokens original MIT

attack-surface

03

Rifteo/skills

Skill Claude CodeCodex

Maps every entry point, component, and trust boundary of a target before testing begins prevents missed coverage and prioritizes the highest-value attack paths. Trigger when the user provides a target and wants to know where to start, says "map the attack surface", "what should I test", or "where do I begin", or is…

34 18d ago A 79 tokens original MIT

bugbounty-reporter

04

Rifteo/skills

Skill Claude CodeCodex

Converts raw bug bounty findings into a complete, triage-ready report clear description, numbered reproduction steps, self-contained PoC, risk, and remediation. Trigger when the user has a confirmed bug bounty finding and needs to write it up, says "write this up", "report this", or "format this for…

34 18d ago A 100 tokens original MIT

caveman

05

Rifteo/skills

Skill Claude CodeCodex

Ultra-compressed response mode for cybersecurity contexts strips filler while keeping CVEs, payloads, CVSS scores, and findings exact. User-triggered only never self-activated. Trigger when the user explicitly says "/caveman", "caveman mode", "be brief", "tl;dr", "just the findings", "straight to the point", "keep it…

34 18d ago E 88 tokens original MIT

check-exploit

06

Rifteo/skills

Skill Claude CodeCodex

Search known exploit databases and sources for a given service, version, or CVE, from searchsploit to Vulners, MSF, and beyond. Trigger when the user has identified a service/version and wants to know if public exploits exist, provides a CVE ID and wants PoC or weaponized exploit references, ran nmap/banner grabbing…

34 18d ago A 106 tokens original MIT

clickjacking-hunter

07

Rifteo/skills

Skill Claude CodeCodex

Complete clickjacking (UI redressing) methodology framing protection detection, single-click and multi-step PoC construction, JS frame-busting bypass, drag-and-drop and OAuth consent variants, and report structure. Trigger when the user asks to test for clickjacking or UI redressing, wants to check if a sensitive…

34 18d ago A 110 tokens original MIT

Rifteo/skills

Skill Claude CodeCodex

Aggregates audit findings mapped to framework controls, classifies each control, identifies blind spots, prioritizes gaps by severity, and produces a complete gap report supports ISO 27001, NIST CSF, PCI-DSS, and OWASP. Trigger when the user provides audit findings tagged to framework controls and asks for a gap…

34 18d ago A 122 tokens original MIT

control-lookup

09

Rifteo/skills

Skill Claude CodeCodex

Looks up any control ID across ISO 27001, NIST CSF, PCI-DSS v4, and OWASP returns the full control card, cross-framework mappings with confidence level, related controls, and testing hints. Trigger when the user provides a control ID and asks what it means, asks how controls map across frameworks, searches for a…

34 18d ago A 102 tokens original MIT

ctf-writeup

10

Rifteo/skills

Skill Claude CodeCodex

Generates a clean, publishable CTF challenge writeup from solve notes suitable for HTB, CTFtime, personal blogs, and team wikis. Trigger when the user solved a CTF challenge and wants to document it, says "write up this challenge", "generate a writeup", or "document my solve", or wants a record of solutions for their…

34 18d ago B 83 tokens original MIT

cvss-scorer

11

Rifteo/skills

Skill Claude CodeCodex

Computes an exact CVSS v3.1 base score and vector from a vulnerability description infers metrics from context, asks one sharp question only when ambiguity would change the severity level. Trigger when the user needs a CVSS score for a vulnerability finding, is writing a bug bounty report or pentest finding needing a…

34 18d ago A 96 tokens original MIT

deadangle

12

Rifteo/skills

Skill Claude CodeCodex

A final accuracy check for offensive security work — it re-tests each conclusion against the evidence and labels every part confirmed, inferred, or assumed, so an unverified result never goes out as if it were proven. Trigger when the user says "deadangle" or "/deadangle", before delivering a finding/vulnerability…

34 18d ago A 111 tokens original MIT

droid-recon

13

Rifteo/skills

Skill Claude CodeCodex

Full static analysis methodology for Android APK files on Linux — decompiles with apktool and jadx, hunts for hardcoded secrets and API keys, maps endpoints and network surface, fingerprints the tech stack, detects vulnerability patterns, and produces a structured Markdown report aligned to OWASP MASVS. Trigger when…

34 18d ago A 88 tokens original MIT

economist-attack

14

Rifteo/skills

Skill Claude CodeCodex

Weighs each attack path's effort against its likely impact, pursuing the highest-value surfaces first to find the most important weakness with the least wasted effort it shapes the order you test in, not what you test. Trigger when doing any offensive security engagement and deciding where to focus effort, when the…

34 18d ago A 102 tokens original MIT

engagement-handoff

15

Rifteo/skills

Skill Claude CodeCodex

Documents the current state of an active pentest engagement so the next agent session can continue without losing context, covering findings, coverage, next steps, and open threads. Trigger when the user says "handoff", "save progress", "pick this up next session", or "summarize the engagement", when the context…

34 18d ago A 95 tokens original MIT

find-skills

16

Rifteo/skills

Skill Claude CodeCodex

Helps users discover and install Rifteo agent skills when they ask questions like "is there a skill for X", "how do I write a finding", "find a skill that can...", or want to extend their agent for security and audit work.

34 18d ago A 55 tokens original MIT

finding-writer

17

Rifteo/skills

Skill Claude CodeCodex

Converts raw pentest notes, logs, or observations into a structured audit finding ready for a security report. Trigger when the user pastes raw notes, tool output, or a quick observation from a pentest, describes a vulnerability needing structure for a client report, has a log snippet or HTTP request/response…

34 18d ago A 86 tokens original MIT

hexstrike-forge

18

Rifteo/skills

Skill Claude CodeCodex

A 5-phase structured pentest methodology for the hexstrike-ai MCP server, covering passive recon through finding delivery with triage gates, parallel execution, and tool failure recovery.

34 18d ago A 40 tokens original MIT

Rifteo/skills

Skill Claude CodeCodex

Expert bug hunting mindset for bug bounty and pentest engagements. Context-driven: derives attack priorities from program scope, tech stack, features, and enumeration results rather than a fixed checklist. Hunts High/Critical severity bugs first, then falls to Medium and Low. POC-or-kill rule enforced throughout.…

34 18d ago A 90 tokens original MIT

hpp-hunter

20

Rifteo/skills

Skill Claude CodeCodex

Complete HTTP Parameter Pollution methodology server behavior fingerprinting, server-side and client-side HPP, WAF bypass via parameter splitting, OAuth/payment/access-control abuse, header and JSON body pollution, and report structure. Trigger when the user wants to test for HTTP Parameter Pollution, is trying to…

34 18d ago C 96 tokens original MIT

idor-hunter

21

Rifteo/skills

Skill Claude CodeCodex

Systematic IDOR/BOLA detection methodology recon, multi-account testing, bypass techniques, and report structure. Trigger when the user asks to test authorization controls or object-level access restrictions, wants to hunt for IDOR or BOLA on an API or web app, needs a structured methodology for multi-account access…

34 18d ago A 99 tokens original MIT

js-analyzer

22

Rifteo/skills

Skill Claude CodeCodex

Full JavaScript analysis methodology for pentesting and bug bounty JS file discovery, secret extraction, endpoint mapping, DOM XSS, prototype pollution, postMessage abuse, client-side logic flaws, source map extraction, and hardcoded credential hunting. Trigger when the user wants to analyze JavaScript files from a…

34 18d ago F 136 tokens original MIT

jwt-cracker

23

Rifteo/skills

Skill Claude CodeCodex

Full JWT attack methodology alg:none, RS256 to HS256 confusion, weak secret brute-force, kid injection, jku/jwk injection, and claim tampering. Trigger when the user asks to test JWT tokens, authentication bypass, or token forgery, wants to try alg:none/algorithm confusion/weak secret brute-force, needs to test…

34 18d ago A 117 tokens original MIT

Rifteo/skills

Skill Claude CodeCodex

Tests for vulnerabilities less aggressively — read-only where possible, confirming a flaw without exercising its full impact or causing damage, under a strict set of safety rules. Not the default; activate only when the user explicitly signals safety as a constraint, e.g. "don't break anything", "read-only"…

34 18d ago A 94 tokens original MIT