From 82461bd44ec5aeda0aeb34800ff28f215a16e8ab Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 10 Sep 2024 13:38:00 +0200 Subject: [PATCH] added information about NC to status --- hcxpcapngtool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hcxpcapngtool.c b/hcxpcapngtool.c index 4f71fcc3..eda8c950 100644 --- a/hcxpcapngtool.c +++ b/hcxpcapngtool.c @@ -980,7 +980,8 @@ if(eapolm1ancount <= 1) "This dump file does not contain enough EAPOL M1 frames.\n" "It always happens if the capture file was cleaned or " "it could happen if filter options are used during capturing.\n" - "That makes it impossible to calculate nonce-error-correction values.\n"); + "That makes it impossible to calculate nonce-error-correction values.\n" + "https://hashcat.net/forum/thread-6361.html\n"); if(timestampdiff < 60000000000) fprintf(stdout, "Duration of the dump tool was a way too short to capture enough additional information.\n"); } if((eapolm1count + eapolm2count + eapolm4count > 0) && (eapolm3count == 0))