Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yavuzlar/VulnLab


https://github.com/Yavuzlar/VulnLab

web-security web-security-lab

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        



Logo

VulnLab


A web vulnerability lab project developed by Yavuzlar.


Logo

## 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)

## Supporters

Logo


Logo

## Contact

[Website](https://siberyavuzlar.com/)
[Linkedln](https://www.linkedin.com/company/siberyavuzlar)

[Twitter](https://twitter.com/siberyavuzlar)
[Instagram](https://www.instagram.com/siberyavuzlar/)