Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 513 Bytes

forensics.md

File metadata and controls

executable file
·
15 lines (11 loc) · 513 Bytes

FORENSICS

Sleuthkit

  • sleuthkit commands
  • always check the offset with mmls command
  • sudo mount -o loop,offset=9437184 disk_image.img /mnt/iso ~ mount iso img with offset
  • or option2 (better imho):
    • udisksctl loop-setup --file disk.img ~ this will create loop devices in /dev/loopX
    • then mount partitions as usual drive
    • to unomount, use flags -f -l

Pdfgrep

  • is another fancy tool to grep text in pdf files