It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing.
ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.
Step 1 :
sudo apt-get install openjdk-7-jre-lib openjdk-7-jre-headless openjdk-7-jre icedtea-7-jre-jamvm icedtea-7-jre-cacao icedtea-7-plugin
To select version 7.
sudo update-alternatives --config java
wget http://zaproxy.googlecode.com/files/ZAP_2.1.0_Linux.tar.gz
tar -xzvf ZAP_2.1.0_Linux.tar.gz
sudo cp -Ra ZAP_2.1.0 /opt/zaproxy
Step 2 :
To run it.
sudo -sH
cd /opt/zaproxy
./zap.sh
That's all! See you.