Skip to content

Commit

Permalink
Update WPA3 online attack plugin to work with airgeddon v11.30
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarAkaElvis committed Jul 4, 2024
1 parent 5bb04d6 commit 552bf32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Plugins system feature is available from `airgeddon>=10.0`. More information abo

> An airgeddon plugin to perform a dictionary online attack over WPA3 wireless networks.
This plugin is for [airgeddon] tool. Using a modified and pre-compiled wpa_supplicant binary, the system is able to distinguish AP responses in order to validate if the attack was successful or not. `airgeddon` is adding a new menu option for this dictionary online attack over WPA3 wireless networks. It works for `airgeddon>=11.10`.
This plugin is for [airgeddon] tool. Using a modified and pre-compiled wpa_supplicant binary, the system is able to distinguish AP responses in order to validate if the attack was successful or not. `airgeddon` is adding a new menu option for this dictionary online attack over WPA3 wireless networks. It works for `airgeddon>=11.30`.

It is based on the [Wacker] script. Credits to the author/s: [https://github.com/blunderbuss-wctf/wacker](https://github.com/blunderbuss-wctf/wacker). Credits also for The staff of the [Ermine] tool for their contribution donating free use of their awesome statifier tool used in the WPA3 online attack plugin to make executable portable.

Expand Down
10 changes: 7 additions & 3 deletions wpa3_online_attack/wpa3_online_attack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin_author="OscarAkaElvis"

plugin_enabled=1

plugin_minimum_ag_affected_version="11.10"
plugin_minimum_ag_affected_version="11.30"
plugin_maximum_ag_affected_version=""
plugin_distros_supported=("*")

Expand Down Expand Up @@ -522,9 +522,11 @@ function wpa3_online_attack_override_initialize_menu_and_print_selections() {
return_to_handshake_pmkid_tools_menu=0
;;
"dos_attacks_menu")
enterprise_mode=""
et_mode=""
dos_pursuit_mode=0
print_iface_selected
print_all_target_vars
print_all_target_dos_attacks_menu_vars
;;
"dos_handshake_menu")
print_iface_selected
Expand All @@ -534,24 +536,26 @@ function wpa3_online_attack_override_initialize_menu_and_print_selections() {
print_iface_selected
;;
"evil_twin_attacks_menu")
enterprise_mode=""
return_to_et_main_menu=0
return_to_enterprise_main_menu=0
retry_handshake_capture=0
return_to_et_main_menu_from_beef=0
retrying_handshake_capture=0
internet_interface_selected=0
enterprise_mode=""
et_mode=""
et_processes=()
secondary_wifi_interface=""
et_attack_adapter_prerequisites_ok=0
advanced_captive_portal=0
print_iface_selected
print_all_target_vars_et
;;
"enterprise_attacks_menu")
return_to_enterprise_main_menu=0
return_to_et_main_menu=0
enterprise_mode=""
et_mode=""
et_processes=()
secondary_wifi_interface=""
et_enterprise_attack_adapter_prerequisites_ok=0
Expand Down

0 comments on commit 552bf32

Please sign in to comment.