AP7502 captive portal redirection generated parameters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-15-2018 05:54 PM
I need to understand the URL parameters generated by the redirect captive portal generated when i try to connect to this access point.
The generated URL is, as follows:
Someone knows what means these parameters?
Can i get the MAC address from this generated URL?
Thanks!
The generated URL is, as follows:
code:
.com?Qv=it_qpmjdz=Dbqujwf.[ppy@bbb_qpmjdz=BBB.[ppy@dmjfou_njou=2417144::5@dmjfou_nbd=G1.E2.B:.:B.7D.B:@ttje=[ppy_Qspyjpo@bq_nbd=95.35.9E.E9.8G.5Bhttp://mycapptiveportal
Someone knows what means these parameters?
Can i get the MAC address from this generated URL?
Thanks!
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2018 11:17 AM
Hi
I am also interested in knowing what is client_mint
simply if it is a variable of each client, a variable associated with each wifi and the same for all clients or a variable associated with the AP to which it is connected.
Thanks
I am also interested in knowing what is client_mint
simply if it is a variable of each client, a variable associated with each wifi and the same for all clients or a variable associated with the AP to which it is connected.
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-16-2018 12:54 PM
Now i decoded all the url parameters, as follows:
hs_policy => 'Captive-Zoox'
aaa_policy => 'AAA-Zoox'
client_mint => '1306033994'
client_mac => 'F0-D1-A9-9A-6C-A9'
ssid => 'Zoox_Proxion'
ap_mac => '84-24-8D-D8-7F-4A'
Can you explain me what's the "client_mint"? Is there some way to obtain the client ip address?
And, whats the url parameter "hs_server"? It must be my captive portal address or the controller address?
Thanks!
hs_policy => 'Captive-Zoox'
aaa_policy => 'AAA-Zoox'
client_mint => '1306033994'
client_mac => 'F0-D1-A9-9A-6C-A9'
ssid => 'Zoox_Proxion'
ap_mac => '84-24-8D-D8-7F-4A'
Can you explain me what's the "client_mint"? Is there some way to obtain the client ip address?
And, whats the url parameter "hs_server"? It must be my captive portal address or the controller address?
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-15-2018 06:14 PM
It is just a simple encoding method to obfuscate the contents in the URL
Subtract 1 from each characters's each ASCII value for everything except _ and =, and @ is separator.
it_qpmjdz = hs_policy=Captive-Zoox
bbb_qpmjdz = aaa_policy = AAA.Zoox
etc...
Subtract 1 from each characters's each ASCII value for everything except _ and =, and @ is separator.
it_qpmjdz = hs_policy=Captive-Zoox
bbb_qpmjdz = aaa_policy = AAA.Zoox
etc...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-15-2018 06:14 PM
Thank you so much!!
