diff options
-rw-r--r-- | doc/manual/fuzzing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/fuzzing.rst b/doc/manual/fuzzing.rst index ac9227e94..0aceaf29b 100644 --- a/doc/manual/fuzzing.rst +++ b/doc/manual/fuzzing.rst @@ -61,7 +61,7 @@ To run it against Botan's server:: $ ./configure.py --with-sanitizers $ make botan - $ ./src/scripts/run_tls_fuzzer.py ./botan ./botan-ci-tools + $ ./src/scripts/run_tls_attacker.py ./botan ./botan-ci-tools Output and logs from the fuzzer are placed into `/tmp`. See the TLS-Attacker documentation for more information about how to use this |