Git Product home page Git Product logo

trex's Introduction

TRex

A steganography image-muncher (well, workflow tool)

TRex is a steganography workflow tool based on *NIX commands (file, strings, binwalk), analysis tools (stegoVeritas, stegocracker), and techniques (header fixes, PKZIP isolation) to streamline steganography image file analysis.

USAGE: TRex filename [-q] [-r]

-q runs stegcracker using the quick self-generated wordlist (from filename and strings output)

-r runs stegcracker using the rockyou wordlist

-? or --help displays this usage information

Results can be found in the local directory named after the analysed file

Requires: stegoVeritas available at github/bannsec/stegoVeritas

Requires: stegcracker available at github/Paradoxis/stegcracker

PROCESS:

Creates an output directory named after the target file without extension

Runs the file through file

Checks for EXIF data

If the file type identified by file is PNG, runs the file through pngcheck

If the pngcheck indicates a bad CRC check, replaces the bad CRC with the expected CRC

If the file contains the PKZIP header, runs the file through binwalk to identify the index of any PKZIP headers.

Isolates possible PKZIP files from binwalk indices

Runs the file through stegoVeritas LSB analysis

If the quick wordlist option was selected, creates the quick wordlist using the filename, strings from the file, and base64 and base32 decoded versions of those strings, then runs the file through stegcracker

If the rockyou wordlist option was selected, checks to see that the rockyou.txt wordlist is present in the expected /usr/share/wordlists/ folder, then runs the file through stegcracker

trex's People

Contributors

drewadwade 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.