mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
add helper script repo
This commit is contained in:
parent
f810639ab1
commit
5ecc4ae0ab
@ -700,14 +700,15 @@ Distributed execution:
|
|||||||
* [afl-in-the-cloud](https://github.com/abhisek/afl-in-the-cloud) - another script for running AFL in AWS.
|
* [afl-in-the-cloud](https://github.com/abhisek/afl-in-the-cloud) - another script for running AFL in AWS.
|
||||||
|
|
||||||
Deployment, management, monitoring, reporting
|
Deployment, management, monitoring, reporting
|
||||||
|
* [afl-utils](https://gitlab.com/rc0r/afl-utils) - a set of utilities for automatic processing/analysis of crashes and reducing the number of test cases.
|
||||||
* [afl-other-arch](https://github.com/shellphish/afl-other-arch) - is a set of patches and scripts for easily adding support for various non-x86 architectures for AFL.
|
* [afl-other-arch](https://github.com/shellphish/afl-other-arch) - is a set of patches and scripts for easily adding support for various non-x86 architectures for AFL.
|
||||||
* [afl-trivia](https://github.com/bnagy/afl-trivia) - a few small scripts to simplify the management of AFL.
|
* [afl-trivia](https://github.com/bnagy/afl-trivia) - a few small scripts to simplify the management of AFL.
|
||||||
* [afl-monitor](https://github.com/reflare/afl-monitor) - a script for monitoring AFL.
|
* [afl-monitor](https://github.com/reflare/afl-monitor) - a script for monitoring AFL.
|
||||||
* [afl-manager](https://github.com/zx1340/afl-manager) - a web server on Python for managing multi-afl.
|
* [afl-manager](https://github.com/zx1340/afl-manager) - a web server on Python for managing multi-afl.
|
||||||
* [afl-remote](https://github.com/block8437/afl-remote) - a web server for the remote management of AFL instances.
|
* [afl-remote](https://github.com/block8437/afl-remote) - a web server for the remote management of AFL instances.
|
||||||
|
* [afl-extras](https://github.com/fekir/afl-extras) - shell scripts to parallelize afl-tmin, startup, and data collection.
|
||||||
|
|
||||||
Crash processing
|
Crash processing
|
||||||
* [afl-utils](https://gitlab.com/rc0r/afl-utils) - a set of utilities for automatic processing/analysis of crashes and reducing the number of test cases.
|
|
||||||
* [afl-crash-analyzer](https://github.com/floyd-fuh/afl-crash-analyzer) - another crash analyzer for AFL.
|
* [afl-crash-analyzer](https://github.com/floyd-fuh/afl-crash-analyzer) - another crash analyzer for AFL.
|
||||||
* [fuzzer-utils](https://github.com/ThePatrickStar/fuzzer-utils) - a set of scripts for the analysis of results.
|
* [fuzzer-utils](https://github.com/ThePatrickStar/fuzzer-utils) - a set of scripts for the analysis of results.
|
||||||
* [atriage](https://github.com/Ayrx/atriage) - a simple triage tool.
|
* [atriage](https://github.com/Ayrx/atriage) - a simple triage tool.
|
||||||
|
@ -119,10 +119,18 @@ Simplifies the triage of discovered crashes, start parallel instances, etc.
|
|||||||
|
|
||||||
https://github.com/rc0r/afl-utils
|
https://github.com/rc0r/afl-utils
|
||||||
|
|
||||||
|
### AFL crash analyzer (floyd)
|
||||||
|
|
||||||
Another crash triage tool:
|
Another crash triage tool:
|
||||||
|
|
||||||
https://github.com/floyd-fuh/afl-crash-analyzer
|
https://github.com/floyd-fuh/afl-crash-analyzer
|
||||||
|
|
||||||
|
### afl-extras (fekir)
|
||||||
|
|
||||||
|
Collect data, parallel afl-tmin, startup scripts.
|
||||||
|
|
||||||
|
https://github.com/fekir/afl-extras
|
||||||
|
|
||||||
### afl-fuzzing-scripts (Tobias Ospelt)
|
### afl-fuzzing-scripts (Tobias Ospelt)
|
||||||
|
|
||||||
Simplifies starting up multiple parallel AFL jobs.
|
Simplifies starting up multiple parallel AFL jobs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user