Tools and Utilities
Here are some tools and utilities commonly used for practices related to digital forensics:
Pdfinfo
Used to extract metadata of Portable Document Format (PDF) files
Commands
Installation
sudo apt install poppler-utilsRead the metadata of a PDF file
pdfinfo $pdffilenameExifTool
Used to extract Metadata from files, especially images
Commands
Install
sudo apt install exiftoolRead EXIF data
Steghide
Stenography tool that is used to hide data within images and audio files, and also to recover hidden data embedded in files
Commands
Install
Handle embedded data
unPacker
Used to unpack or deobfuscate JavaScript code
d4js
Used to deobfuscate JavaScript code
deobfuscate.io
Also used to deobfuscate JavaScript code
obfuscator.io
Used to obfuscate JavaScript code
Obfuscator.io Deobfuscator
Tool to deobfuscate JavaScript code specifically done with obfuscator.io
Shred
Used to delete and overwrite drive or file information in Linux
Commands
Install
Usage
SDelete
A tool to delete and overwrite drive or file information in Windows
FOCA
Fingerprinting Organization with Collected Archives is a tool designed to find metadata and hidden information in documents, analyzing websites as well as Microsoft Office, Open Office, PDF, and other documents
Last updated