mdouchement / captive

Basic webserver used to fake Network Health Check (captive.apple.com - detectportal.firefox.com - etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captive

This a basic webserver used to fake Network Health Check like the following endpoints:

  • captive.apple.com
  • detectportal.firefox.com
  • www.msftncsi.com
  • www.msftconnecttest.com
  • ipv6.msftconnecttest.com
    • You should redirect dns.msftncsi.com to a trusted DNS server

License

MIT

Contributing

All PRs are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Basic webserver used to fake Network Health Check (captive.apple.com - detectportal.firefox.com - etc.)

License:MIT License


Languages

Language:Go 74.3%Language:Dockerfile 25.7%