GithubHelp home page GithubHelp logo

radizzle / bulk_extractor-rec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4n6ist/bulk_extractor-rec

0.0 0.0 0.0 37.31 MB

It is based on bulk_extractor (https://github.com/simsong/bulk_extractor) and add scanners for record carving

Home Page: https://www.kazamiya.net/bulk_extractor-rec/

License: Other

Shell 9.52% C++ 42.98% Python 6.36% Perl 0.07% C 10.85% Java 17.89% TeX 1.74% Makefile 0.93% HTML 3.49% NSIS 0.60% Lex 1.83% M4 2.83% Rich Text Format 0.90%

bulk_extractor-rec's Introduction

Bulk Extractor with Record Carving (bulk_extractor-rec)

This repository is based on bulk_extractor, and specialized in developing record carving scanners. Stable scanners in this repository have been committed to official repository. If you need stable version, I recommend to get from official bulk_extractor.

Current scanners I have developed:

  • evtx - EVTX file and EVTX chunks (with generated file header)
  • ntfsindx - $INDEX_ALLOCATION record (INDX)
  • ntfslogfile - $LogFile record (RSTR/RCRD)
  • ntfsmft - $MFT record (FILE)
  • ntfsusn - $UsnJrnl:$J record (USN_RECORD_V2/V3/V4)
  • utmp - wtmp/btmp record (utmp)

Ready to build

The following procedure works on Fedora 31 or above.

Install required package

sudo dnf update
sudo dnf groupinstall development-tools
sudo dnf install flex zlib-devel
sudo dnf install libxml2-devel compat-openssl10-devel tre-devel bzip2-devel libtool gcc-c++
sudo dnf install libewf-devel afflib-devel sqlite-devel --skip-broken
sudo dnf install java-1.8.0-openjdk-devel

Git

git clone --recursive https://github.com/4n6ist/bulk_extractor-rec.git
cd bulk_extractor-rec

Build

Linux

sh bootstrap.sh
./configure
make
sudo make install

Windows (exe)

cd src_win
./CONFIGURE_F31.bash
make

Documentation & Download

Documentation for record carving and binary are available at https://www.kazamiya.net/bulk_extractor-rec/

bulk_extractor-rec's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.