Skip to content

Cyber-Security-Association-SJCET/File-Carver

 
 

Repository files navigation

Creating test filesystem

touch test.iso
sudo dd if=/dev/zero of=./test.iso bs=1024 count=1048576 status=progress
cfdisk test.iso

Then add a Linux Partition

sudo losetup -fP ./test.iso
sudo mkfs.btrfs /dev/loop0p1
sudo mkdir /mnt/test
sudo mount /dev/loop0p1 /mnt/test

Then start creating files like it's any other drive.

Making the data dump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%