๐ŸŽฏ

ctf-crypto

๐ŸŽฏSkill

from ljagiello/ctf-skills

VibeIndex|
What it does
|

A ctf crypto skill from CTF (Capture The Flag) cybersecurity challenge skills.

๐Ÿ“ฆ

Same repository

ljagiello/ctf-skills(12 items)

ctf-crypto

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add ljagiello/ctf-skills --skill ctf-crypto
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add ljagiello/ctf-skills --skill ctf-crypto
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/ctf-crypto/SKILL.md

SKILL.md

2,669Installs
-
AddedFeb 6, 2026

More from this repository10

๐ŸŽฏ
ctf-reverse๐ŸŽฏSkill

OSINT skills for CTF challenges covering social media investigation, geolocation, DNS reconnaissance, Google dorking, Wayback Machine, hash identification, and more.

๐ŸŽฏ
ctf-web๐ŸŽฏSkill

A comprehensive web exploitation reference for CTF challenges, covering SQL injection, XSS, SSTI, SSRF, JWT attacks, prototype pollution, command injection, Web3/blockchain exploits, and CVE-specific techniques with ready-to-use payloads.

๐ŸŽฏ
ctf-pwn๐ŸŽฏSkill

A ctf pwn skill from CTF (Capture The Flag) cybersecurity challenge skills.

๐ŸŽฏ
ctf-forensics๐ŸŽฏSkill

OSINT skills for CTF challenges covering social media investigation, geolocation, DNS reconnaissance, Google dorking, Wayback Machine, hash identification, and more.

๐ŸŽฏ
ctf-osint๐ŸŽฏSkill

OSINT skills for CTF challenges covering social media investigation, geolocation, DNS reconnaissance, Google dorking, Wayback Machine, hash identification, and more.

๐ŸŽฏ
ctf-misc๐ŸŽฏSkill

Solves miscellaneous Capture The Flag (CTF) challenges by providing utility functions and techniques for solving non-standard problems.

๐ŸŽฏ
solve-challenge๐ŸŽฏSkill

CTF challenge solver skill that orchestrates category-specific skills for pwn, crypto, web, reverse engineering, forensics, OSINT, malware analysis, and miscellaneous challenges. Analyzes files, connects to services, and applies exploitation techniques.

๐ŸŽฏ
ctf-malware๐ŸŽฏSkill

Malware analysis and network traffic skill for CTF challenges. Covers obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, and encrypted communications analysis.

๐ŸŽฏ
ctf-writeup๐ŸŽฏSkill

Generates a single standardized submission-style CTF writeup optimized for in-competition speed, clarity, and reproducibility, with one complete solve script from challenge data to final flag. Auto-collects metadata, solution artifacts, and timeline, then enforces a quality checklist (metadata complete, runnable code, no sensitive data) before finalizing `writeup.md`.

๐ŸŽฏ
ctf-ai-ml๐ŸŽฏSkill

Quick-reference cheat sheet for AI/ML CTF challenges covering model weight perturbation negation, model inversion, encoder collisions, LoRA adapter merging/exploitation, model extraction and membership inference, adversarial examples (FGSM/PGD/C&W), adversarial patches, data poisoning, and LLM attacks (prompt injection, jailbreaking, token smuggling, tool-use exploitation). Bundles ready-to-run inspection commands for `.pt`/`safetensors`/HuggingFace/LoRA models and points to detail files (`model-attacks.md`, `adversarial-ml.md`, `llm-attacks.md`) for each technique.