Giter VIP home page Giter VIP logo

aplos's Introduction

Aplos Fuzzer

build status

A simple straight-to-the-point fuzzer for Windows binaries.

About The Project

This tool is meant to be an educational tool allowing researchers and security enthusiasts to start playing with fuzzing without having to use their brain. The tool provides an extremely basic interface that takes a target and an initial testcases folder as arguments and starts running a fuzzing campaign.

Why another fuzzer ?

  • Aplos fuzzer is meant to be a good reference for people without fuzzing knowledge that want to start playing with fuzzers.
  • This documentation is meant to explain the core concepts of fuzzing, allowing researchers to rapidly gain knowledge about the pros and cons of this technique.
  • It works, as simple as it sounds, and it matters. Sometimes having to tweak complex tools for hours is blocking newcomers from trying out fuzzing.

Of course, this project has absolutely no pretension to replace any state-of-the-art fuzzer. On the contrary, it should be a solid foundation for you to grasp the core concept of the fuzzing techniques and then start playing with other tools later.

Installation

  1. Download the latest release.
  2. Extract the folder.
  3. Profit!

Usage


Start the fuzzer using the following syntax:

Aplos.exe -t {TARGET PROGRAM} -i {INPUT FOLDER} -e {EXTENSIONS} -D (OPTIONAL) {DELAY TIMEOUT}`
  • -t, --target: The path the target program you want to fuzz.
  • -i, --input: The input folder containing your testcases.
  • -e, --extension: The extensions your mutated file should use.
  • -D, --delay: The delay in ms for the target program to be executed then close (default = 1000).

Going further

As explained in this documentation, this tool is meant to be educative and help researchers learn and enjoy playing with fuzzers. Once you feel comfortable, we invite you to try any of those wonderful projects:

Dependencies

This project is only possible because of the (great) work other people have provided.

  • The mutation engine used: Radamsa
  • The CLI argument parser used: CLI11

Contributing

Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

That being said, this project will still be improved and modified over time. People are more than welcome to contribute with one very important philosophy: it must stay simple to use.

Roadmap

  • Add instrumentation to record coverage.
  • Allow persistent mode.
  • Integrate AFL like mutation engine. See the open issues for a full list of proposed features (and known issues).

Acknowledgment

Short (non-exhaustive) list of amazing people and project that inspired me during this project.

Authors

Author: @2ourc3

(back to top)

aplos's People

Contributors

20urc3 avatar vsimpro avatar 90th 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.