{"id":13842628,"url":"https://github.com/lucasmartinelle/AnotherVulnerableWebApp","last_synced_at":"2025-07-11T15:32:15.954Z","repository":{"id":151587623,"uuid":"287713235","full_name":"lucasmartinelle/AnotherVulnerableWebApp","owner":"lucasmartinelle","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-07T09:07:03.000Z","size":161,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T17:32:36.160Z","etag":null,"topics":["bugbounty","dvwa","php7","security","training","vulnerabilities","vulnerable","web"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasmartinelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-15T09:05:22.000Z","updated_at":"2022-10-23T09:54:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2106cc21-5086-40c5-998e-08f86645f9a6","html_url":"https://github.com/lucasmartinelle/AnotherVulnerableWebApp","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/lucasmartinelle%2FAnotherVulnerableWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmartinelle%2FAnotherVulnerableWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmartinelle%2FAnotherVulnerableWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmartinelle%2FAnotherVulnerableWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasmartinelle","download_url":"https://codeload.github.com/lucasmartinelle/AnotherVulnerableWebApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225736956,"owners_count":17516259,"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":["bugbounty","dvwa","php7","security","training","vulnerabilities","vulnerable","web"],"created_at":"2024-08-04T17:01:41.584Z","updated_at":"2024-11-21T13:30:47.055Z","avatar_url":"https://github.com/lucasmartinelle.png","language":"PHP","funding_links":[],"categories":["PHP","PHP (184)"],"sub_categories":[],"readme":"![](https://zupimages.net/up/20/33/m7ef.png)\r\n\r\nSimple vulnerable site, created by a beginner for beginners.\r\nThis vulnerable site covers several vulnerabilities some from real bugbounty cases encountered in bugbounty, can you find them ?\r\n\r\n## Installation\r\n```bash\r\napt-get update \u0026\u0026 apt-get upgrade -y\r\napt-get install apache2 php php-mysql mariadb-server\r\na2enmod rewrite\r\ngit clone https://github.com/lucasmartinelle/AnotherVulnerableWebApp\r\nmv AnotherVulnerableWebApp/ /var/www/html/\r\nchown www-data:www-data /var/www/html/ -R \u0026\u0026 chmod 775 /var/www/html/ -R\r\n```\r\n\r\n### Create the database :\r\n\r\n```sql\r\nmysql -u root\r\nCREATE DATABASE vulnerability;\r\nGRANT ALL ON vulnerability.* TO 'vulnerability'@'localhost' IDENTIFIED BY '6xUm%3moNghtQaZ8Q';\r\nFLUSH PRIVILEGES;\r\nquit\r\n```\r\nIf you want, change the password for `vulnerability` user and also in `/var/www/html/AnotherVulnerableWebApp/app/init.php`\r\n\r\n### Import the SQL File :\r\n\r\n```bash\r\ncd /var/www/html/AnotherVulnerableWebApp/\r\nmysql -u root vulnerability \u003c base.sql\r\n```\r\n\r\nUncomment `extension=pdo_mysql` on `/etc/php/{version}/apache2/php.ini`  \r\nChange `AllowOverride None` to `AllowOverride All` line 172 on `/etc/apache2/apache2.conf`\r\n\r\nOn `/etc/apache2/sites-enabled/000-default.conf` change `DocumentRoot /var/www/html/` by `DocumentRoot /var/www/html/AnotherVulnerableWebApp` on line 12\r\n\r\nRestart apache2 :\r\n```bash\r\nsystemctl restart apache2\r\n```\r\n\r\n## Solutions :\r\nYou can get information about the current vulnerabilities / solutions [here](https://github.com/lucasmartinelle/AnotherVulnerableWebApp/tree/master/Writeup) with more or less details, the goal being that you also do research on your side to better understand them and build your own methodology / payloads\r\n\r\n## Contributions :\r\nThis repository is for beginners, don't hesitate to create a PR to improve the code, add vulnerabilities, submit your writeup :)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmartinelle%2FAnotherVulnerableWebApp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasmartinelle%2FAnotherVulnerableWebApp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmartinelle%2FAnotherVulnerableWebApp/lists"}