hashcat: cleanup thanks to tamiko for pointing out

This commit is contained in:
Rick Farina (Zero_Chaos) 2016-08-31 22:30:09 -04:00
parent 938fd181dc
commit f26a1a5e23
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -42,10 +42,7 @@ src_test() {
elif use vidia_cards_fglrx; then
addwrite /dev/ati
fi
if [ ! -w /dev/nvidia0 ]; then
echo fuck
fi
#this always exists with 255 despite success
#this always exits with 255 despite success
#./hashcat -b -m 2500 || die "Test failed"
./hashcat -a 3 -m 1500 nQCk49SiErOgk
}