Coder Social home page Coder Social logo

fuzzah / fuzzaide Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 5.0 188 KB

collection of helper tools for fuzzing

License: MIT License

Makefile 0.41% C 3.21% Python 89.84% AutoIt 2.40% HTML 0.99% Dockerfile 3.15%
fuzzing appverif appverifier applicationverifier fuzzah afl winafl fuzz patchfuzz libpatchfuzz

fuzzaide's Introduction

fuzzaide

collection of helper tools for fuzzing

tools

Fuzzing automator fuzzman, WinAFL and Application Verifier crashes minimizer appverif-minimize.py, unique files extractor dupmanage and other tools useful in daily fuzzing tasks. Python 3 compatible.
Visit tools directory for more information.

Note: the last working Python 2 version is in the py2 branch, and the py2_no_setup branch has tools in their single-file form, which require no installation. For both the minimal python version is 2.6. These are not supported and only kept here for ancient systems with no updates available.

libs

Short descriptions are given below.
Visit libs directory for more info.

libexit

LD_PRELOAD this simple lib to force application exit after specified time with specified exit code.
Used to exit closed source binaries running in infinite loop after feeding them fuzzed input with tools like AFL.

libpatchfuzz

EXAMPLE / TEMPLATE library for fuzzing closed-source binaries with use of hooking and patching techniques.
Idea: LD_PRELOAD to your tested app, hook code that acquires input buffer data, replace data in buffer with data from stdin.

fuzzaide's People

Contributors

fuzzah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fuzzaide's Issues

python installation is broken

After pip install . this happens:

$ fuzzman -h
Traceback (most recent call last):
File "/home/user/git/fuzzaide/.venv/bin/fuzzman", line 5, in <module>
from fuzzaide.tools.fuzzman.fuzzman import main
ModuleNotFoundError: No module named 'fuzzaide.tools'

Temporary workaround is to install the package in editable mode:

python3 -m venv .venv
. .venv/bin/activate
pip install -e .[all]

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.