From ec54b925044b35a28c7480d6c1dae5d7cbc52e1c Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Tue, 13 Aug 2024 23:07:31 +0200 Subject: [PATCH] Decrease default timeout for PMKID capture. After last changes now it works faster --- airgeddon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgeddon.sh b/airgeddon.sh index fec0b1da8..63d8eb55d 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -140,7 +140,7 @@ standardhandshake_filename="handshake-01.cap" standardpmkid_filename="pmkid_hash.txt" standardpmkidcap_filename="pmkid.cap" timeout_capture_handshake="20" -timeout_capture_pmkid="25" +timeout_capture_pmkid="15" osversionfile_dir="/etc/" plugins_dir="plugins/" ag_orchestrator_file="ag.orchestrator.txt"