🥷
🥷

Fuzzing学习笔记:fuzzing libssh latest with fuzzer-test-suite

First, you should read this issues, then you would got a overview of it. and should able to use this docker image
Now, let me show you how to modify and run it easily.

  1. cd /root/FTS/libssh-2017-1272
  2. vim build.sh
    image
  3. cd .. && ./libssh-2017-1272/build.sh
  4. ./libssh-2017-1272-fsanitize_fuzzer
    image

Best wish to you, good luck. (may be you should modify libssh_server_fuzzer.cc by yourself.)