Kali's Forensics mode boots WITHOUT mounting any drives — preserving all evidence for legal investigation.
At the GRUB menu, select "Live (forensic mode)". This ensures:
# Create forensic image of a drive
sudo dd if=/dev/sda of=/evidence/disk.img bs=4M status=progress
# Verify integrity
md5sum /dev/sda
md5sum /evidence/disk.img# Recover deleted files
sudo apt install foremost scalpel testdisk -y
foremost -i disk.img -o /recovered/
photorec disk.img # Recover photos, videos, documentsvolatility -f memory.dmp imageinfo
volatility -f memory.dmp --profile=Win10 pslist # Running processes
volatility -f memory.dmp --profile=Win10 hashdump # Password hashes
volatility -f memory.dmp --profile=Win10 netscan # Network connectionsSubscribe to ONLY4YOU and get hands-on access to 40+ premium courses — Ethical Hacking, Kali Linux, Metasploit, Network Hacking, Bug Bounty & more!