Skip to content

Latest commit

 

History

History
86 lines (52 loc) · 1.63 KB

README.md

File metadata and controls

86 lines (52 loc) · 1.63 KB

ResQ Data

It is an open-source cross-platform data recovery tool based on The Sleuth Kit made in IIT Bombay TrustLab FOSSx Summer of Code.

Logo

Run Locally

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

Future Improvements

  • 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

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot