0xricksanchez / AFL_Runner

Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
https://crates.io/crates/afl_runner
Apache License 2.0
43 stars 5 forks source link

Add a `remote-run` dedicated flag #3

Open 0xricksanchez opened 5 months ago

0xricksanchez commented 5 months ago

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