didnt work for me... xperia mini pro, 4.0.2.A.0.58
[+] Found a GingerBread ! 0x00015118
[*] Scooting ...
adb wait-for-device
adb push "data/busybox" /data/local/tmp/.
adb shell "chmod 755 /data/local/tmp/busybox"
adb shell "/data/local/tmp/busybox mount -o remount,rw /system"
mount: permission denied (are you root?)
adb shell "dd if=/data/local/tmp/busybox of=/system/xbin/busybox"
/system/xbin/busybox: cannot open for write: Read-only file system
adb shell "chown root.shell /system/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
adb shell "chmod 04755 /system/xbin/busybox"
Unable to chmod /system/xbin/busybox: No such file or directory
adb shell "/system/xbin/busybox --install -s /system/xbin"
/system/xbin/busybox: not found
adb shell "rm -r /data/local/tmp/busybox"
adb push "data/su" /system/bin/su
adb shell "chown root.shell /system/bin/su"
Unable to chmod /system/bin/su: No such file or directory
adb shell "chmod 06755 /system/bin/su"
Unable to chmod /system/bin/su: No such file or directory
adb shell "rm /system/xbin/su"
rm failed for /system/xbin/su, Read-only file system
adb shell "ln -s /system/bin/su /system/xbin/su"
link failed Read-only file system
adb push "data/Superuser.apk" /system/app/.
adb shell "cd /data/local/tmp/; rm *"
adb reboot
---------- Post added at 05:41 PM ---------- Previous post was at 05:26 PM ----------
my fault, now it worked! tried 2 times than it worked

great! thx!