summarylogtreecommitdiffstats
path: root/webgoat.install
blob: 6961eddabedc682cb91c58162b67b66e506f254e (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 ""
}