Kernel Exploit in C: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| + | *Linux Kernel < 4.4.0-116 (Ubuntu 16.04.4) - Local Privilege Escalation | ||
*Deaktivieren des eBPF ( Extended Berkeley Packet Filter) | *Deaktivieren des eBPF ( Extended Berkeley Packet Filter) | ||
| − | + | ||
=Download the Exploit= | =Download the Exploit= | ||
[[Media:Exploit.c|Exploit.c]] | [[Media:Exploit.c|Exploit.c]] | ||
Version vom 24. Juni 2021, 13:35 Uhr
- Linux Kernel < 4.4.0-116 (Ubuntu 16.04.4) - Local Privilege Escalation
- Deaktivieren des eBPF ( Extended Berkeley Packet Filter)
Download the Exploit
Compile the Exploit
- gcc -o Exploit Exploit.c
Execute the Exploit
- ./Exploit
- bash
- id