mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-25 02:41:11 +01:00
Set fixed boofuzz version
This commit is contained in:
2
run.ps1
2
run.ps1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user