diff --git a/services/afl/launch-worker.sh b/services/afl/launch-worker.sh index ad592ae3..8cda224c 100755 --- a/services/afl/launch-worker.sh +++ b/services/afl/launch-worker.sh @@ -73,7 +73,7 @@ IdentityFile ~/.ssh/id_rsa.fuzzing-shells-private EOF fi -TOOLNAME="${TOOLNAME:-AFL-$FUZZER}" +TOOLNAME="${TOOLNAME:-AFL++-$FUZZER}" if [[ -n "$JSRT" ]] then if [[ ! -e fuzzing-shells-private ]]