Grabber is a black box web application vulnerability scanner that looks for SQL Injection, Blind SQL injection, XSS vulnerability and File include injection.
The tool aims to be quite generic, and can work with any kind of web application regardless of the server side programming language. The tool is designed to be
a simple, efficient way to detect vulnerabilities in a small simple Grabber is extended from an existing open source tool(https://github.com/neuroo/grabber).
The tool uses a modular and extensible design having individual modules for each kind of vulnerability detection. You can also extend the attack list by adding them to the XML files in specified format.
Grabber is written entirely in Python and requires additional python modules as dependencies such as BeautifulSoup and PyXML for web scraping and parsing XML.
Download Link:- https://github.com/amoldp/Grabber-Security-and-Vulnerability-Analysis-