Search the Community
Showing results for tags 'access points'.
-
Is there a way using the WiFi Pineapple Nano to find out what APs a targets device has in it's previously connected wifi list? Phones, I would guess, have many APs in it's memory that they have previously connected too and are constantly on the look out for. It would be handy to know what they were so that I may create a clone of that AP to get the target device to connect too. Thanks for any help Tim
-
hi maybe strange question but, i need to make nano a wifi extender. so can i add password to open ap or let more then one client connect to management ap at sametime?how? sorry for englis and dumb questions.
-
Hi all, I am working on a project that spoofs the geolocation of devices by faking MAC addresses from another place through wifi signals (somewhat similar to this). I have a Raspberry B+, connected to an Alfa AWUS036NH running in monitor mode, connected through ETHERNET with an MBP sharing Internet connection. I am currently able to use Aircrack + mdk3 to create multiple (encrypted) AP within a list of fake MAC addresses, using: sudo mdk3 wlan0mon b -v LIST.txt -g -t And this works perfectly. However I also want, at the same time, to use the same wireless adapter to create an AP (with a hand-assigned MAC address) that shares the internet connection the Raspberry shares via ethernet. Thus, both as a router, and as a "fake AP generator". Is this possible? If not, any ideas of what would be the best workaround? I am doing this for test purposes. The spoofing did not work well only faking unconnectable signals, but my theory is that by also creating an actual access point with a fake mac address, the setup will work better. Thanks in advance. LG.