nthoms Posted January 21, 2014 Posted January 21, 2014 How do I setup the pineapple to bootup and automatically start the wifijammer? Is it as simple as setting the wifijammer to autostart? Or is it better to use another method? Quote
Foxtrot Posted January 21, 2014 Posted January 21, 2014 You can deauth by simply setting airmon-ng start wlan1; mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11 as a dip switch option Quote
nthoms Posted January 22, 2014 Author Posted January 22, 2014 You can deauth by simply setting airmon-ng start wlan1; mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11 as a dip switch option Thanks for your suggestion ... I will give it a try. Quote
nthoms Posted January 24, 2014 Author Posted January 24, 2014 (edited) It didn't seem to work. This command appears to have worked fine ... airmon-ng start wlan1 But the following did not ... mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11 if I ssh to the pineapple and run the "mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11" command it works ... but setting the dipswitches to automatically run it doesn't. Any insight as to where I'm going wrong on this??? airmon-ng start wlan1; mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11; Edited January 24, 2014 by nthoms Quote
carmelo42 Posted January 24, 2014 Posted January 24, 2014 may be if you put your commands into a bash script, and run the script with dip switch ? #!/bin/bash command 1 command 2 and you launch this script with dip switch Quote
awskier08 Posted January 25, 2014 Posted January 25, 2014 Tried both ways, it seems like the monitor never seems to get going properly. Quote
Sebkinne Posted January 25, 2014 Posted January 25, 2014 Make sure to add a sleep before the commands. To be safe start with 20s and decrease the delay if needed. Best regards, Sebkinne Quote
awskier08 Posted January 30, 2014 Posted January 30, 2014 sleep 20; airmon-ng start wlan1; sleep 20; mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11; Would this work probably? Quote
Foxtrot Posted January 30, 2014 Posted January 30, 2014 Not sure if there is a need for the second sleep, but thanks to Sebs input, that should work :) Quote
nthoms Posted January 31, 2014 Author Posted January 31, 2014 (edited) Unless I'm missing something ... this still doesn't work. sleep 20; airmon-ng start wlan1; sleep 20; mdk3 mon0 d -c 1,2,3,4,5,6,7,8,9,10,11; It never seems to successfully start the mdk3. Has anyone had any luck getting this started from boot mode dip switches? Edited January 31, 2014 by nthoms Quote
markcoker Posted January 31, 2014 Posted January 31, 2014 i dont have mdk3 install so i cant this for you sorry, but here's something ive found handy, also the logs may be helpful and outputting to a file for example: /sd/scripts/wifijammer.sh > /sd/scripts/wifijammer.log TIP: if your wanting to test your dip setup you could run /usr/bin/dip-handler which ive found handy to test correct dip setup. (no need to restart to test) :D1. So you first just use web interface Configuration > Boot Modes (or edit mk5.db with a db editor of your choice) to edit dip settings & save. 2. Change your dips correct to the settings you want to test. 3. Finally run /usr/bin/dip-handler and those settings will run. Hope it helps. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.