PositiveDeltaS / FCapture

Forensics collection tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F-Capture : Windows Data Aggregation Forensic Tool

Features

All included scripts are enabled by default.

Summary

F-Capture is series of scripts that aggregate data from modern windows PCs. Gathered data may include : memory imaging, swap files, recycling bin, and more. Information gathered is intended to be used in forensic analysis. F-Capture, written for Portland General Electric Incident Response Team, served as the capstone project for F-Capture Team from Portland State University. F-Capture Team, comprised of eight student software engineers, gathered requirements, met with clients, designed the program, and wrote the code. Agile was used as the method of project organization and development.

Usage

Run on cmd: csc YourPath/FCapture/Data/Resources/Make_FCAP_exe.cs

  1. Permissions

    • Allow Windows Powershell to run.
  2. Warning Screen

    • Accept the terms on the warning screen.
  3. Output Directory

    • Choose output directory that is not on the same drive. All of the copied data will be extracted and stored onto the selected drive.
  4. Advanced Options

    • Choose which Powershell scripts to execute during the data aggregation duration.
  5. Press Go

    • Execute selected scripts.

OR

Usage

Download F-Capture.exe and Run : YourPath/F-Capture.exe

  1. Permissions

    • Allow Windows Powershell to run.
  2. Warning Screen

    • Accept the terms on the warning screen.
  3. Output Directory

    • Choose output directory that is not on the same drive. All of the copied data will be extracted and stored onto the selected drive.
  4. Advanced Options

    • Choose which Powershell scripts to execute during the data aggregation duration.
  5. Press Go

    • Execute selected scripts.

Technologies :

Powershell, C#, Trello, Slack, Git, HTML, Batch

About

Forensics collection tool

License:MIT License


Languages

Language:PowerShell 90.8%Language:HTML 4.3%Language:Batchfile 3.7%Language:C# 1.1%