RecuperaBit icon indicating copy to clipboard operation
RecuperaBit copied to clipboard

A tool for forensic file system reconstruction.

Results 42 RecuperaBit issues
Sort by recently updated
recently updated
newest added

process commands using shlex instead of simple space-based split. (To handle spaces/quotes/...)

fix #9 based on (and replace) #129 Things like: - **output redirection**, eg: `recoverable > /tmp/a.txt` become possible (for any other command) - **piping**, eg: `locate ... | grep foobar`...