fakeAP icon indicating copy to clipboard operation
fakeAP copied to clipboard

Sniffing access points to create FakeAp not working

Open pawnsmaster opened this issue 9 years ago • 2 comments

After the latest update many problems are occurring First i tried to make a new fakeAp

./fakeAp.sh

Every thing went smooth but cant find the wifi with my iphone After that i tried to create a twin by copying one the stations available

./fakeAp.sh -t

but it doesn't show any networks, pressing crtl+c still ask me to choose Ap to copy by num In this point here what i got by this commands

iwconfig 

my wifi card was like (wlan0monmonmon mode: managed) seems like every time i run the script it adds 'mon' or the script doesn't clear settings after closing . Can't use my wifi card and i had to restart but this is how i solved it

ifconfig wlan0monmonmon down
iwconfig wlan0monmonmon mode monitor
airmon-ng stop wlan0monmonmon

Hope you will fix this and update the script soon.

pawnsmaster avatar Aug 25 '15 14:08 pawnsmaster

I had the same issue and the commands above fixed it. Thanks so much.

thomasdane avatar Sep 14 '15 13:09 thomasdane

Same problem. Cannot find the AP after the script is running

misterch0c avatar Nov 19 '15 09:11 misterch0c