From 86efef535b03f1cf6c36dc58a44d77679929fac5 Mon Sep 17 00:00:00 2001 From: Sivanesh Ashok Date: Sun, 1 Sep 2019 14:12:15 +0530 Subject: [PATCH] Fix bug --- hashcatch | 1 + 1 file changed, 1 insertion(+) diff --git a/hashcatch b/hashcatch index 2dcb9bb..0c728bb 100755 --- a/hashcatch +++ b/hashcatch @@ -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++))