From 2df29dac10602b9064bb2e770486491aa0025039 Mon Sep 17 00:00:00 2001 From: Michael Vacarella <38722919+Aif4thah@users.noreply.github.com> Date: Mon, 13 May 2024 13:04:18 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f67cae..f066d68 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Damn Vulnerable Web Services is an insecure web application with multiple vulner - [SocketToMe](http://digi.ninja/projects/sockettome.php) - It combines chat, a simple number guessing game and a few other hidden features - [sqli-labs](https://github.com/Audi-1/sqli-labs) - SQLI labs to test error based, Blind boolean based, Time based. - [MCIR (Magical Code Injection Rainbow)](https://github.com/SpiderLabs/MCIR) - The Magical Code Injection Rainbow! MCIR is a framework for building configurable vulnerability testbeds. MCIR is also a collection of configurable vulnerability testbeds -- [Sqlilabs](https://github.com/himadriganguly/sqlilabs) - Lab set-up for learning SQL Injection Techniques +- [Sqlilabs](https://github.com/himadriganguly/sqlilabs) - Lab set-up for learning SQL Injection Techniques +- [VulnerableLightApp](https://github.com/Aif4thah/VulnerableLightApp) - Vulnerable API for educational purposes - [VulnApp](https://www.nth-dimension.org.uk/blog.php?id=88) - ASP.net application implementing some of the most common applications we come across on our penetration testing engagements - [VulnLab](https://github.com/Yavuzlar/VulnLab) - A vulnerable web application lab using Docker - [PuzzleMall](https://code.google.com/p/puzzlemall/) - A vulnerable web application for practicing session puzzling From 9a4ced478055e7d1eb3a98e3bd31dcdcfe7eb154 Mon Sep 17 00:00:00 2001 From: Michael Vacarella <38722919+Aif4thah@users.noreply.github.com> Date: Mon, 13 May 2024 13:13:13 +0200 Subject: [PATCH 2/2] Move to "API" Section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f066d68..7dd8aad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ Damn Vulnerable Web Services is an insecure web application with multiple vulner - [sqli-labs](https://github.com/Audi-1/sqli-labs) - SQLI labs to test error based, Blind boolean based, Time based. - [MCIR (Magical Code Injection Rainbow)](https://github.com/SpiderLabs/MCIR) - The Magical Code Injection Rainbow! MCIR is a framework for building configurable vulnerability testbeds. MCIR is also a collection of configurable vulnerability testbeds - [Sqlilabs](https://github.com/himadriganguly/sqlilabs) - Lab set-up for learning SQL Injection Techniques -- [VulnerableLightApp](https://github.com/Aif4thah/VulnerableLightApp) - Vulnerable API for educational purposes - [VulnApp](https://www.nth-dimension.org.uk/blog.php?id=88) - ASP.net application implementing some of the most common applications we come across on our penetration testing engagements - [VulnLab](https://github.com/Yavuzlar/VulnLab) - A vulnerable web application lab using Docker - [PuzzleMall](https://code.google.com/p/puzzlemall/) - A vulnerable web application for practicing session puzzling @@ -194,6 +193,7 @@ Compass Security is a well renowned European company specializing in penetration - [VAmPI](https://github.com/erev0s/VAmPI) - VAmPI is a vulnerable API made with Flask and it includes vulnerabilities from the OWASP top 10 vulnerabilities for APIs. - [capital](https://github.com/Checkmarx/capital) - A built-to-be-vulnerable API application based on the OWASP top 10 API vulnerabilities. Use c{api}tal to learn, train and exploit API Security vulnerabilities within your own API Security CTF. - [dvws-node](https://github.com/snoopysecurity/dvws-node) - Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities. +- [VulnerableLightApp](https://github.com/Aif4thah/VulnerableLightApp) - Vulnerable API for educational purposes Contributions are always appreciated