View Issue Details

IDProjectCategoryView StatusLast Update
0005591Kali LinuxGeneral Bugpublic2019-09-05 13:33
Reporterusama Assigned Tosbrun  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2019.2 
Fixed in Version2019.4 
Summary0005591: mdk4 won't deauth using blacklist -b option
Description

So the following command I used
mdk4 wlan0mon d -c 1 -b dis.txt

If I don't use -b it deauthenticates fine but using -b blacklist won't deauth AP however mdk3 works fine with the above command.

Tested on Linux kali 4.19.0-kali5-amd64 0000001 SMP Debian 4.19.37-5kali1 (2019-06-20) x86_64 GNU/Linux

mdk4 does work fine with -b flag on parrot OS though.

Activities

sbrun

sbrun

2019-07-24 07:13

manager   ~0010803

Thanks for the report. Parrot OS and Kali ship the same package mdk4 with the same binary. I don't see why
it would work on Parrot and not on Kali.
Please provides more details about the issue, about version packages and your kernel version (in Kali and Parrot).
Thanks

usama

usama

2019-07-27 04:14

reporter   ~0010807

Turns out mdk4 does not work with -b flag on both kali and parrot os.It's a bug in mdk4 not in kali or parrot.Reverting back few commits fixed the problem for me.I'm jotting steps here to fix mdk4 actually a temporary fix.

1) apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
2) git clone https://github.com/aircrack-ng/mdk4
3) cd mdk4
4) git checkout 879eb05ab4
5) git cherry-pick 767c304
6) make
7) sudo make install

After that mdk4 will work fine with mdk4 wlan0mon d -c 1 -b dis.txt

usama

usama

2019-07-27 04:15

reporter   ~0010808

isssue raised here https://github.com/aircrack-ng/mdk4/issues/37

usama

usama

2019-09-03 04:14

reporter   ~0010955

The bug is fixed in latest commit.Please package mdk4 with this commit https://github.com/aircrack-ng/mdk4/commit/46c70663d8935dad7812e54f0a4f77520b763436

sbrun

sbrun

2019-09-05 13:33

manager   ~0011050

fixed in new version 4.1+git20190904-1 imported from Debian.
It will be available in kali-rolling in a few hours.

Issue History

Date Modified Username Field Change
2019-07-21 01:47 usama New Issue
2019-07-24 07:13 sbrun Assigned To => sbrun
2019-07-24 07:13 sbrun Status new => feedback
2019-07-24 07:13 sbrun Note Added: 0010803
2019-07-27 04:14 usama Note Added: 0010807
2019-07-27 04:14 usama Status feedback => assigned
2019-07-27 04:15 usama Note Added: 0010808
2019-09-03 04:14 usama Note Added: 0010955
2019-09-05 13:33 sbrun Status assigned => resolved
2019-09-05 13:33 sbrun Resolution open => fixed
2019-09-05 13:33 sbrun Fixed in Version => 2019.4
2019-09-05 13:33 sbrun Note Added: 0011050