Set fixed boofuzz version

This commit is contained in:
Jan Stárek
2019-12-10 13:14:07 +01:00
parent 9b3aca7617
commit 189afcc8f9
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ Write-Host "Upgrade Python 3 pip (needed for crypto lib)"
pip install --upgrade pip
Write-Host "Installing specific dependencies"
pip install git+https://github.com/jtpereyda/boofuzz.git
pip install boofuzz==0.1.6
pip install junit-xml
Write-Host "Starting fuzz testing"
python ./fuzzer/wapifuzz.py ${config} ${API_REQUESTS_JSON} ${JUNIT_TEST_REPORT} ${payloads}