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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: wapiti
Section: web
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Homepage: https://wapiti.sourceforge.net/
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
gettext,
libjs-jquery,
pybuild-plugin-pyproject,
python3,
python3-bs4,
python3-importlib-metadata,
python3-markupsafe,
python3-mako,
python3-socks,
python3-pytest-runner,
python3-pytest,
python3-responses,
python3-setuptools,
python3-tld,
python3-yaswfp,
yui-compressor
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/pkg-security-team/wapiti.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/wapiti
Package: wapiti
Architecture: all
Depends: libjs-jquery, ${misc:Depends}, ${python3: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:
- Database Injection (PHP/ASP/JSP SQL Injections and XPath Injections)
- Cross Site Scripting (XSS) reflected and permanent
- File disclosure detection (local and remote include, require, fopen,
readfile...)
- Command Execution detection (eval(), system(), passtru()...)
- XXE (Xml eXternal Entity) injection
- CRLF Injection
- Search for potentially dangerous files on the server (thank to the Nikto db)
- Bypass of weak htaccess configurations
- Search for copies (backup) of scripts on the server
- Shellshock
- DirBuster like
- Server Side Request Forgery (through use of an external Wapiti website)
|