Skip to main content
Back to registry

ctf-forensics

ljagiello/ctf-skills

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

Installs214
Install command
npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-forensics
Security audits
Gen Agent Trust HubFAIL
SocketWARN
SnykWARN
About this skill
Quick reference for forensics CTF challenges. Each technique has a one-liner here; see supporting files for full details. See disk-and-memory.md for full Volatility plugin reference, VM forensics, and coredump analysis. See linux-forensics.md for Linux attack chain analysis and Docker image forensics. Key Event IDs: RDP Session IDs (TerminalServices-LocalSessionManager): See windows.md for full event ID tables, registry analysis, SAM parsing, USN journal, and anti-forensics detection. If attacker cleared event logs, use these alternative sources: See windows.md for detailed parsing code and anti-forensics detection checklist. Binary border stego: Black/white pixels in 1px image border encode bits clockwise FFT frequency domain: Image data hidden in 2D FFT magnitude spectrum; try np.fft.fft2 visualization DTMF audio: Phone tones encoding data; decode with multimon-ng -a DTMF Multi-layer PDF: Check hidden comments, post-EOF data, XOR with keywords, ROT18 final layer SSTV + LSB: SSTV signal may be red herring; check 2-bit LSB of audio samples with stegolsb SVG keyframes: Animation keyTimes / values attributes encode binary/Morse via fill color alternation PNG chunk reorder: Fix chunk order: IHDR → ancillary → IDAT (in order) → IEND File overlays: Check after IEND for appended archives with overwritten magic bytes Custom freq DTMF: Non-standard dual-tone frequencies; generate...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ctf-forensics do?

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

Is ctf-forensics good?

ctf-forensics does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ctf-forensics work with?

ctf-forensics currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to ctf-forensics?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ctf-forensics?

npx skills add https://github.com/ljagiello/ctf-skills --skill ctf-forensics

Related skills

More from ljagiello/ctf-skills

Related skills

Alternatives in Software Engineering