Coder Social home page Coder Social logo

adulau / dcfldd Goto Github PK

View Code? Open in Web Editor NEW
66.0 5.0 6.0 202 KB

dcfldd - enhanced version of dd for forensics and security

Home Page: http://adulau.github.com/dcfldd/

License: GNU General Public License v2.0

C 80.57% Shell 10.69% Makefile 6.83% M4 0.13% Roff 1.78%
forensics dfir disk-image acquisition incident-response

dcfldd's Introduction

dcfldd

dcfldd is a modified version of GNU dd. The major features added are hashing, fast disk wiping (through patterns) and status output.

dcfldd was originally created by Nicholas Harbour from the DoD Computer Forensics Laboratory (DCFL). Nick Harbour still maintains the package, although he is no longer affiliated with the DCFL.

Send any feature requests or ideas to the author at [email protected].

dcfldd on GitHub

On https://github.com/adulau/dcfldd/, this is the latest version of http://dcfldd.sourceforge.net/ (1.3.4-1) including Debian patches and some additional patches from Alexandre Dulaunoy https://github.com/adulau.

dcfldd usage

dcfldd if=/dev/sda hash=md5,sha256 hashwindow=20G md5log=md5.txt sha256log=sha256.txt \
       hashconv=after bs=512 conv=noerror,sync split=20G splitformat=aa of=sda.dd

dcfldd's People

Contributors

adulau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dcfldd's Issues

segfault when using errlog argument

dcfldd if=/dev/zero of=test.raw bs=1 count=512 errlog=error.log
512 blocks (0Mb) written.
512+0 records in
Segmentation fault (core dumped)

Known issues

  1. Data becomes misaligned when a faulty sector is encountered on a source drive. NIST report, upstream patch.

  2. An infinite loop when a faulty sector is encountered on a source drive (data is written to an output file until there is no space left). I observed this bug in dcfldd long ago (2014), I can't identify the buggy piece of code (it's hard to reproduce). Possibly related to the previous bug.

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.