Skip to content

Commit

Permalink
Fix besside-ng tmux attack. Workaround for the weird besside-ng proce…
Browse files Browse the repository at this point in the history
…ss behaviour showing bssid as 00 11 22 33 44 55 instead of 00:11:22:33:44:55 during a ps
  • Loading branch information
v1s1t0r1sh3r3 committed Oct 15, 2024
1 parent 7332db6 commit c9508e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9508e9

Please sign in to comment.