Blog section
PicoCTF

PicoCTF Redaction Gone Wrong Writeup: When PDF Redaction Is Only Visual

A picoCTF forensics walkthrough showing why visual PDF redaction can still leave text recoverable.

PicoCTFForensicsPDF

Redaction Gone Wrong is a picoCTF 2022 forensics challenge about a common document handling mistake: covering text visually without actually removing the underlying content.

Challenge Overview

The provided PDF appears to contain redacted information. The trick is that some redactions are not true redactions; they are only visual overlays.

Recovery

Opening or selecting the hidden text reveals the sensitive value that should have been removed from the document.

Recovered flag

Key Takeaways

  1. Real redaction must remove content, not just place a shape over it.
  2. PDFs can preserve selectable text under visual overlays.
  3. Always verify redacted documents by attempting text selection, copy-paste, and metadata inspection.