KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
417 stars 65 forks source link

Question: Workaround for missing -t option? #16

Closed fkromer closed 6 years ago

fkromer commented 6 years ago

Is there a workaround for the missing -t command line option? If I pipe the stdout of APIFuzzer into a log file

python2.7 fuzzer.py -s <spec-file> -u <url> $PWD/apifuzzer.log

the log file content is not complete (misses content in comparison with the command line output).

fkromer commented 6 years ago

The first lines of the stdout output references the kitty log file, here ./kittylogs/kitty_20180314-114844.log:

[INFO    ][base._load_session] No session loaded
[INFO    ][base._start_message] 
                 --------------------------------------------------
                 Starting fuzzing session
                 Target: FuzzerTarget
                 UI: WebInterface listening on 127.0.0.1:26000
                 Log: ./kittylogs/kitty_20180314-114844.log

                 Total possible mutation count: 6720
                 --------------------------------------------------
                                 Happy hacking
                 --------------------------------------------------

The kitty log file contains the complete stdout output.