Actions

Byzantium Live Distro Captive Portal: Difference between revisions

From HacDC Wiki

Line 2: Line 2:
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.
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==
==Suggestions==
*dnsmasq+custom scripts
* dnsmasq+custom scripts
*[http://dev.wifidog.org/ WiFiDoc]
** Have DNSmasq running, config file generated by control panel.
*[http://nocat.net/ NoCatSplash]
** Basic DNS hijacking possible (right now, intercepts www.google.com and encrypted.google.com)
*[http://search.cpan.org/~gaissmai/Captive-Portal/ Captive::Portal]
** 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]]
** [[Dependencies]]

Revision as of 00:20, 30 November 2011

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

  • 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