-
Notifications
You must be signed in to change notification settings - Fork 147
Description
1- deauth the user from his original network
2- broadcast an AP from his prob ssid list so it will connect
3- the captive portal page that contains ajax code opens
4-Disconnect him from our ap
5- The cached page (obviously it should be the same IP as the router because of SOP) with ajax will connect to the router page (when it detects internet connection) and will send us the page code and images (base 64 encoded) to our puplic server that can be anything.
6- download the page to our device and add to a note the AP ssid and bssid and the client bssid
Notes maybe make the page show in large text "internet is loading" with a little cute spinning circle so the victim waits
also if router ip isn't the default we will need an additional step something like this js script for scanning local network then after you receive the ip in our server (maybe ngrok with port forwarding) we deauth it again so he reconnects and we update the page ip with the correct one .
The key is timing
What do you think ?