It is an open-source cross-platform data recovery tool based on The Sleuth Kit made in IIT Bombay TrustLab FOSSx Summer of Code.
Make sure you have The Sleuth Kit installed.
For Linux
sudo apt-get install sleuthkit
For MacOS
brew install sleuthkit
Clone the project
git clone https://github.com/The-x-35/resq-data
Go to the project directory
cd resq-data/
Get Sudo access
sudo su
Install dependencies
npm install
To start Development Environment
npm run start
To build production release
npm run build
npm run package
-
Add windows and Linux support (currently works on MacOS only)
-
fix the overflow in y on smalll devices
-
add animation in disk search of disk going and coming
-
implement specific icons based on the docs ( https://wiki.sleuthkit.org/index.php?title=Fls )
-
add specific icon for each file extension
-
in recovery page handle the errors correctly
-
show improved progress bar