From 18b9078a4a2c9138f8c95dc31dabd13c8a7c90c6 Mon Sep 17 00:00:00 2001 From: Aliyu Yisa Date: Sun, 1 Jun 2025 05:20:24 +0100 Subject: [PATCH 1/6] Update collection.json Added Vuln-Bank and Zero Health, modern web applications --- _data/collection.json | 61 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/_data/collection.json b/_data/collection.json index 47037e2..5b2d628 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -3433,4 +3433,63 @@ ], "url": "https://yrprey.com" } -] \ No newline at end of file + { + "author": "Al-Amir Badmus", + "badge": null, + "collection": [ + "offline", + "container", + "mobile" + ], + "name": "Vuln-Bank", + "notes": "A deliberately vulnerable banking application designed for practicing secure code reviews and API security testing. Features common vulnerabilities found in real-world applications, making it an ideal platform for security professionals, developers, and enthusiasts to learn security testing and secure coding practices in a safe environment.", + "references": [ + { + "name": "download", + "url": "https://github.com/Commando-X/vuln-bank" + } + ], + "technology": [ + "Python", + "JavaScript", + "Postgres", + "Docker", + "HTML/CSS" + ], + "url": "https://github.com/Commando-X/vuln-bank" + } + { + "author": "Aliyu G. Yisa", + "badge": null, + "collection": [ + "offline", + "container" + ], + "name": "Zero Health", + "notes": "Zero trust. Zero security. Total exposure. A deliberately vulnerable health tech platform with AI Chatbot for learning about application security and ethical hacking. It contains vulnerabilities from OWASP top 10 Web, API and AI/LLM Security Vulnerabilities. Highly vulnerable, never use in production.", + "references": [ + { + "name": "download", + "url": "https://github.com/aligorithm/Zero-Health" + }, + { + "name": "website", + "url": "https://zerohealth.aliyu.dev", + }, + { + "name": "Video Demo", + "url": "https://youtu.be/h3jm83jw33Q", + } + ], + "technology": [ + "React", + "NodeJS", + "JavaScript", + "Postgres", + "Docker", + "Ollama", + "Swagger/OpenAPI" + ], + "url": "https://github.com/aligorithm/Zero-Health" + } +] From fc398234cca3867ba5406788be455a4879244c60 Mon Sep 17 00:00:00 2001 From: Aliyu Yisa Date: Sun, 1 Jun 2025 05:26:06 +0100 Subject: [PATCH 2/6] Update collection.json fixed json schema error --- _data/collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/collection.json b/_data/collection.json index 5b2d628..b5a00dd 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -3473,11 +3473,11 @@ "url": "https://github.com/aligorithm/Zero-Health" }, { - "name": "website", + "name": "guide", "url": "https://zerohealth.aliyu.dev", }, { - "name": "Video Demo", + "name": "demo", "url": "https://youtu.be/h3jm83jw33Q", } ], From 1394cd501ee7ca93c0588d5093f6d7c923b89172 Mon Sep 17 00:00:00 2001 From: Aliyu Yisa Date: Sun, 1 Jun 2025 05:27:45 +0100 Subject: [PATCH 3/6] Update collection.json added missing comma --- _data/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/collection.json b/_data/collection.json index b5a00dd..1b65ce8 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -3457,7 +3457,7 @@ "HTML/CSS" ], "url": "https://github.com/Commando-X/vuln-bank" - } + }, { "author": "Aliyu G. Yisa", "badge": null, From fc91db2bf778ba3d5e4d81a4a499ce928d1343e5 Mon Sep 17 00:00:00 2001 From: Aliyu Yisa Date: Sun, 1 Jun 2025 05:29:14 +0100 Subject: [PATCH 4/6] Update collection.json --- _data/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/collection.json b/_data/collection.json index 1b65ce8..67e1c24 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -3432,7 +3432,7 @@ "Bootstrap" ], "url": "https://yrprey.com" - } + }, { "author": "Al-Amir Badmus", "badge": null, From 35d1814b287588aee52d7212a3348790672081f6 Mon Sep 17 00:00:00 2001 From: Aliyu Yisa Date: Sun, 1 Jun 2025 05:31:44 +0100 Subject: [PATCH 5/6] Update collection.json --- _data/collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/collection.json b/_data/collection.json index 67e1c24..d1f3649 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -3474,11 +3474,11 @@ }, { "name": "guide", - "url": "https://zerohealth.aliyu.dev", + "url": "https://zerohealth.aliyu.dev" }, { "name": "demo", - "url": "https://youtu.be/h3jm83jw33Q", + "url": "https://youtu.be/h3jm83jw33Q" } ], "technology": [ From dc278df678fb6907724915a53f9edc2fac1ae059 Mon Sep 17 00:00:00 2001 From: kingthorin Date: Sun, 1 Jun 2025 10:08:20 -0400 Subject: [PATCH 6/6] Sorted Signed-off-by: kingthorin --- _data/collection.json | 118 +++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/_data/collection.json b/_data/collection.json index d1f3649..7440801 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -2398,6 +2398,31 @@ "notes": null, "badge": null }, + { + "author": "Al-Amir Badmus", + "badge": null, + "collection": [ + "offline", + "container", + "mobile" + ], + "name": "Vuln-Bank", + "notes": "A deliberately vulnerable banking application designed for practicing secure code reviews and API security testing. Features common vulnerabilities found in real-world applications, making it an ideal platform for security professionals, developers, and enthusiasts to learn security testing and secure coding practices in a safe environment.", + "references": [ + { + "name": "download", + "url": "https://github.com/Commando-X/vuln-bank" + } + ], + "technology": [ + "Python", + "JavaScript", + "Postgres", + "Docker", + "HTML/CSS" + ], + "url": "https://github.com/Commando-X/vuln-bank" + }, { "url": "https://github.com/Yavuzlar/VulnLab", "name": "VulnLab", @@ -2904,6 +2929,40 @@ "notes": "(username/password)", "badge": null }, + { + "collection": [ + "offline", + "container" + ], + "name": "Zero Health", + "url": "https://github.com/aligorithm/Zero-Health", + "notes": "Zero trust. Zero security. Total exposure. A deliberately vulnerable health tech platform with AI Chatbot for learning about application security and ethical hacking. It contains vulnerabilities from OWASP top 10 Web, API and AI/LLM Security Vulnerabilities. Highly vulnerable, never use in production.", + "references": [ + { + "name": "download", + "url": "https://github.com/aligorithm/Zero-Health" + }, + { + "name": "guide", + "url": "https://zerohealth.aliyu.dev" + }, + { + "name": "demo", + "url": "https://youtu.be/h3jm83jw33Q" + } + ], + "technology": [ + "React", + "NodeJS", + "JavaScript", + "Postgres", + "Docker", + "Ollama", + "Swagger/OpenAPI" + ], + "author": "Aliyu G. Yisa", + "badge": null + }, { "url": "http://www.itsecgames.com/", "name": "bWAPP", @@ -3432,64 +3491,5 @@ "Bootstrap" ], "url": "https://yrprey.com" - }, - { - "author": "Al-Amir Badmus", - "badge": null, - "collection": [ - "offline", - "container", - "mobile" - ], - "name": "Vuln-Bank", - "notes": "A deliberately vulnerable banking application designed for practicing secure code reviews and API security testing. Features common vulnerabilities found in real-world applications, making it an ideal platform for security professionals, developers, and enthusiasts to learn security testing and secure coding practices in a safe environment.", - "references": [ - { - "name": "download", - "url": "https://github.com/Commando-X/vuln-bank" - } - ], - "technology": [ - "Python", - "JavaScript", - "Postgres", - "Docker", - "HTML/CSS" - ], - "url": "https://github.com/Commando-X/vuln-bank" - }, - { - "author": "Aliyu G. Yisa", - "badge": null, - "collection": [ - "offline", - "container" - ], - "name": "Zero Health", - "notes": "Zero trust. Zero security. Total exposure. A deliberately vulnerable health tech platform with AI Chatbot for learning about application security and ethical hacking. It contains vulnerabilities from OWASP top 10 Web, API and AI/LLM Security Vulnerabilities. Highly vulnerable, never use in production.", - "references": [ - { - "name": "download", - "url": "https://github.com/aligorithm/Zero-Health" - }, - { - "name": "guide", - "url": "https://zerohealth.aliyu.dev" - }, - { - "name": "demo", - "url": "https://youtu.be/h3jm83jw33Q" - } - ], - "technology": [ - "React", - "NodeJS", - "JavaScript", - "Postgres", - "Docker", - "Ollama", - "Swagger/OpenAPI" - ], - "url": "https://github.com/aligorithm/Zero-Health" } ]