mrtan-official/forensics-tool — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line forensics tool based on this repo idea. I want one simple tool that can help someone investigate files without needing a bunch of separate programs.
It should let me point it at a folder, a disk image, or a memory dump, then run useful checks from one command. For filesystem analysis, show basic file details, suspicious names, timestamps, hidden files, and anything that looks worth reviewing. For memory extraction, pull readable strings and basic artifacts from a memory file. For file carving, try to recover common file types from raw data and save them somewhere easy to inspect.
Please make it simple to run, with a clear help screen, sensible flags, progress messages, and friendly errors. Save all results into an output folder with a plain text summary report so a beginner can understand what happened. The README is tiny, so use practical defaults and look up current docs online if you need to.
Want more depth? Deep Reverse