Files
wapifuzz/clean.sh
2019-10-09 13:24:35 +02:00

10 lines
300 B
Bash

API_REQUESTS_JSON=./parser/api.json
JUNIT_TEST_REPORT=./reporter/reports.junit.xml
HTML_TEST_REPORT=./reporter/reports.html
FUZZER_LOG=fuzzing.log
rm ${API_REQUESTS_JSON} ${FUZZER_LOG} ${JUNIT_TEST_REPORT} ${HTML_TEST_REPORT}
rm -rf ./fuzzer/boofuzz-results/
rm -rf ./boofuzz-results/
rm -rf ./env/