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-pluginTo select version 7.
sudo update-alternatives --config javawget 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/zaproxyStep 2 :
To run it.
sudo -sH
cd /opt/zaproxy
./zap.shThat's all! See you.
