Questions tagged [captiveportal]

Captive portals are pages to which users are redirected to until they are logged in.

125 questions
0
votes
0 answers

Execute Code when Captive Portal is detected / "sign in" notification gets shown

Is there something like a Broadcast receiver that I can use to detect when the captive portal "you need to sign in" notification is shown? It seems like there are multiple CaptivePortal apis but all with different purposes. I currently only have a…
0
votes
0 answers

Open custom app on captive portal notification trigger

I'm working on a cordova app which will log our users into our wifi captive portal login screen instead of them having to type their credentials every time. When connected to our wifi and opened manually the app does its job flawlessly, but…
php_nub_qq
  • 12,762
  • 17
  • 59
  • 123
0
votes
1 answer

ESP8266 Captive Portal and jump to "normal" Browser

I like to run some esp8288 with some custemizing or controles in AP mode. To make it easyer to use I like to use the captive portal function to make the access easyer for the user. So the after connecting the captive portal will pop up e.g. on…
0
votes
0 answers

How to send authenticate to to Radius server from app

I have configured a Radius server and use my router as a Radius client. Usually, users will log in into the wifi by system settings or the Captive Portal webpage. Now, I don't want that behavior. I want to build a mobile app that can send…
Hai Pham
  • 183
  • 5
0
votes
0 answers

Setting up Captive Portal on Jetson Xavier NX

I want to set up a captive portal on my Jetson Xavier NX. I was thinking of using nodogsplash in OpenWRT but I figured that's a terrible idea. Then I was trying to install nodogsplash on the Jetson ubuntu but since it's for arm, it did not work. I…
0
votes
0 answers

NoDogSplash with Ubiquiti Bullet and Intel NUC on LAN

If I have a Ubiquiti Bullet as a bridge to my LAN, and NDS running on an Intel NUC Debian machine on the LAN, can someone point me to a tutorial for setting up the captive portal? The Bullet doesn't have enough memory to install NDS on it.
Dan
  • 485
  • 1
  • 6
  • 22
0
votes
1 answer

How do captive portals redirect ip addresses?

So I've been looking into captive portals recently, and I was wondering how they redirect IP addresses. I know that they redirect domain names with DNS spoofing, but as far as I know there's no way to do that with IPs. I'm probably wrong, but in…
Lennon McLean
  • 63
  • 1
  • 7
0
votes
0 answers

How to use same session in different clients in NodeJs express framework

I'm making a captive portal using express, It consists in a login page then an update of the user data, so I started to use sessions due the security, I don't want that the client has access to it's DB id, but it is needed to update the user…
0
votes
0 answers

Captive Portal for Android Phone

As part of a homework assignment we were asked to build a Captive Portal in a Linux environment In doing so, I found the very efficient article of rootsh3ll, that I was indeed able to track and build the system as requested, but I got stuck in the…
StevenU
  • 39
  • 8
0
votes
0 answers

Check if user has already provided their credentials

How can i authenticate users that login to my captive portal so that they wont have to enter their credentials next time they connect to my WiFi? is there any way i can get their mac address?
0
votes
0 answers

Is it possible to add a captive portal web server on a local-only hotspot?

I'm trying to create a file-sharing app where people can connect to a local-only hotspot to upload or download files. I would like to accomplish that by using a captive portal, but I'm not sure if it's possible to run a web server on port 80 on…
0
votes
1 answer

Set a captive network without internet in raspberry pi 3

I want to open an html file I made in rpi3 on the web browser of my phone immediately as I connect to pi AP. My pi AP is not connected to the internet. Nodogsplash doesn't work without internet. Also this html page isn't a login or authentication…
0
votes
1 answer

Google OAuth client Id - Whitelisting

Requesting guidance on how to get the OAuth Client Id whitelisted, so that Oauth works in Embedded browsers. My Client id is : 665249451488-84nosliqrc80hpe0ot1vperj1eb8gbfk.apps.googleusercontent.com Any email address / contact details for…
0
votes
1 answer

Ios captive portal Google oauth disallowed agent - angular app

I am facing the issue only in IOS devices. Scenario: User connects the wifi access point. Captive portal is getting loaded in default webview of iOS platform 3.There is a button called "sign in with Google ". 4.Upon clicking the button , it…
0
votes
0 answers

Cant run sudo commands in shell_exec

I'm creating a Captive Portal in PHP, a site where users connecting to the wifi will be requested some information before having their access authorized. I've already configured iptables to redirect unauthorized traffic to the login page. In the…
Marlon
  • 1,283
  • 2
  • 15
  • 31
1 2 3
8 9