View Single Post
Posts: 43 | Thanked: 16 times | Joined on Mar 2010
#57
Originally Posted by Red_Fox View Post
the mdk3 is used (in v0.3) for purge all client with the option "d"
Code:
d   - Deauthentication / Disassociation Amok Mode
     Kicks everybody found from AP
look here

I've used this script
Code:
mdk3 wlan0 d -n (ssid) -c (channel)
for load/unload I copied and pasted the contents of the FAS load/unload script..
Code:
#load
cd MyDocs/wl1251-maemo/binary/compat-wireless/
sh load.sh
sleep 1s
sh load.sh
echo "driver loaded"
sleep 1s
if you have problem whit v0.3 to load/unload driver please post the error
Hi Red,

so just to confirm:

Option 3 (choose the victims clients/purge all users) executes the MDK3 script above right?

Thanks

Nick