Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Forensics

What is it?

With Forensic challenges, you will often be trying to find information hidden in different types of files such as image, audio, and network traffic files. You will often have to use scripts and tools in order to find and extract the flag.

Topics

  • File format analysis
  • Steganography
  • Network packet capture analysis
  • Memory dump analysis

Tools

  • exiftool
  • binwalk
  • grep
  • python
  • autopsy
  • foremost
  • volatility

Sites