Skip to content

arector327/PostGrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostGrok

A Python tool that thoroughly understands PostgreSQL. The purpose of this tool is to carve PostGreSQL rows from a flat, binary file. This includes Raw/DD forensic images.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need three external modules to run PostGrok:

  1. XLSXWriter (pip install xlsxwriter)
  2. Six (pip install six)
  3. Vivisect (Download mirror from Willi Ballenthin's GitHub, and install. https://github.com/williballenthin/vivisect-vstruct)

Installing

After cloning this repository to your local machine, run "python setup.py", this will install PostGrok to your system so you can exectue from anywhere on your systemm.

Liscense

Licensed under the Apache License, Version 2.0 (the "License"); See LICENSE.md file for details.

Authors

Andrew Rector Email: andrew.rector@mandiant.com Twitter: @andy_rektor

About

A Python tool that thoroughly understands PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages