1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: rifiuti2
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Giovani Augusto Ferreira <giovani@debian.org>
Build-Depends: debhelper-compat (=13), libglib2.0-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://abelcheung.github.io/rifiuti2
Vcs-Browser: https://salsa.debian.org/pkg-security-team/rifiuti2
Vcs-Git: https://salsa.debian.org/pkg-security-team/rifiuti2.git
Package: rifiuti2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: replacement for rifiuti, a MS Windows recycle bin analysis tool
Rifiuti2 analyses recycle bin files from Windows. Analysis of Windows
recycle bin is usually carried out during Windows computer forensics.
.
Rifiuti2 can extract file deletion time, original path and size of deleted
files and whether the deleted files have been moved out from the recycle
bin since they are trashed.
.
Rifiuti2 is a rewrite of rifiuti, which is originally written for identical
purpose. Then it was extended to cover more functionalities, such as:
.
* Handles recycle bin up to Windows 10;
* Handles ancient Windows like 95, NT4 and ME;
* Supports all localized versions of Windows - both Unicode-based ones
and legacy ones (using ANSI code page);
* Supports output in XML format as well as original tab-delimited text.
.
Rifiuti2 is designed to be portable and runs on command line environment. Two
programs rifiuti and rifiuti-vista are chosen depending on relevant Windows
recycle bin format.
|