Professional disk & memory forensics tool with AI-powered analysis, interactive HTML reports, and CTF-optimized workflows.
$ python3 unfoldV3.py disk.dd --scan-disk ctf --html [*] 🔍 Starting SMART disk scan: ctf [*] Smart filesystem detection... [+] Mounted as EXT4! [+] Found 847 files/directories [*] Searching for flags... [+] Found 12 interesting files! [+] Interactive HTML report saved! [*] 📥 Download files from the report!
Everything you need for professional forensic investigations
22 specialized profiles for Windows & Linux memory analysis powered by Volatility 3.
18 specialized profiles with smart filesystem detection for any disk image.
Beautiful HTML reports with file download buttons and search capabilities.
Natural language forensic commands powered by OpenRouter & DeepSeek.
Auto-detect flags in memory dumps and disk images for CTF competitions.
Optimized performance with resumable scans and smart caching.
40+ specialized profiles for every forensic scenario
Get started in under 2 minutes
$ git clone https://github.com/arazazi/unfold.git $ cd unfold $ chmod +x DEPLOY.sh && ./DEPLOY.sh $ python3 unfoldV3.py --check-deps # Memory analysis $ python3 unfoldV3.py memory.dmp --scan triage --html -o report.html # Disk analysis $ python3 unfoldV3.py disk.dd --scan-disk ctf --html -o disk.html