HOW TO RECOVER DELETED FILES
HOW TO RECOVER DELETED FILES
Hello guys!!!
Welcome back…
Have you ever suffered from a situation when you got your important files deleted and you needed them most…
That feeling sucks…
Today I am going to show you how to recover your deleted files from your Flash drive, SD Card or HHD, so lets get started…
The tool I am going to show you today is calledforemost. It comes preinstalled in kali, so fire up your kali machine and connect your Flash Drive or SD Card to your computer. Now open a terminal window and type:
fdisk –l
to list all devices connected to your computer. Now look for your device, you can find your device with the size of your device.
The output of this command will be something like this:
i.e
Device Start End Sectors Size Type
/dev/sdb2 411648 782950 7417856 3.6G Microsoft basic data
Copy the device name /dev/sdb2 .
Now open another terminal and type:
foremost –t jpg,exe,mp4,zip –q –i /dev/sdb2 –o /root/Desktop/recover
press enter
Tool syntax :
foremost –t (which type of data you want to recover) –q (for quick mode) –i (device or image file path) –o (output directory path)
Now the process will begin, it will take time according to your device size.
A folder of name “recover” will be created on Desktop and your recovered data will be in that folder.
great work
ReplyDeleteGood work!!!
ReplyDelete