x32x01
  • by x32x01 ||
In this detailed tutorial we are going to learn digital forensic using our Kali Linux machine. Today we are going to recover permanently deleted or lost files using foremost forensic tool even it can recover files from formatted media drives.

Foremost is a forensic tool that can recover lost files based on their headers, footers and internal data structures. Foremost can recover data from flash drives like hard disks, pen drives, memory cards etc.

It can recover images files, video files, exe files, pdf files, office files, etc, even it can also recover those files which can generated by application like dd, Encase, safeback. This tool is very effective for forensic use like recover any data from criminal's pen drive.
FOREMOST - Recover Permanently Deleted Files Easily in Kali Linux
Foremost is a command line tool, it previously comes pre-loaded with Kali Linux. But now we have to install it by applying following command:
Code:
sudo apt-get install foremost

Now we check the help of foremost tool by using following command:
Code:
foremost -h

The screenshot of the command is following:
Screenshot from 2019-09-27 20-15-48.png
Using those options we can easily recover important files from our data storage.

Let we connect our pen drive in our system. There are some files in our USB drive.
Screenshot from 2019-09-28 08-33-31.png
There are 3 image files, a video file and a pdf file. Now we delete those files from our drive.

Then we come on on trash folder and remove those files from trash folder also.
Screenshot from 2019-09-28 08-33-54.png
Now those files are permanently deleted, or we can use Shift+Delete key to delete them permanently.

Okey, now it's time to recover our permanently deleted data. To recover our permanently deleted data from pen drive we need to know our pen drive's disk path by opening terminal window and applying following command:
Code:
fdisk -l
The screenshot of the command is following:
Screenshot from 2019-09-28 08-42-03.png
Here we can see our pen drive's location is /dev/sdb and the main partition of our pen drive is /dev/sdb1. This /dev/sdb1 is the memory storage partition. We can copy this path(/dev/sdb1) or just remember this.

Now we run the recovery process by entering following command:
Code:
foremost -t jpg,pdf,mp4 -v -q -i /dev/sdb1 -o /root/Desktop/recovered

The screenshot of this command is following:
Screenshot from 2019-09-28 09-03-35.png
In this above command we use -t flag to specify file types if we did not use this, foremost will recover all known file types, and we choose -v for verbose mode,this mode will display all the process in screen. We choose the -q for quick mode, -i is for input devices in our case our input device is our pen drive and the path is /dev/sdb1 . We have also chosen -o, -o is to set the output directory. That means where we want to keep our recovered files. Here we choose recovered folder in our Desktop.

This process will take time because it will analyze the entire disk, small size disks can recovered very quickly. It also take time if we are recovering many data or we are not in quick mode.

If the deleted files are overwrite by other files then we may get trouble to recover, those deleted files and may we got corrupted files. Now we check our recovered folder in Desktop.
Here we have successfully recovered our deleted data in our pen drive.
Screenshot from 2019-09-30 08-19-22.png
Not in only digital forensic we can use this free tool to recover data for our personal uses, like we can recover data from our camera memory card or any other flash drives. We will got many paid tools for this job but when we have a very powerful free tool then why we pay for recovery tools. So we have learned how to use foremost in Kali Linux and recover permanently deleted data. Will this tutorial was helpful ? For any questions or problem fell free to ask, we always happy to help you. Let comment how much you liked this tutorial ?
 

Similar Threads

x32x01
Replies
0
Views
93
x32x01
x32x01
x32x01
Replies
0
Views
83
x32x01
x32x01
x32x01
Replies
0
Views
135
x32x01
x32x01
x32x01
Replies
0
Views
119
x32x01
x32x01
x32x01
Replies
0
Views
136
x32x01
x32x01
TAGs: Tags
recover deleted files recover permanently deleted files

Register & Login Faster

Forgot your password?

Latest Resources

Forum Statistics

Threads
517
Messages
518
Members
45
Latest Member
Tacola
Back
Top