pentest-ctf-forensics

star 282

Digital forensics, steganography, and packet analysis for CTF challenges and investigation.

jd-opensource By jd-opensource schedule Updated 2/11/2026

name: pentest-ctf-forensics description: Digital forensics, steganography, and packet analysis for CTF challenges and investigation.

Pentest CTF Forensics

Purpose

Extract hidden information from various artifacts: memory dumps, network captures (PCAP), images, and disk images.

Core Workflow

  1. File Analysis: Identify file type, metadata, and embedded strings using file, exiftool, and strings.
  2. Steganography: Detect and extract hidden data in images/audio using steghide and stegsolve.
  3. Network Forensics: Analyze PCAP files for suspicious traffic and flag transmission using wireshark or tshark.
  4. Memory Forensics: Analyze memory dumps for processes, connections, and injected code using volatility.
  5. Data Extraction: Carve files and recover deleted data using foremost and binwalk.

References

  • references/tools.md
  • references/workflows.md
Install via CLI
npx skills add https://github.com/jd-opensource/JoySafeter --skill pentest-ctf-forensics
Repository Details
star Stars 282
call_split Forks 54
navigation Branch main
article Path SKILL.md
More from Creator
jd-opensource
jd-opensource Explore all skills →