PicoCTF - Sleuthkit Intro
26 Sep 2022picoCTF  
  
  
  Challenge
Tags
PicoCTF 2021 / Forensics / sleuthkit
Description
Description
Download the disk image and use mmls on it to find the size of the Linux partition. Connect to the remote checker service to check your answer and get the flag.
Note: if you are using the webshell, download and extract the disk image into /tmpnot your home directory.
- Download disk image
 - Access checker program: nc saturn.picoctf.net 52279
 
Prereguisite
mmls, which is a tool of sleuthkit used to display the partition layout of a volume system (partition tables).
Writeup
- Download the file.
    
wget https://artifacts.picoctf.net/c/114/disk.img.gz - Unzip.
    
gzip -d disk.img.gz - Display the partition layout of a volume system (partition tables).
    
mmls disk.img nc saturn.picoctf.net 52279and input202752.- Here’s flag ! 
picoCTF{mm15_f7w!}٩(^ᴗ^)۶