GithubHelp home page GithubHelp logo

unbaiat / tcdiscover Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

Python script used to discover possible Truecrypt containers in DD images

Home Page: https://theevilbit.blogspot.ro/p/my-tools.html

License: GNU General Public License v3.0

Python 100.00%

tcdiscover's Introduction

tcdiscover

Python script used to discover possible Truecrypt containers in DD images

Brief Description

TCDiscover is a python script that uses entropy calculations to find possible Truecrypt/encrypted containers on a .DD harddrive image.

The script will output the sector offset and the sector length to easily carve out the suspected container with a tool like dd.

We are fully aware that it is theoretically impossible to prove that a block of random-looking data is or is not a Truecrypt volume, short of decrypting it with the correct password. Our goal is to identify block sections that present reasonable suspicion of being Truecrypt containers by finding contiguous block runs of data where each block is over a certain entropy calculation.

For more information, please see: https://secure.wikimedia.org/wikipedia/en/wiki/TrueCrypt#Identifying_TrueCrypt_volumes

Usage:


Usage: ./tcdiscover.py -d

optional flags: -e -s -b -c -o -l ```

Example output:

``` ./tcdiscover.py -i case1.dd

Searching for contiguous block runs in case1.dd with options: 
entropy limit: 7.0 minimum container size (bytes): 4194304 block size (bytes): 512 offset (blocks): 0 length after offset (blocks): 8388599

Potential TrueCrypt containers (units in blocks):

start:887151, len:21609
start:2360059, len:20400
start:3095287, len:25690
start:5639497, len:24420
start:6265969, len:20420
total time: 0:04:35.563749 ```

tcdiscover's People

Contributors

unbaiat avatar

Watchers

 avatar

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.