Skip to content

Conversation

@Jaenact
Copy link
Contributor

@Jaenact Jaenact commented Oct 7, 2025

Body:

This PR updates the JSONP endpoint parameter for the www.google.com CSP bypass vector.

The previously used callback parameter is no longer effective. It has been replaced with the currently working jsonp parameter to ensure the payload's validity.

Changes:

Before: https://www.google.com/complete/search?client=chrome&q=hello&callback=alert#1

After: https://www.google.com/complete/search?client=chrome&jsonp=alert(1)
image

Change commit

renniepak/CSPBypass@ecf65ff

@github-actions github-actions bot requested a review from ritikchaddha October 7, 2025 00:48
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Oct 7, 2025
@DhiyaneshGeek DhiyaneshGeek merged commit 02a5ee2 into projectdiscovery:main Oct 7, 2025
4 checks passed
@Jaenact Jaenact deleted the edit-google-complte-csp branch October 7, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Done Ready to merge Hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants