9 matches found
wpstorecart-exploit
PoC simple del exploit del plugin wpstorecart anterior a la versión 2.5.30 CVE-2012-3576 escrito en bash...
ImageMagick-CVE-2022-44268-PoC
ImageMagick-CVE-2022-44268-PoC Un script bash para explotar fácilmente la vulnerabilidad de lectura arbitraria de archivos de ImageMagick CVE-2022-44268 Versión de ImageMagick afectada root@kitploit: Version: ImageMagick 6.9.11-60 Q16 x8664 2021-01-25 https://imagemagick.org Copyright: C 1999-202...
CVE-2025-9074-PoC-Bash
CVE-2025-9074-PoC-Bash The original PoC is: https://github.com/j3r1ch0123/CVE-2025-9074. This is new PoC in bash since not all docker containers has python installed, and mostly this should be run from inside a container. Steps From inside the container use the following to find vulnerable docker...
NVMS-1000-Directory-Traversal-Bash
NVMS-1000-Directory-Traversal-Bash Directory Traversal Exploit written in Bash for NVMS-1000 CVE-2019-20085. Usage root@kitploit: ./cve-2019-20085-poc.sh -u TARGETURL -f TARGETFILE Example root@kitploit: ./cve-2019-20085-poc.sh -u http://127.0.0.1/ -f path/to/file.txt Disclaimer This POC was...
CVE-2020-9484
CVE-2020-9484 Bash POC para CVE-2020-9484 que usé en el reto de tryhackme...
CVE-2021-41773
CVE-2021-41773 一个简单的bash POC脚本,用于Apache 2.4.49中的路径遍历和远程代码执行漏洞 使用示例: 设置一个netcat监听器: root@kitploit: $ nc -nvlp 然后运行脚本: root@kitploit: $ ./exploit.sh 免责声明 此工具仅用于教育目的。我对任何滥用行为不承担责任。...
CVE-2021-41773-PoC
CVE-2021-41773-PoC 🚀 Modo de Uso root@kitploit: ./exploit.sh 172.17.0.2 id uid=33www-data gid=33www-data groups=33www-data !CAUTION Este script es SOLO para fines educativos y de pentesting autorizado. El uso indebido de esta herramienta en sistemas sin permiso expreso es ILEGAL. El autor no se...
CVE-2023-24489-poc
CVE-2023-24489-poc POC para CVE-2023-24489 con bash. Necesita una lista de target.txt llena de los objetivos que quieres probar en este formato: https://example1.com https://example2.com https://example3.com El archivo debe estar en el mismo directorio donde se ejecuta el script bash. ¡Por favor,...