aircrack-ng / mdk4

MDK4
GNU General Public License v3.0
617 stars 110 forks source link

can we expect these two commands to work together ? #22

Open minanagehsalalma opened 5 years ago

minanagehsalalma commented 5 years ago

image

can we Deauth a Specified station connected to a Specified BSSID ? like mdk4 d -B 20-A1-BF-1F-8C-FE -S FE-60-3C-E1-1E-71 ......... just like aireplay-ng commend

aireplay-ng -0 0 -a 20-A1-BF-1F-8C-FE -c FE-60-3C-E1-1E-71 mon0

what do you think ?

minanagehsalalma commented 5 years ago

@samueloph

E7mer commented 5 years ago

ok, the attack will be more accurate!

minanagehsalalma commented 5 years ago

@E7mer thanks .... every attack should be flexible :)

minanagehsalalma commented 5 years ago

@E7mer then after you add this Option....
an whitelist station Option would be very useful ... just like mdk4 d -B 20-A1-BF-1F-8C-FE -WS FE-60-3C-E1-1E-71

that disconnects all clients but not this white listed one ........... as this well be helpful while doing tests ..

E7mer commented 5 years ago

Multiple commands and whitelist station option are already supported :) Please let me know if there is any problem during the test..

minanagehsalalma commented 5 years ago

Multiple commands and whitelist station option are already supported :) Please let me know if there is any problem during the test..

@E7mer this more like black list station .

E7mer commented 5 years ago

Did you test it ? It works like that.

mina nageh salama notifications@github.com 于2019年1月29日周二 上午12:05写道:

[image: image] https://user-images.githubusercontent.com/20546638/51848660-a83fe580-2326-11e9-8273-63377b3092f1.png

can we Deauth a Specified station connected to a Specified BSSID ? like mdk4 d -B 20-A1-BF-1F-8C-FE -S FE-60-3C-E1-1E-71 ......... just like aireplay-ng commend

aireplay-ng -0 0 -a 20-A1-BF-1F-8C-FE -c FE-60-3C-E1-1E-71 mon0

what do you think ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aircrack-ng/mdk4/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/AQtlsBhc7E45eTXP7JKFWC2e2X1n1P04ks5vHx_LgaJpZM4aWO8l .

minanagehsalalma commented 5 years ago

Did you test it ? It works like that. mina nageh salama notifications@github.com 于2019年1月29日周二 上午12:05写道: [image: image] https://user-images.githubusercontent.com/20546638/51848660-a83fe580-2326-11e9-8273-63377b3092f1.png can we Deauth a Specified station connected to a Specified BSSID ? like mdk4 d -B 20-A1-BF-1F-8C-FE -S FE-60-3C-E1-1E-71 ......... just like aireplay-ng commend aireplay-ng -0 0 -a 20-A1-BF-1F-8C-FE -c FE-60-3C-E1-1E-71 mon0 what do you think ? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#22>, or mute the thread https://github.com/notifications/unsubscribe-auth/AQtlsBhc7E45eTXP7JKFWC2e2X1n1P04ks5vHx_LgaJpZM4aWO8l .

Works like what ? Does it deauth a one specified station out of all the available ones ? I am talking about the first suggestion

"can we Deauth a Specified station connected to a Specified BSSID ? like mdk4 d -B 20-A1-BF-1F-8C-FE -S FE-60-3C-E1-1E-71 ......... just like aireplay-ng commend

aireplay-ng -0 0 -a 20-A1-BF-1F-8C-FE -c FE-60-3C-E1-1E-71 mon0

what do you think ?" @E7mer