Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Oscar Fuentes
#92026 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
User avatar
By LarryRamirez
#92301 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.