Skip to content

Commit

Permalink
Fix tmux mdk decloak caused by unbuffer command prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Nov 22, 2024
1 parent 5aa3402 commit bc81422
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 @@ -12768,7 +12768,7 @@ function exec_decloak_by_dictionary() {
rm -rf "${tmpdir}decloak.log" > /dev/null 2>&1
recalculate_windows_sizes
manage_output "+j -bg \"#000000\" -fg \"#FFFF00\" -geometry ${g1_topright_window} -T \"decloack by dictionary\"" "${unbuffer}${mdk_command} ${interface} p -t ${bssid} -f ${DICTIONARY} | tee ${tmpdir}decloak.log ${colorize}" "decloack by dictionary" "active"
wait_for_process "${unbuffer}${mdk_command} ${interface} p -t ${bssid} -f ${DICTIONARY}" "decloack by dictionary"
wait_for_process "${mdk_command} ${interface} p -t ${bssid} -f ${DICTIONARY}" "decloack by dictionary"

if check_essid_in_mdk_decloak_log; then
echo
Expand Down

0 comments on commit bc81422

Please sign in to comment.