Giter Club home page Giter Club logo

pyfuzz2's Introduction

PyFuzz2

This toolset is a fuzzing framework, you can use it to fuzz-test software on multiple machines. It consists of a client and a server component. The clients are able to run in network and single mode. The main difference is in network mode you can use the servers web frontend to change the config of your clients and all crashes are send to the server and collected by image name (but there is much to do in order to make the whole web frontend more functional). I used these tools to fuzz browsers and I got multiple crashes on the major ones (chrome, iexplore, firefox), but nothing security relevant. My fuzzer for browsers is included in the client part. The reducer for javascript parts is also included. A css and html reducer is on the todo list. There is also a real dump bytemutation fuzzer included. You can easily add your own fuzzer, all you have to do is inherit from fuzzing.fuzzer and implement all the necessary methods. After this you add your fuzzer to the dictionary in fuzzing.fuzzers. Now you can use your own fuzzer.

For the client/server you need the following modules and software installed: * WinDbg * PyKd * Gevent

Both software parts are configured via xml files. The config-files show some possible values and example of how to config the client/server.

You should never use this software in open networks (e.g. internet) there are no checks implemented to identify corrupted data and no login is required to access the web-frontend!

pyfuzz2's People

Contributors

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