Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
staz0t committed Sep 1, 2019
1 parent 478e93c commit 86efef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hashcatch
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ hc_run(){
if [[ $hashflag == *"0 records loaded"* ]]
then
rm "/tmp/hc_handshakes/$bssid.hccapx" &> /dev/null
rm "/tmp/hc_captures/$bssid-01.cap" &> /dev/null
else
cp "/tmp/hc_handshakes/$bssid.hccapx" "$d_handshakes/$bssid.hccapx" &> /dev/null
((hs_count++))
Expand Down

0 comments on commit 86efef5

Please sign in to comment.