mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-27 02:12:38 +00:00
Use native oclHashcat for test.sh
This commit is contained in:
parent
61744662c0
commit
3fce66bd8c
@ -1559,8 +1559,7 @@ EOF
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
BN="amd"
|
BIN="oclHashcat"
|
||||||
BIN="oclHashcat64.bin"
|
|
||||||
MARKOV="enabled"
|
MARKOV="enabled"
|
||||||
ATTACK=0
|
ATTACK=0
|
||||||
MODE=0
|
MODE=0
|
||||||
@ -1795,7 +1794,7 @@ fi
|
|||||||
# fix logfile
|
# fix logfile
|
||||||
if [ "${PACKAGE}" -eq 0 ]; then
|
if [ "${PACKAGE}" -eq 0 ]; then
|
||||||
|
|
||||||
cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report_${BN}.log
|
cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user