mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-23 09:51:13 +01:00
Init WFuzz state
This commit is contained in:
9
clean.sh
Normal file
9
clean.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user