Owasp Zap

The OWASP Zed Attack Proxy (otherwise known as ZAP) is a free security tool which you can use to find security vulnerabilities in web applications.

Owasp: Open Web Application Security Project

Working:

ZAP creates a proxy server and makes your website traffic pass through that server. It comprises of auto scanners that help you intercept the vulnerabilities in your website.
Workflows


This is a live scanning screenshot, when I tried to attack this very blog. Seems that google blogs pretty well secured, although there were 1 medium level threat and 6 low level threats, that were found.
We can also generate a documentation, of the threats that were found out using this tool.






Here is the report that was generated, when I scanned this very blog. Seems to be very secure, having 2 medium level threats and 6 low level threats.  

Following are the different modes of attacks, that we can lauch through this tool:



  • Quick Attack: This helps you test the application using ZAP in the quickest way possible. Under the tab Quick Start, put the URL in the URL to attack field and click on the 'Attack' button. ZAP will use its spider to crawl through the application, which will automatically scan all of the pages discovered. It will then use the active scanner to attack all of the pages. This is a useful way to perform an initial assessment of an application.
  • Spider: It is used to automatically discover new resources/URLs on your website. It visits those URLs, identifies the hyperlinks and adds them to the list.
  • Active Scan: It is used to find the potential vulnerabilities by using the known attacks against the selected targets. It gets its targets from the spider attack.
  • There are more attacks which ZAP provides, other than the ones mentioned above; like AJAX Spider, Fuzz, Forced Browse Site etc.

    Since it is an open source tool, it's a very useful tool for security testing of your web application.
  • Comments

    Popular posts from this blog

    Nmap

    Netsparker Tool