{"id":13846102,"url":"https://github.com/Aju100/VulWebaju","last_synced_at":"2025-07-12T04:31:05.128Z","repository":{"id":44612531,"uuid":"357183978","full_name":"Aju100/VulWebaju","owner":"Aju100","description":"VulWebaju is a platform that automates setting up your pen-testing environment for learning purposes. ","archived":false,"fork":false,"pushed_at":"2022-12-12T09:25:50.000Z","size":57,"stargazers_count":50,"open_issues_count":2,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-05T17:45:43.740Z","etag":null,"topics":["bugbounty","hacking","hacktoberfest","owasp-top-10","penetration-testing","pentesting"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Aju100.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-12T12:24:43.000Z","updated_at":"2024-04-15T09:17:17.000Z","dependencies_parsed_at":"2023-01-27T17:00:33.148Z","dependency_job_id":null,"html_url":"https://github.com/Aju100/VulWebaju","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aju100%2FVulWebaju","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aju100%2FVulWebaju/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aju100%2FVulWebaju/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aju100%2FVulWebaju/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aju100","download_url":"https://codeload.github.com/Aju100/VulWebaju/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791547,"owners_count":17524804,"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","hacking","hacktoberfest","owasp-top-10","penetration-testing","pentesting"],"created_at":"2024-08-04T17:04:20.489Z","updated_at":"2024-11-21T19:31:10.605Z","avatar_url":"https://github.com/Aju100.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"```\n____   ____    .__  __      __      ___.               __\n\\   \\ /   /_ __|  |/  \\    /  \\ ____\\_ |__ _____      |__|__ __\n \\   Y   /  |  \\  |\\   \\/\\/   // __ \\| __ \\__  \\     |  |  |   |\n  \\     /|  |  /  |_\\        /\\  ___/| \\_\\ \\/ __ \\_   |  |  |  /\n   \\___/ |____/|____/\\__/\\  /  \\___  \u003e___  (____  /\\__|  |____/\n                          \\/       \\/    \\/     \\/\\______|\n\n\n```\n\n\u003cb\u003eVulWebaju\u003c/b\u003e is a script that automates to set up your pentesting environment for learning purpose. This script will help you to install common vulnerable applications.\n\n\u003e Note: This script is only tested in Ubuntu. You can also use in multiple cloud providers(EC2,Google Compute Engine, Azure virual machines, DigitalOcean Droplets).\n\n### Vulnerables webapps that you can install\n\n- [DVWA](https://dvwa.co.uk/)\n- [Owasp Juice Shop](https://github.com/bkimminich/juice-shop)\n- [Web goat](https://github.com/WebGoat/WebGoat)\n- [Nodegoat](https://github.com/OWASP/NodeGoat)\n- [Damm Vulnerable GraphQL](https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application)\n- [Rails Goat](https://www.github.com/OWASP/railsgoat)\n- [OAuth 2.0 Application](https://github.com/koenbuyens/Vulnerable-OAuth-2.0-Applications)\n- [Xeelab](https://github.com/jbarone/xxelab)\n- [DVWP](https://github.com/vavkamil/dvwp)\n- [XSSLab](https://github.com/kiwicom/xssable)\n- [TiredAPI](https://github.com/siddharthbezalwar/Tiredful-API-py3-beta)\n- [Vulnerable Nginx](https://github.com/detectify/vulnerable-nginx)\n- [SSRF Vulnerable Lab](https://github.com/incredibleindishell/SSRF_Vulnerable_Lab)\n- [Wackopicko](https://github.com/adamdoupe/WackoPicko)\n- [0l4bs](https://github.com/tegal1337/0l4bs)\n- [Vapi](https://github.com/roottusk/vapi)\n- [Govwa](https://github.com/0c34/govwa)\n- [WannaRace](https://github.com/Xib3rR4dAr/WannaRace)\n- [VulnLab](https://github.com/Yavuzlar/VulnLab.git)\n\n### Installation\n\n```bash\ngit clone https://github.com/Aju100/VulWebaju\ncd VulWebaju\nsudo ./install.sh\n```\n\n\u003e Make sure you have installed [Docker](https://docs.docker.com/install/).\n\n```bash\nsudo apt update -y\nsudo apt install git\nsudo apt install docker.io -y\nsudo systemctl start docker\nsudo systemctl enable docker\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\n```\n\nYou can use also call ```install_requirements``` function via install.sh script to install all requirements.\n\n### Other labs\nYou can also try other labs if you are interested in learning.\n- [Kubernetes Goat](https://github.com/madhuakula/kubernetes-goat)\n- [Vulnerable Graphql Api](https://github.com/CarveSystems/vulnerable-graphql-api)\n- [Websheep](https://github.com/marmicode/websheep)\n- [Vfapi](https://github.com/naryal2580/vfapi)\n- [Lets be bad guys](https://github.com/mpirnat/lets-be-bad-guys)\n- [DSVW](https://github.com/stamparm/DSVW)\n- [Dvpwa](https://github.com/anxolerd/dvpwa)\n- [Go test bench](https://github.com/Contrast-Security-OSS/go-test-bench)\n- [Generic University](https://github.com/InsiderPhD/Generic-University)\n- [Cfngoat - Vulnerable Cloudformation Template](https://github.com/bridgecrewio/cfngoat)\n- [TerraGoat](https://github.com/bridgecrewio/terragoat)\n- [Wrong Secrets](https://github.com/commjoen/wrongsecrets)\n- [VAmPI](https://github.com/erev0s/VAmPI)\n- [iGoat-Swift](https://github.com/OWASP/iGoat-Swift)\n- [BWASP](https://github.com/BWASP/BWASP)\n\n### Contribute\n\nContributions are always welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) first.\n\n### Help\n\nIf you need any help anywhere in the process, you can open [Github issue](https://github.com/Aju100/VulWebaju/issues).\n\n### License\n\nThis project is currently licensed under the MIT General Public License v3. i.e. we guarantee end users the freedom to run, study, share, and modify the software.\n\nMade with ❤️ and Bash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAju100%2FVulWebaju","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAju100%2FVulWebaju","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAju100%2FVulWebaju/lists"}