1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: wapiti
Section: web
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Homepage: http://wapiti.sourceforge.net/
Build-Depends: debhelper (>= 9),
dh-python,
gettext,
libjs-jquery,
python,
python-setuptools,
yui-compressor
Standards-Version: 3.9.8
VCS-Git: https://anonscm.debian.org/git/pkg-security/wapiti.git
VCS-Browser: https://anonscm.debian.org/cgit/pkg-security/wapiti.git
Package: wapiti
Architecture: all
Depends: libjs-jquery, ${misc:Depends}, ${python:Depends}
Description: 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 scan the web pages of the deployed web applications,
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...)
|