updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / webgoat / webgoat.install
blobb77cef3e18234f623be6d5d185b50239df6225ee
1 post_install() {
2      echo ""
3      echo "[+] run '/usr/bin/webgoat [-h|-start80|start8080|stop]' as root to call the application"
4      echo ">>> then browse to 'http://guest:guest@127.0.0.1:8080/webgoat/attack'"
5      echo ""
6      echo ">>> This program is a demonstration of common server-side application flaws."
7      echo ">>> The exercises are intended to be used by people to learn about application penetration testing techniques."
8      echo ""
9      echo ">>> While running this program your machine will be extremely vulnerable to attack!"
10      echo ""
13 post_upgrade() {
14          post_install $1