File/Data Carving & Recovery Tools
最后更新于
sudo apt install binwalk #Insllation
binwalk file #Displays the embedded data in the given file
binwalk -e file #Displays and extracts some files from the given file
binwalk --dd ".*" file #Displays and extracts all files from the given filesudo apt-get install foremost
foremost -v -i file.img -o output
#Discovered files will appear inside the folder "output"sudo apt-get install scalpel
scalpel file.img -o outputbulk_extractor memory.img -o out_folder