-->
Page 1 of 1

Caption Portal open link

PostPosted: Mon Aug 09, 2021 10:22 am
by Oscar Fuentes
Good Afternoon,

I am doing a project in arduino where I use the WiFiManager library with ESP8266 NodeMcu board. The problem is that once the WiFi credentials are configured and saved, I need to press a link ("AƱadir O2BASE") and it redirects to https://www.mydomine.com, but since the link is in the captive portal, I am connected to a local network and therefore I can't access https://www.mydomine.com .

Maybe it can be configured so that the local network created by WiFiManager Arduino is inside my mydomine.com server?

Does anyone know any solution?

Thanks a lot

Image
Image

Re: Caption Portal open link

PostPosted: Fri Sep 10, 2021 5:46 am
by LarryRamirez
If you have Kali Linux, Ubuntu, Linux Mint, Debian or any of their derivatives, then install a couple of packages:
sudo apt -y install sipcalc nmap
You can download the script itself as follows:
1. wget https://raw.githubusercontent.com/syste ... captive.sh
2. sudo chmod u + x hack-captive.sh
But I slightly modified this script but u do not need it.