Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 355 Bytes

Forensics.md

File metadata and controls

14 lines (11 loc) · 355 Bytes

Forensics

  • file <file>: determines the type of the file
  • binwalk -e <file>: extracts hidden files
  • steghide info <file>: stego in images
  • strings <file>: prints the strings in the file
  • tar -xvf <file>: untars the tar file
  • exiftool <file>: prints metadata

Binaries

  • ltrace and strace
  • strings
  • ghidra