Coder Social home page Coder Social logo

olivierh59500 / stegdetect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abeluck/stegdetect

0.0 1.0 0.0 1.81 MB

Stegdetect is an automated tool for detecting steganographic content in images.

Home Page: http://www.outguess.org/detection.php

License: Other

Makefile 1.23% C 51.22% Assembly 0.81% C++ 39.19% M4 0.12% Groff 1.88% Shell 4.31% Perl 0.07% SAS 0.43% Smalltalk 0.08% HTML 0.25% Module Management System 0.42%

stegdetect's Introduction

stegdetect

Stegdetect is an automated tool for detecting steganographic content in images.

URL: http://www.outguess.org/detection.php

This repo contains the 0.6 sources with compilation fixes for modern dev environments and Android (ARM).

Building on x86_64

To build on x86_64 you must prefix the commands with linux32, like so

    $ linux32 ./configure
    $ linux32 make

You can now run stegdetect from the local directory: ./stegdetect

Build for Android

This Android build is sort of fragile, there are many compile warnings.

You must set the environment variable NDK_BASE to the root location of your Android NDK.

    $ make clean
    $ make -f Makefile.android

Usage

Stegdetect does two types of F5 detection, simple and "slow". Simple merely looks for a comment in the header, which any savy coder has removed. This method is enabled with the "-tf" option.

The "slow" F5 detection is enabled with "-tF"

To run detection on a directory of JPEGs use:

    for img in `find /path/to/images/ -iname "*jpg"`; do
        ./stegdetect -tF $img;
    done

Android

    $ adb push stegdetect /data/local/tmp
    $ adb shell
        for img in `ls /sdcard/PixelKnot/*jpg`; do
            /data/local/tmp/stegdetect -tF $img
        done

License

Copyright 2002 Niels Provos [email protected]. See LICENSE for details.

stegdetect's People

Contributors

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