diff options
author | Jack Lloyd <[email protected]> | 2018-04-12 12:11:44 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-12 12:11:44 -0400 |
commit | cd48c9ac47c700f69ca9b7900ace0ea47373535d (patch) | |
tree | 9085129ee6ff890dd4781424ce08bc103d98d197 /doc/manual | |
parent | 25de1f6a94983134e70b1cdbc5ceb226039623ae (diff) |
Correct name of script [ci skip]
Diffstat (limited to 'doc/manual')
-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 |