PirateBox app for YunoHost.
Based on php-piratebox.
- Open wifi Access Point (AP)
- Once connected to the AP, you can go on http://pirate.box, or http://www.google.com or even http://lqksjdhfkljhsdf.qsdf (or let your captive portal detection mechanism do its job)
- All destinations lead to the PirateBox web page
- No authentication required for uploading, downloading or deleting (lawless zone)
- Of course, works without internet connection
- Screenshot (app), screenshot (admin)
- Web interface features and more screenshots
The YunoHost administration is only available through the wired connection.
Explanations:
- all packets to port 53 are redirected to the port 4253,
- a fake DNS resolver listens on the port 4253, and systematically responds the IPv4 address of the server (a fake DNS resolver is mandatory for responding to any requests, without internet connection),
- a MASQUERADE rule allows the fake DNS to respond in place of the initially requested resolver,
- all packets to port 80 are redirected to the port 4280,
- a Nginx vhost listens on the port 4280, and redirects to the PirateBox web page.
- Debian Jessie
- YunoHost >= 2.2.0
- Hotspot app for YunoHost
- IPv4-only because the NAT table is not available for IPv6 before the kernel 3.9.0 and iptables 1.4.18 (not in Debian stable for now)
- Don't redirect to the PirateBox web page with explicit HTTPS requests (in order to avoid offering self-signed certificates on well-known domains)