From 3f618057decb15e6e00d3c4dd354c9bf61c28f28 Mon Sep 17 00:00:00 2001 From: strasharo Date: Sat, 30 Apr 2016 14:12:15 +0300 Subject: [PATCH] correct informational messages --- fluxion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxion b/fluxion index a46dd98..cfa6c17 100755 --- a/fluxion +++ b/fluxion @@ -2125,7 +2125,7 @@ function handshakelocation { cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap webinterface else - echo "Broken handshake " + echo "Corrupted handshake" echo sleep 4 echo "you can try aircrack-ng" @@ -2141,7 +2141,7 @@ function handshakelocation { cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap webinterface else - echo "Broken handshake" + echo "Corrupted handshake" sleep 4 handshakelocation fi