Byzantium Live Distro Captive Portal: Difference between revisions
From HacDC Wiki
No edit summary |
|||
(2 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 | ||
Line 9: | Line 10: | ||
* [http://nocat.net/ NoCatSplash] | * [http://nocat.net/ NoCatSplash] | ||
* [http://search.cpan.org/~gaissmai/Captive-Portal/ Captive::Portal] | * [http://search.cpan.org/~gaissmai/Captive-Portal/ Captive::Portal] | ||
** [[Captive::Portal notes] | ** [[Captive::Portal notes]] | ||
** [[Dependencies]] | ** [[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