Jump to content
begood

Grabber: A Web Application Scanner

Recommended Posts

Posted

Grabber is a web application scanner that basically detects some of application vulnerabilities in your web application. It has somethings that other scanners lack. It is simple to work with, not fast but portable and really adaptable! It is designed to scan small websites such as personal blogs, forums etc. The author also recommends against scanning larger applications as it would take too long time and flood the network. Though it is small, it has been tested at NIST!

It currently supports the set of these vulnerabilities:

- Cross-Site Scripting

- SQL Injection (there is also a special Blind SQL Injection module)

- File Inclusion

- Backup files check

- Simple AJAX check (parse every JavaScript and get the URL and try to get the parameters)

- Hybrid analysis/Crystal ball testing for PHP application using PHP-SAT

- JavaScript source code analyzer: Evaluation of the quality/correctness of the JavaScript with JavaScript Lint

- Generation of a file [session_id, time(t)] for next stats analysis.

Another thing about this project is its ease of use. You can prepare test cases with simple XML based scripts and you are ready to run tests! Grabber finds its base on research from some amazing sources such as OWASP, etc. It needs Python with BeautifulSoup and PyXML.

Download Grabber v0.1 here. You also have an option of using it on a Windows machine as a executable by using py2exe.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...