This commit is contained in:
vanhauser-thc 2021-12-09 14:35:31 +01:00
parent 9063002af2
commit def386ae43

View File

@ -570,7 +570,7 @@ its name is unique, hence the recommendation for `-M main-$HOSTNAME`.
Now there are three strategies on how you can sync between the servers: Now there are three strategies on how you can sync between the servers:
* never: sounds weird, but this makes every server an island and has the chance * never: sounds weird, but this makes every server an island and has the chance
the each follow different paths into the target. You can make this even more that each follow different paths into the target. You can make this even more
interesting by even giving different seeds to each server. interesting by even giving different seeds to each server.
* regularly (~4h): this ensures that all fuzzing campaigns on the servers "see" * regularly (~4h): this ensures that all fuzzing campaigns on the servers "see"
the same thing. It is like fuzzing on a huge server. the same thing. It is like fuzzing on a huge server.