Source: dvwa
Section: utils
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/digininja/DVWA
Vcs-Browser: https://gitlab.com/kalilinux/packages/dvwa
Vcs-Git: https://gitlab.com/kalilinux/packages/dvwa.git
Rules-Requires-Root: no

Package: dvwa
Architecture: all
Depends: adduser,
         apache2,
         libapache2-mod-php,
         mariadb-server,
	 nginx,
         php8.4,
         php8.4-fpm,
         php8.4-gd,
         php8.4-mysql,
	 sudo,
         ${misc:Depends}
Description: Damn Vulnerable Web Application
 This package contains a PHP/MySQL web application that is damn vulnerable. Its
 main goal is to be an aid for security professionals to test their skills and
 tools in a legal environment, help web developers better understand the
 processes of securing web applications and to aid both students & teachers to
 learn about web application security in a controlled class room environment.
 .
 The aim of DVWA is to practice some of the most common web vulnerabilities,
 with various levels of difficulty, with a simple straightforward interface.
 Please note, there are both documented and undocumented vulnerabilities with
 this software. This is intentional. You are encouraged to try and discover as
 many issues as possible.
 .
 WARNING: Do not upload it to your hosting provider's public html folder or any
 Internet facing servers, as they will be compromised.
