Coder Social home page Coder Social logo

0xricksanchez / afl_runner Goto Github PK

View Code? Open in Web Editor NEW
41.0 3.0 5.0 4.01 MB

Scaling best-practice AFLPlusPlus fuzzing campaigns made easy

Home Page: https://crates.io/crates/afl_runner

License: Apache License 2.0

Rust 96.87% Shell 3.13%
afl aflplusplus fuzzer fuzzing multiprocessing multithreading tmux fuzz-testing pwn testing

afl_runner's Introduction

๐Ÿ’ซ About Me:

๐Ÿ”ญ Iโ€™m working on finding vulnerabilities and securing systems..
๐ŸŒฑ My self-improvement goal for 2023 is to further learn how to tame the Linux Kernel and find ways to break it
โš™๏ธ I'm trying to stay on top of the fuzzing game
๐Ÿ’ก I'd love to finish an in-depth educational fuzzer next
๐Ÿ‘ฏ Happy to collab on any cool fuzzing/exploitation ideas!
๐Ÿ“š Always trying to make time to blog about my infosec experiences

๐ŸŒ Socials:

Twitter
Mastodon
Protonmail
Discord

๐Ÿ’ป Tech Stack:

C Go Python Rust Shell Script Docker

๐Ÿ“Š GitHub Stats:


๐Ÿ’ฐ You can support me by buying me a coffee :)!

BuyMeACoffee

afl_runner's People

Contributors

0xricksanchez avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

afl_runner's Issues

Modularize message passing and TUI

The current implementation is very tightly coupled, which can make additions tough.
It would be nice to mostly decouple the message fetching/passing from the TUI component.

Maybe we can use LLMP here as well

Add tests

In particular, for the command-generation so that we can ensure the generated commands are within the expected limits.

Allow adding more new seeds to running instances

If you want to add new seeds to a fuzzing campaign, you can run a temporary fuzzing instance, e.g., when your main fuzzer is using -o out and the new seeds are in newseeds/ directory:

AFL_BENCH_JUST_ONE=1 AFL_FAST_CAL=1 afl-fuzz -i newseeds -o out -S newseeds -- ./target

So we just run a temporary instance for every new seed and need to ensure we're re-using the output directory of the running campaign

Add a `remote-run` dedicated flag

Should do the exact same as run but on >=1 given remote servers. When implementing we need to:

  1. Send all things to the remote (generated template, binaries, ...)
  2. Update binary paths in the template/commands depending on the decided remote location
  3. An updated health check
  4. decide where to run the TUI
  5. If we split to >1 server, decide on a corpora sync policy

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.