9 matches found
wpstorecart-exploit
Simple PoC of wpstorecart 2.5.30 以前のプラグインのエクスプロイト CVE-2012-3576 を bash で記述したもの。...
ImageMagick-CVE-2022-44268-PoC
ImageMagick-CVE-2022-44268-PoC A bash script for easly exploiting ImageMagick Arbitrary File Read Vulnerability CVE-2022-44268 Image Magic version effected root@kitploit: Version: ImageMagick 6.9.11-60 Q16 x8664 2021-01-25 https://imagemagick.org Copyright: C 1999-2021 ImageMagick Studio LLC...
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 Exploit de Directory Traversal escrito en Bash para NVMS-1000 CVE-2019-20085. Uso root@kitploit: ./cve-2019-20085-poc.sh -u TARGETURL -f TARGETFILE Ejemplo root@kitploit: ./cve-2019-20085-poc.sh -u http://127.0.0.1/ -f path/to/file.txt Aviso legal Este POC fue...
CVE-2020-9484
CVE-2020-9484 Bash POC for CVE-2020-9484 that i used in tryhackme challenge...
CVE-2021-41773
CVE-2021-41773 A simple bash POC script for Path Traversal & RCE vulnerability in Apache 2.4.49 Example usage: Setup a netcat listener: root@kitploit: $ nc -nvlp Then run the script: root@kitploit: $ ./exploit.sh Disclamer This tool is for educational purposes only. I hold no responsibility for a...
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 bash를 사용한 CVE-2023-24489용 POC입니다. 다음 형식으로 테스트하려는 대상이 담긴 target.txt 목록이 필요합니다: https://example1.com https://example2.com https://example3.com 파일은 bash 스크립트가 실행되는 동일한 디렉토리에 있어야 합니다. 주의해서 사용하십시오! 참조: https://blog.assetnote.io/2023/07/04/citrix-sharefile-rce/...