Skip to content

Commit

Permalink
Removed useless order file statement, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Jan 16, 2024
1 parent a759a81 commit 07d045e
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 @@ -13394,7 +13394,7 @@ function explore_for_wps_targets_option() {
manage_output "+j -bg \"#000000\" -fg \"#FFFFFF\" -geometry ${g1_topright_window} -T \"Exploring for WPS targets\"" "wash -i \"${interface}\"${wash_ifaces_already_set[${interface}]}${wash_band_modifier} | tee \"${tmpdir}wps.txt\"" "Exploring for WPS targets" "active"
wait_for_process "wash -i \"${interface}\"${wash_ifaces_already_set[${interface}]}${wash_band_modifier}" "Exploring for WPS targets"

readarray -t WASH_PREVIEW < <(cat <(head -n 2 "${tmpdir}wps.txt") <(tail -n +3 "${tmpdir}wps.txt" | sort -k3,3n 2> /dev/null))
readarray -t WASH_PREVIEW < <(cat < "${tmpdir}wps.txt" 2> /dev/null)

local wash_header_found=0
local wash_line_counter=1
Expand Down

0 comments on commit 07d045e

Please sign in to comment.