Created
April 6, 2017 07:06
-
-
Save helmetwearer/606031d988cdd8c1290ddde4503952a0 to your computer and use it in GitHub Desktop.
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
<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