Byzantium Live Distro Captive Portal: Difference between revisions
From HacDC Wiki
Haxwithaxe (talk | contribs) (Created page with "==Description== Catch the first DNS request from a node or client and redirect them to a page which will inform them of Byzantium's capabilities or lack their of. ==Suggestions==...") |
No edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Catch the first DNS request from a node or client and redirect them to a page which will inform them of Byzantium's capabilities or lack | Catch the first DNS request from a node or client and redirect them to a page which will inform them of Byzantium's capabilities or lack thereof. | ||
==Suggestions== | ==Suggestions== | ||
*dnsmasq+custom scripts | * dnsmasq+custom scripts | ||
* | ** Have DNSmasq running, config file generated by control panel. | ||
** Basic DNS hijacking possible (right now, intercepts www.google.com and encrypted.google.com) | |||
** When the captive portal is working we won't need to do this. | |||
* [http://dev.wifidog.org/ WiFiDoc] | |||
* [http://nocat.net/ NoCatSplash] | |||
* [http://search.cpan.org/~gaissmai/Captive-Portal/ Captive::Portal] | |||
** [[Captive::Portal notes]] | |||
** [[Dependencies]] | |||
{{Template:Byzantium}} |
Latest revision as of 09:17, 3 April 2012
Description
Catch the first DNS request from a node or client and redirect them to a page which will inform them of Byzantium's capabilities or lack thereof.
Suggestions
- dnsmasq+custom scripts
- Have DNSmasq running, config file generated by control panel.
- Basic DNS hijacking possible (right now, intercepts www.google.com and encrypted.google.com)
- When the captive portal is working we won't need to do this.
- WiFiDoc
- NoCatSplash
- Captive::Portal