{"id":51014221,"url":"https://github.com/appsecco/dvja","last_synced_at":"2026-07-09T08:00:26.365Z","repository":{"id":37282070,"uuid":"155171631","full_name":"appsecco/dvja","owner":"appsecco","description":"Damn Vulnerable Java (EE) Application","archived":false,"fork":false,"pushed_at":"2023-09-26T08:04:25.000Z","size":1195,"stargazers_count":115,"open_issues_count":16,"forks_count":438,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-11-07T16:25:24.314Z","etag":null,"topics":["docker","java","vulnerable-app"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appsecco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-29T07:45:11.000Z","updated_at":"2023-11-06T11:28:15.000Z","dependencies_parsed_at":"2023-01-30T09:15:34.014Z","dependency_job_id":null,"html_url":"https://github.com/appsecco/dvja","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/appsecco/dvja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsecco%2Fdvja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsecco%2Fdvja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsecco%2Fdvja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsecco%2Fdvja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appsecco","download_url":"https://codeload.github.com/appsecco/dvja/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsecco%2Fdvja/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35291639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","java","vulnerable-app"],"created_at":"2026-06-21T08:01:37.628Z","updated_at":"2026-07-09T08:00:26.355Z","avatar_url":"https://github.com/appsecco.png","language":"CSS","funding_links":[],"categories":["Learning Platforms \u0026 Labs"],"sub_categories":["Self-hostable"],"readme":"# Damn Vulnerable Java Application\n\n## Quick Start\n\nInstall Docker and Docker Compose.\n\n```\ndocker-compose up\n```\nNavigate to `http://localhost:8080`\n\nTo update image\n\n```\ndocker-compose build\n```\n\n## Requirements\n\n* Java 1.7+\n* Maven 3.x\n* MySQL Server\n\n## Configuration\n\n### Database\n\nCreate MySQL database and credentials and configure the same in:\n\n```\n./src/main/webapp/WEB-INF/config.properties\n```\n\n### Schema Import\n\nImport the schema into MySQL database:\n\n```\n$ mysql -u USER -pPASSWORD dvja \u003c ./db/schema.sql\n```\n\n## Build\n\n```\n$ mvn clean package\n```\n\nThe deployable `war` file is generated in targets directory.\n\n## Run with Jetty\n\n```\n$ mvn jetty:run\n```\n\nThis will start the `Jetty` server on port 8080.\n\n## Deploy in Tomcat Server\n\n* Build app\n* Copy targets/dvja.war to Tomcat webapps directory\n* To serve as root application, copy as `ROOT.war` to Tomcat webapps directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsecco%2Fdvja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsecco%2Fdvja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsecco%2Fdvja/lists"}