Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yavuzlar/VulnLab
https://github.com/Yavuzlar/VulnLab
web-security web-security-lab
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Yavuzlar/VulnLab
- Owner: Yavuzlar
- License: other
- Created: 2021-12-26T15:42:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T19:57:19.000Z (7 months ago)
- Last Synced: 2024-05-12T20:50:27.205Z (7 months ago)
- Topics: web-security, web-security-lab
- Language: CSS
- Homepage:
- Size: 16.7 MB
- Stars: 346
- Watchers: 7
- Forks: 117
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vulnerable-apps - VulnLab - A vulnerable web application lab using Docker (OWASP Top 10)
- awesome-hacking-lists - Yavuzlar/VulnLab - (CSS)
README
VulnLab
A web vulnerability lab project developed by Yavuzlar.
## Vulnerabilities
* SQL Injection
* Cross Site Scripting (XSS)
* Command Injection
* Insecure Direct Object References (IDOR)
* Cross Site Request Forgery (CSRF)
* XML External Entity (XXE)
* Insecure Deserialization
* File Upload
* File Inclusion
* Broken Authentication
* Race Condition
* Server Side Template Injection (SSTI)
* API Hacking
* Captcha Bypass
* Path Traversal## Installation
### Install with DockerHub
1. If you want to install on DockerHub, just type this command.
```sh
docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest
```
2. Go to http://localhost:1337### Manuel Installation
1. Clone the repo
```sh
git clone https://github.com/Yavuzlar/VulnLab
```
2. Build docker image
```sh
docker build -t yavuzlar/vulnlab .
```
3. Run container
```sh
docker run -d -p 1337:80 yavuzlar/vulnlab
```
4. Go to http://localhost:1337### Google Cloud
[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run/?git_repo=https://github.com/Yavuzlar/VulnLab)
## Contact
[Website](https://siberyavuzlar.com/)
[Linkedln](https://www.linkedin.com/company/siberyavuzlar)
[Twitter](https://twitter.com/siberyavuzlar)
[Instagram](https://www.instagram.com/siberyavuzlar/)