2 Commits

Author SHA1 Message Date
0xVoodoo 12c4a9b097 Fix 24071 README 2025-08-19 12:40:23 -06:00
0xVoodoo 1f65c00ac5 Merge pull request #3 from 0xVoodoo/CVE-2025-24071
Adding CVE-2025-24071 and tweaking READMEs
2025-08-19 12:39:47 -06:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ User interaction is required as the archive file must be opened for the connecti
# Usage # Usage
CVE-2025-2401.py -s <attacker IP/domain> -f <output file name> CVE-2025-2401.py -s <attacker IP/domain> -f <output file name>
\-l <library name> Renames the library file (default mal.library-ms) -l <library name> Renames the library file (default mal.library-ms)
# License # License
GPL v3.0 - as all good software should be GPL v3.0 - as all good software should be
-1
View File
@@ -6,7 +6,6 @@ This repo contains proof of concept exploits for vulnerabilities I've come acros
# Exploits # Exploits
- [CVE-2023-23752](https://github.com/0xVoodoo/PoCs/tree/main/CVE-2023-23752) - Information disclosure in Joomla CMS. - [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. - [CVE-2025-24893](https://github.com/0xVoodoo/PoCs/tree/main/CVE-2025-24893) - RCE in XWiki.
- [CVE-2025-24071](https://github.com/0xVoodoo/PoCs/tree/main/CVE-2025-24071) - Windows Explorer NTLM Hash Disclosure
# License # License
GPLv3 as all good software (or exploits I guess) should be. GPLv3 as all good software (or exploits I guess) should be.