WebWolf DataSource Discovery

This commit is contained in:
Àngel Ollé Blázquez
2021-09-22 14:58:23 +02:00
committed by Nanne Baars
parent 8e567b0f86
commit 9af514f3eb
10 changed files with 260 additions and 28 deletions

View File

@ -16,8 +16,6 @@ java \
--add-opens java.base/java.io=ALL-UNNAMED \
-jar webgoat.jar --webgoat.build.version="$1" --server.address=0.0.0.0 > webgoat.log &
sleep 30
echo "Starting WebWolf..."
java -Duser.home=/home/webgoat -Dfile.encoding=UTF-8 -jar webwolf.jar --webgoat.build.version=$1 --server.address=0.0.0.0 > webwolf.log &