Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 550 Bytes

File metadata and controls

22 lines (16 loc) · 550 Bytes

Example Forensic Scripts

Example scripts in different languages automating forensic processes. Each script is highly-commented as a learning guide for beginners. Note that these scripts are learning tools and should not be deployed without edits and testing.

These scripts are built around SuspectData.dd a raw logical disk image file.

Concepts

  1. Language requirements
  2. Comments / headers
  3. Variables
  4. Reading files
  5. If statements
  6. Functions
  7. Loops
  8. Exiting

Languages

  • Shell (Bash) - Example_Forensic_Bash_Script.sh