{"id":13446661,"url":"https://github.com/Peco602/dvwassl","last_synced_at":"2025-03-21T16:32:39.577Z","repository":{"id":64330942,"uuid":"548536382","full_name":"Peco602/dvwassl","owner":"Peco602","description":"SSL-enabled Damn Vulnerable Web App (DVWA)","archived":false,"fork":false,"pushed_at":"2023-04-30T17:03:01.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T11:43:07.640Z","etag":null,"topics":["docker","dvwa","ethical-hacking","security","ssl"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Peco602.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-09T19:16:58.000Z","updated_at":"2024-10-03T05:16:38.000Z","dependencies_parsed_at":"2024-04-10T05:38:37.707Z","dependency_job_id":"c65f8ba0-b305-4b96-93be-33b0c197aa2f","html_url":"https://github.com/Peco602/dvwassl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peco602%2Fdvwassl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peco602%2Fdvwassl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peco602%2Fdvwassl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peco602%2Fdvwassl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Peco602","download_url":"https://codeload.github.com/Peco602/dvwassl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244829608,"owners_count":20517341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","dvwa","ethical-hacking","security","ssl"],"created_at":"2024-07-31T05:00:55.799Z","updated_at":"2025-03-21T16:32:39.301Z","avatar_url":"https://github.com/Peco602.png","language":"Dockerfile","funding_links":[],"categories":["Container Operations"],"sub_categories":["Security"],"readme":"![Push](https://github.com/Peco602/dvwassl/actions/workflows/push.yml/badge.svg)\n[![Mentioned in awesome-docker](https://awesome.re/mentioned-badge.svg)](https://github.com/veggiemonk/awesome-docker)\n\n# SSL-enabled Damn Vulnerable Web App\n\nRun an SSL-enabled Damn Vulnerable Web App.\n\n*Why?*\n\nYou might want to test web attack detections over SSL.\n\n## Build the image\n\n```bash\ndocker build -t dvwassl:latest .\n```\n\n## Run the container\n\n```bash\ndocker run -d -p 443:443 dvwassl:latest\n```\n\n## Custom SSL certificate and key\n\nThe image comes with pre-generated SSL certificate and key. You can also use your own or generate new ones:\n\n```bash\nopenssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes\n```\n\nThen, run the container:\n\n```bash\ndocker run -d -p 443:443 -v $(pwd)/cert.pem:/etc/apache2/cert.pem -v $(pwd)/key.pem:/etc/apache2/key.pem dvwassl:latest\n```\n\n## Login with default credentials\n\nTo login you can use the following credentials:\n\n- Username: admin\n- Password: password\n\n## About DVWA\n\nYou can visit DVWA official [github repository](https://github.com/digininja/DVWA) if you want more information.\n\n## Disclaimer\n\nThis or previous program is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me (opsxcq) is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these programs you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these programs is not opsxcq's responsibility.\n\n## DockerHub\n\n- [peco602/dvwassl](https://hub.docker.com/r/peco602/dvwassl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPeco602%2Fdvwassl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPeco602%2Fdvwassl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPeco602%2Fdvwassl/lists"}