Skip to content

Commit

Permalink
Reorder standard network selection menu, now networks with the strong…
Browse files Browse the repository at this point in the history
…est received signal will be placed last to avoid scrolling
  • Loading branch information
v1s1t0r1sh3r3 committed Jan 16, 2024
1 parent edd37a2 commit a759a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Possibility to add manually ESSID name for selected hidden networks
- Improvement on process killing on Evil Twin attacks
- Add WPS version to network selection menu for WPS networks
- Reordered networks on WPS network selection menu, now better received at the end to avoid scrolling
- Reordered networks on network selection menus (standard and WPS), now networks with the strongest received signal will be placed last to avoid scrolling
- Fixed small bug on Evil Twin captive portal attack for passwords containing more than one space char

### 11.21
Expand Down
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13340,7 +13340,7 @@ function explore_for_targets_option() {
return 1
fi

sort -t "," -d -k 4 "${tmpdir}nws.txt" > "${tmpdir}wnws.txt"
sort -t "," -d -k 3 "${tmpdir}nws.txt" > "${tmpdir}wnws.txt"
select_target
}

Expand Down

0 comments on commit a759a81

Please sign in to comment.