Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deauthenticator randomly crashes on Kali 2019.2 #749

Closed
MPX4132 opened this issue May 27, 2019 · 12 comments
Closed

Deauthenticator randomly crashes on Kali 2019.2 #749

MPX4132 opened this issue May 27, 2019 · 12 comments
Labels
Type: Bug The issue is a bug, and has been proven to be reproducible across multiple users.

Comments

@MPX4132
Copy link
Member

MPX4132 commented May 27, 2019

Bug Report

The deauthenticator crashes randomly when using mdk4 (default).

Summary

What is the current behaviour?

How to reproduce

Run a captive portal attack using the default deauthenticator.

What do you think the expected behaviour should be?

No crashes.

Specs

Card using the ath9k_htc driver.

Expected behavior

@MPX4132
Copy link
Member Author

MPX4132 commented May 27, 2019

This is probably a problem with mdk4, which is probably why we should NOT be using experimental tools.

@MPX4132 MPX4132 added the Type: Bug The issue is a bug, and has been proven to be reproducible across multiple users. label May 27, 2019
@aquilabianca8
Copy link

aquilabianca8 commented May 27, 2019 via email

@medudder
Copy link

I replaced the mdk4 for mdk3 and it works fine.
MDk4 is a problem, I totally agree!!

@Gabo1203
Copy link

medudder, how did you replace it?
Gracias!
Thank you!

@medudder
Copy link

@Gabo1203
de nada :)

modification in "fluxion.sh"
replaced mdk4 for mdk3 in this line:

"aircrack-ng" "bc" "awk:awk|gawk|mawk"
"curl" "cowpatty" "dhcpd:isc-dhcp-server|dhcp" "7zr:p7zip" "hostapd" "lighttpd"
"iwconfig:wireless-tools" "macchanger" "mdk3" "nmap" "openssl"
"php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools"
"fuser:psmisc" "killall:psmisc"
)

modification in "attach.sh"
replaced mdk4 for mdk3 in this line

xterm $FLUXIONHoldXterm $BOTTOMRIGHT -bg black -fg "#FF0009" \
    -title "FLUXION AP Jammer Service [$FluxionTargetSSID]" -e \
    "mdk3 $CaptivePortalJammerInterface d -c $FluxionTargetChannel -b \"$FLUXIONWorkspacePath/mdk4_blacklist.lst\"" &
    # Save parent's pid, to get to child later.
	CaptivePortalJammerServiceXtermPID=$!

@Futureman83
Copy link

mdk4 is removed in Kali repos.

@Rainy57
Copy link

Rainy57 commented Jun 26, 2019

How i can replace?

@deltaxflux
Copy link
Member

Compile the source @Futureman83

@yehias
Copy link

yehias commented Jul 2, 2019

just use nano:

$ nano fluxion.sh

then press :

$ ctrl+\

write:

$ mdk4

replace:

$mdk3

click:

$ shift +a

@usuarionuevor
Copy link

how come this is still not fixed?

@nexon33
Copy link

nexon33 commented Aug 1, 2019

Please fix this, I tried installing mdk4 by compiling and installing the make file from github. the jammer still fails to work and crashes...

after that i tried replacing mdk4 with mdk3 with the method described above, still crashes...

My networkcard is an alfa AWUS036NH

if I try fluxion 2.0 from the official repo then the deauthenticator works but i get some other bugs like the password checked correct or getting corrupted handshakes.

@deltaxflux
Copy link
Member

I revert to mdk3 later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue is a bug, and has been proven to be reproducible across multiple users.
Projects
None yet
Development

No branches or pull requests

10 participants