From c9508e97c2586d52bf98583382bf34f5eb267f9b Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Tue, 15 Oct 2024 11:29:24 +0200 Subject: [PATCH] Fix besside-ng tmux attack. Workaround for the weird besside-ng process behaviour showing bssid as 00 11 22 33 44 55 instead of 00:11:22:33:44:55 during a ps --- airgeddon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgeddon.sh b/airgeddon.sh index 3f23a69a5..b7e443a85 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -3553,7 +3553,7 @@ function exec_wep_besside_attack() { recalculate_windows_sizes pushd "${tmpdir}" > /dev/null 2>&1 manage_output "-hold -bg \"#000000\" -fg \"#FF00FF\" -geometry ${g2_stdleft_window} -T \"WEP Besside-ng attack\"" "besside-ng -c \"${channel}\" -b \"${bssid}\" \"${interface}\" -v | tee \"${tmpdir}${wep_besside_log}\"" "WEP Besside-ng attack" "active" - wait_for_process "besside-ng -c \"${channel}\" -b \"${bssid}\" \"${interface}\" -v" "WEP Besside-ng attack" + wait_for_process "besside-ng -c \"${channel}\" -b \"${bssid//:/ }\" \"${interface}\" -v" "WEP Besside-ng attack" popd "${tmpdir}" > /dev/null 2>&1 manage_wep_besside_pot