Wednesday, October 24, 2012

Wapiti – Web application vulnerability scanner

Wapiti allows you to audit the security of your web applications. It performs “black-box” scans, i.e. it does not study the source code of the application but will scans the WebPages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.
Wapiti can detect the following vulnerabilities:
  • File Handling Errors (Local and remote include/require, fopen, readfile…)
  • Database Injection (PHP/JSP/ASP SQL Injections and XPath Injections)
  • XSS (Cross Site Scripting) Injection
  • LDAP Injection
  • Command Execution detection (eval (), system (), passtru()…)
  • CRLF Injection (HTTP Response Splitting, session fixation…)
How to use wapiti
Open your backtrack terminal and type
cd /pentest/web/wapiti
Python wapiti.py  http://example.com
The application generates a HTML Report in generated_report/index.html with contains a detailed information about the attacks performed and the vulnerabilities found.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...
Blogger Widgets