![]() |
VOOZH | about |
Forensics tools are specialized software used to extract, analyze and interpret digital evidence from systems, files and networks during cyber investigations. They help security professionals reconstruct incidents, understand attack methods and recover critical information, making them essential in handling modern threats like malware, ransomware and data breaches.
Binwalk is a powerful tool used for analyzing and extracting embedded files and executable code from binary images and firmware files. It is widely used in reverse engineering and malware analysis.
Command:
binwalk -h
Output:
👁 binwalk tool in linuxBulk Extractor is used to scan disk images and files to extract useful forensic artifacts such as emails, URLs, credit card numbers and other sensitive data.
Command:
bulk_extractor Output:
👁 bulk_extractor_toolp0f is a passive network analysis tool used to identify system information from captured network traffic without actively interacting with the target system.
Command:
p0f -hOutput:
👁 p0f tool in kali linuxAutopsy is a graphical digital forensics platform used for analyzing disk images and recovering deleted files. It is widely used in law enforcement and cybersecurity investigations.
Usage Steps:
Command:
autopsyhttp://localhost:9999/autopsyOutput:
👁 autopsy1http://localhost:9999/autopsyOutput:
👁 autopsy2John the Ripper is a password-cracking tool used in forensic investigations to test the strength of passwords and recover lost credentials.
Command:
johnOutput:
👁 john-the-ripper