Skip to content

Commit

Permalink
Change third available DoS attack (out of DoS attacks menu)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Nov 18, 2024
1 parent 95b7607 commit ee06e65
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fixed bug parsing version number for newer hcxdumptool versions
- Added WEP besside-ng attack
- Added network decloaking feature
- Changed third available DoS attack (out of DoS attacks menu)

### 11.31
- Fixed graphics system detection when launched on a headless system using remote X windows
Expand Down
24 changes: 12 additions & 12 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ function dos_pursuit_mode_et_handler() {
if [ "${yesno}" = "y" ]; then
dos_pursuit_mode=1

if [ "${et_dos_attack}" = "Wds Confusion" ]; then
if [ "${et_dos_attack}" = "Auth DoS" ]; then
echo
language_strings "${language}" 508 "yellow"
language_strings "${language}" 115 "read"
Expand Down Expand Up @@ -4459,13 +4459,13 @@ function launch_dos_pursuit_mode_attack() {
global_process_pid=""
fi
;;
"Wds Confusion")
"Auth DoS")
dos_delay=10
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${iface_monitor_et_deauth}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${deauth_scr_window_position} -T \"Deauth (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} w -e ${essid} -c ${channel}" "Deauth (DoS Pursuit mode)"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${deauth_scr_window_position} -T \"Deauth (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} a -a ${bssid} -m" "Deauth (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
get_tmux_process_id "${mdk_command} ${interface_pursuit_mode_deauth} w -e ${essid} -c ${channel}"
get_tmux_process_id "${mdk_command} ${interface_pursuit_mode_deauth} a -a ${bssid} -m"
dos_pursuit_mode_attack_pid="${global_process_pid}"
global_process_pid=""
fi
Expand Down Expand Up @@ -10290,8 +10290,8 @@ function exec_et_deauth() {
"Aireplay")
deauth_et_cmd="aireplay-ng --deauth 0 -a ${bssid} --ignore-negative-one ${iface_monitor_et_deauth}"
;;
"Wds Confusion")
deauth_et_cmd="${mdk_command} ${iface_monitor_et_deauth} w -e ${essid} -c ${channel}"
"Auth DoS")
deauth_et_cmd="${mdk_command} ${iface_monitor_et_deauth} a -a ${bssid} -m"
;;
esac

Expand Down Expand Up @@ -12631,11 +12631,11 @@ function capture_handshake_evil_twin() {
fi
sleeptimeattack=12
;;
"Wds Confusion")
"Auth DoS")
recalculate_windows_sizes
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_bottomleft_window} -T \"wids / wips / wds confusion attack\"" "${mdk_command} ${interface} w -e ${essid} -c ${channel}" "wids / wips / wds confusion attack"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_bottomleft_window} -T \"auth dos attack\"" "${mdk_command} ${interface} a -a ${bssid} -m" "auth dos attack"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
get_tmux_process_id "${mdk_command} ${interface} w -e ${essid} -c ${channel}"
get_tmux_process_id "${mdk_command} ${interface} a -a ${bssid} -m"
processidattack="${global_process_pid}"
global_process_pid=""
fi
Expand Down Expand Up @@ -13272,9 +13272,9 @@ function dos_handshake_decloaking_menu() {
capture_handshake_window
fi
recalculate_windows_sizes
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_bottomleft_window} -T \"wids / wips / wds confusion attack\"" "${mdk_command} ${interface} w -e ${essid} -c ${channel}" "wids / wips / wds confusion attack"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_bottomleft_window} -T \"auth dos attack\"" "${mdk_command} ${interface} a -a ${bssid} -m" "auth dos attack"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
get_tmux_process_id "${mdk_command} ${interface} w -e ${essid} -c ${channel}"
get_tmux_process_id "${mdk_command} ${interface} a -a ${bssid} -m"
processidattack="${global_process_pid}"
global_process_pid=""
fi
Expand Down Expand Up @@ -14464,7 +14464,7 @@ function et_dos_menu() {
if contains_element "${et_dos_option}" "${forbidden_options[@]}"; then
forbidden_menu_option
else
et_dos_attack="Wds Confusion"
et_dos_attack="Auth DoS"

echo
language_strings "${language}" 509 "yellow"
Expand Down
26 changes: 13 additions & 13 deletions language_strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3035,19 +3035,19 @@ function initialize_language_strings() {
arr["ARABIC",140]="2. DeAuth aireplay هجوم"
arr["CHINESE",140]="2. Deauth aireplay 攻击"

arr["ENGLISH",141]="3. WIDS / WIPS / WDS Confusion attack"
arr["SPANISH",141]="3. Ataque WIDS / WIPS / WDS Confusion"
arr["FRENCH",141]="3. Attaque WIDS / WIPS / WDS Confusion"
arr["CATALAN",141]="3. Atac WIDS / WIPS / WDS Confusion"
arr["PORTUGUESE",141]="3. Ataque WIDS / WIPS / Confusão WDS"
arr["RUSSIAN",141]="3. Атака смешения WIDS / WIPS / WDS"
arr["GREEK",141]="3. Επίθεση σύγχυσης WIDS / WIPS / WDS"
arr["ITALIAN",141]="3. Attacco WIDS / WIPS / WDS Confusion"
arr["POLISH",141]="3. Atak WIDS / WIPS / WDS Confusion"
arr["GERMAN",141]="3. WIDS / WIPS / WDS Confusion Angriff"
arr["TURKISH",141]="3. WIDS / WIPS / WDS Confusion saldırısı"
arr["ARABIC",141]="3. Confusion WIDS / WIPS / WDS هجوم"
arr["CHINESE",141]="3. WIDS / WIPS / WDS 混淆攻击"
arr["ENGLISH",141]="3. Auth DoS attack"
arr["SPANISH",141]="3. Ataque Auth DoS"
arr["FRENCH",141]="3. Attaque Auth DoS"
arr["CATALAN",141]="3. Atac Auth Dos"
arr["PORTUGUESE",141]="3. Ataque Auth DoS"
arr["RUSSIAN",141]="3. DoS атака деаутентификации"
arr["GREEK",141]="3. Επίθεση Auth DoS"
arr["ITALIAN",141]="3. Attacco Auth DoS"
arr["POLISH",141]="3. Atak Auth DoS"
arr["GERMAN",141]="3. Auth DoS Angriff"
arr["TURKISH",141]="3. Auth DoS saldırısı"
arr["ARABIC",141]="3. Auth DoS هجوم"
arr["CHINESE",141]="3. 身份验证 DoS 攻击 (Auth DoS)"

arr["ENGLISH",142]="If the Handshake doesn't appear after an attack, try again or change the type of attack"
arr["SPANISH",142]="Si tras un ataque el Handshake no aparece, vuelve a intentarlo o cambia de ataque hasta conseguirlo"
Expand Down

0 comments on commit ee06e65

Please sign in to comment.