Skip to content

Commit

Permalink
Issue fix with pack-mask.sh (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypt0rr authored Nov 30, 2022
1 parent 61bf24d commit b20f138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/processors/pack-mask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ source scripts/selectors/hashlist.sh

# Logic
cat $POTFILE | awk -F: '{print $NF}' | sort -u | tee tmp_pwonly &>/dev/null
python2 scripts/extensions/pack/statsgen.py tmp_pwonly $KERNEL tmp_masks
python2 scripts/extensions/pack/maskgen.py tmp_masks --targettime 1000 -$KERNELptindex -q --pps 14000000000 --minlength=2 $KERNEL tmp_hcmask
python2 scripts/extensions/pack/statsgen.py tmp_pwonly -o tmp_masks
python2 scripts/extensions/pack/maskgen.py tmp_masks --targettime 1000 --optindex -q --pps 14000000000 --minlength=2 -o tmp_hcmask
$HASHCAT $KERNEL --bitmap-max=24 --hwmon-disable --potfile-path=$POTFILE -m$HASHTYPE $HASHLIST -a 3 tmp_hcmask
rm tmp_pwonly tmp_masks tmp_hcmask
echo -e "\nPACK mask processing done\n"

0 comments on commit b20f138

Please sign in to comment.