From fc0c89cf3fecaf746742a0315bb1070fbe182d4b Mon Sep 17 00:00:00 2001 From: 0xVoodoo Date: Mon, 18 Aug 2025 13:59:37 -0600 Subject: [PATCH] Fixing links in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1eff05..73c480b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repo contains proof of concept exploits for vulnerabilities I've come acros # Exploits -- [CVE-2023-23752](https://github.com/0xVoodoo/PoCs/CVE-2023-23752) - Information disclosure in Joomla CMS. -- [CVE-2025-24893](https://github.com/0xVoodoo/PoCs/CVE-2025-24893) - RCE in XWiki. +- [CVE-2023-23752](https://github.com/0xVoodoo/PoCs/tree/main/CVE-2023-23752) - Information disclosure in Joomla CMS. +- [CVE-2025-24893](https://github.com/0xVoodoo/PoCs/tree/main/CVE-2025-24893) - RCE in XWiki. # License GPLv3 as all good software (or exploits I guess) should be.