#!/bin/sh echo 'Your encrypted lock code is:' echo root:$(grep -A 13 lock_code /dev/mtd1|busybox tail -1): echo 'Save that code to a plain text file, install John the Ripper, then run "sudo john /path/to/passwordfile.txt"'