fakeAP
fakeAP copied to clipboard
Sniffing access points to create FakeAp not working
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.
I had the same issue and the commands above fixed it. Thanks so much.
Same problem. Cannot find the AP after the script is running