Created
March 17, 2015 09:19
-
-
Save philenotfound/6a65c9a1c3002a2d2e8c to your computer and use it in GitHub Desktop.
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
| [[[HSRC]]] | |
| [[[STEP]]] | |
| [[[DEFINE routername="OpenWrt Barrier Breaker"/]]] | |
| [[[/STEP]]] | |
| [[[STEP]]] | |
| [[[REQUEST]]] | |
| POST /cgi-bin/luci HTTP/1.1 | |
| Host: %%%routerip%%% | |
| username=%%%user%%%&password=%%%pass%%% | |
| [[[/REQUEST]]] | |
| [[[RESPONSE keys="stok"]]] | |
| stok=(.*?)/ | |
| [[[/RESPONSE]]] | |
| [[[/STEP]]] | |
| [[[STEP]]] | |
| [[[REQUEST]]] | |
| GET /cgi-bin/luci/;stok=%%%stok%%%/admin/network/iface_reconnect/wan HTTP/1.1 | |
| Host: %%%routerip%%% | |
| [[[/REQUEST]]] | |
| [[[/STEP]]] | |
| [[[/HSRC]]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment