Post

Install Mdk3 on Slackware

Hello everybody all :D , i will share how install mdk3 on slackware linux. it’s simple you download file mdk3 on this

site

you know mdk3?? mdk3 is a tools for see hidden wireless SSID only, many functions on mdk3 can defensive attacking if attacker attack us wireless etc.

first you must access on root, because root can be handled all software :-) after download extact file

1
# tar -zxvf mdk3-v6.tar.bz2

and put to your directory e.g /opt

1
# mv mdk3-v6 /opt/

and then you entry directory mdk3 in /opt

1
root@hostname:/opt# cd mdk3-v6

change makefile and modify your file :

1
# nano makefile {Modify the following line and remove the “l” LINKFLAGS = -lpthread to read LINKFLAGS = -pthread}

and update to:

1
LINKFLAGS = -pthread save ctrl+o and exit ctrl+x

now you run and make file

1
2
# make 
# make file

finish you can try on command line :

1
# mdk3 --version or # mdk3 on user you run $ sudo mdk3 --version or $ sudo mdk3

correct me if i wrong, i just share and i wont asking for advice to you :) if you wanna help me, you can follow me for this project. thanks :)

This post is licensed under CC BY 4.0 by the author.