Kernel Exploit in C: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
Linux Kernel < 4.4.0-116 (Ubuntu 16.04.4) - Local Privilege Escalation
 
Linux Kernel < 4.4.0-116 (Ubuntu 16.04.4) - Local Privilege Escalation
 
=Download the Exploit=
 
=Download the Exploit=
[[Media:exploit.c|exploit.c]]
+
[[Media:Exploit.c|Exploit.c]]
 +
 
 
=Compile the Exploit=
 
=Compile the Exploit=
 
*gcc -o Exploit Exploit.c  
 
*gcc -o Exploit Exploit.c  
 
=Execute the Exploit=
 
=Execute the Exploit=
 
*./Exploit
 
*./Exploit

Version vom 9. Oktober 2020, 20:56 Uhr

Linux Kernel < 4.4.0-116 (Ubuntu 16.04.4) - Local Privilege Escalation

Download the Exploit

Exploit.c

Compile the Exploit

  • gcc -o Exploit Exploit.c

Execute the Exploit

  • ./Exploit