TODO – make a proper page
(random notes)
Old notes ∞
# requires root to run John The Ripper file_to_unrar=filename.rar :<<BROKEN \john --incremental:all -stdout | while read pass;do \unrar x -p"${pass}" $file_to_unrar if [ "$?" -eq 0 ];then exit 0 fi done BROKEN #edit /etc/john/john.conf with "MinLen = 1" \john --incremental:all --stdout |\ \tr "\n" "\0" |\ \xargs -0 -I jtr \ \unrar e -pjtr -inul $file_to_unrar |\ \grep 100%
