ctf-misc

Installation
Summary

Miscellaneous CTF techniques covering encoding, signal processing, sandbox escape, and system exploitation.

  • Covers 20+ technique categories including Python/Bash jail escape, RF/SDR signal processing, DNS exploitation, Unicode steganography, QR codes, Z3 constraint solving, and WASM patching
  • Includes quick-reference commands for common encodings (Base64, Base32, Hex, ROT13), IEEE-754 float data hiding, and cipher identification workflows
  • Provides Linux privilege escalation techniques: sudo wildcard injection, monit command injection, PostgreSQL RCE, Docker group abuse, and SUID binary exploitation
  • Supports game/VM challenges: PyInstaller extraction, marshal bytecode analysis, Flask cookie decoding, WebSocket manipulation, LoRA weight merging, and Brainfuck instrumentation
  • Requires filesystem-based agent with bash, Python 3, and internet access for tool installation
SKILL.md

CTF Miscellaneous

Quick reference for miscellaneous CTF challenges. Each technique has a one-liner here; see supporting files for full details.

Prerequisites

Python packages (all platforms):

pip install z3-solver pwntools Pillow numpy requests dnslib

Linux (apt):

apt install ffmpeg qrencode

macOS (Homebrew):

brew install ffmpeg qrencode
Related skills

More from ljagiello/ctf-skills

Installs
3.2K
GitHub Stars
2.0K
First Seen
Feb 1, 2026