Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helmetwearer/606031d988cdd8c1290ddde4503952a0 to your computer and use it in GitHub Desktop.
Save helmetwearer/606031d988cdd8c1290ddde4503952a0 to your computer and use it in GitHub Desktop.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<a id='exploitable'>Show Password</a>
<script type="text/javascript">
$('#exploitable').click(
function(){
console.log($(':password').val());
}
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment