Skip to content

Vulnerable web hack lab to learn web application hacking and security

Notifications You must be signed in to change notification settings

IsaacNeal/WhackLab

Repository files navigation

Web Hack Lab

Web Hack Lab is a web application intentionally written to have multiple vulnerabilities such as several types of injections, cross-site scripting, authentication, etc...

Warning: This application must NOT be install on public servers.

The configuration.php required is not pushed because the values is based on each developer, so if you want to fork and work on WhackLab please create configuration.php and add the following

return array(
    'db' => array(
        'hostname' => 'yourhost',
        'username' => 'youruser',
        'password' => 'yourpass',
        'database' => 'yourdbname'
    )
);

About

Vulnerable web hack lab to learn web application hacking and security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published