Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let total=$(wc -l dict.txt | cut -d " " -f1);let num=1; for i in $(cat dict.txt);do echo -ne "Probando:\t\e[1;4;31;40m$(echo -n $i)\e[m\n" && echo -ne " Intento \e[4;36m$((num))\e[m de \e[1;33m$total\e[m \n" ; ((num++)); truecrypt --text --non-interactive -p $(echo -n "$i" | tr -d "\r" | tr -d "\n") --mount VOLUMEN_CIFRADO && echo -e "\n\t\t\t\e[1;4;35m Mounted Sucessfully with $i\e[m\n" && break ;done
- dict.txt > Diccionario de posibles contraseñas
- VOLUMEN_CIFRADO > Volumen de Truecrypt a intentar montar.
- Ej:
- http://t.co/278CKm9FTc
Advertisement
Add Comment
Please, Sign In to add comment