summarylogtreecommitdiffstats
path: root/webgoat.install
blob: ab5263a70eb5e3197a6bc1195b02471bdc685772 (plain)
1
2
3
4
5
6
7
8
post_install() {
     echo ""
     echo "[+] run 'webgoat' command to start the application"
     echo ">>> then browse to 'http://127.0.0.1:8080/webgoat/'"
     echo ""
     echo ">>> WARNING: While running this program your machine may be extremely vulnerable to attack!"
     echo ""
}