vincentwh2018

Results 1 issues of vincentwh2018

### Report Hi Team, I have a boofuzz script as below, log 3 type files: txt, csv and db. def main(): fuzz_loggers = [] txt_log = open("/srv/boofuzz/http-fuzz-results.txt", "w") fuzz_loggers.append(FuzzLoggerText(file_handle=txt_log)) csv_log...

bug