GithubHelp home page GithubHelp logo

rabimba / stupid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from debasishm89/stupid

0.0 2.0 0.0 208 KB

The dumbest file format fuzzer in the whole world.Written in Python and it uses PyDBG.

Python 100.00%

stupid's Introduction

Stupid v0.1 - The dumbest file format fuzzer in the whole world

Stupid was developed in late 2011 to automate fuzzing of different file formats( mainly Music/Video Players etc).

Licence

This software is licenced under BEER WARE licence although the following libraries are included with Stupid and are licensed separately.

"THE BEER-WARE LICENSE" (Revision 42):

Alt text

Debasish Mandal <debasishm89 [at] gmail.com> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

Running this Fuzzer

Stupid was developed and tested with Python 2.7(x86). So it's recommended to use the same version of python. Also make sure pydbg(x86) installed on the system.

Alt text

You need to provide the target application binary path (.exe) and at least one base file to run this fuzzer. You can to modify the configuration section of "stupid.py" as per your requirement.

Test Case Generation

mutate() routine is responsible for generating test cases from given bases files. It has two sub parts

  • Bitflip
  • Random Byte Flip

You may want to change / modify these functions to make this fuzzer more effective. ;)

Monitoring

To monitor target application for different types of crashes (access violation), Stupid uses pydbg(Python debugger). Also it uses utils of https://github.com/pedramamini/paimei framework to collect crash information which can be used later to identify interesting app crashes.

Reprducing Crashes

Crash files and crash information can be found in "Crashes" folder which can be used to reproduce app crashes.

Sample Crash Synopsis File

Alt text

Bug Fixes/Thanks/Hate Emails

Send them to debasishm89 [at] gmail.com

Cheers

Happy Fuzzing

Debasish Mandal (http://www.debasish.in)

stupid's People

Contributors

debasishm89 avatar

Watchers

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