Skip to content

Instantly share code, notes, and snippets.

@wnayes
Last active March 4, 2025 08:54
Show Gist options
  • Save wnayes/928247b6fa4afd1a6bfa773494dbec1f to your computer and use it in GitHub Desktop.
Save wnayes/928247b6fa4afd1a6bfa773494dbec1f to your computer and use it in GitHub Desktop.
Notes on LiftMaster garage door openers with myQ
Device has HTTP server on port 80. This endpoint appears to be mostly for wifi configuration.
Pages:
/index
/about
- Has easter egg code, click logo 8 times. Navigates to game.html, but this doesn't exist on the device :(
/config
/config_gdo
/sys (found with fuzzer)
Pages make ajax requests, usually to "/j*" endpoints.
/jabout
/jconnect_serial
/jstart
/jexit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment