mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 07:40:34 -08:00
Update README.md
This commit is contained in:
@@ -667,7 +667,7 @@ http://www.geektools.com/cgi-bin/ipconv.cgi
|
||||
<script>eval(atob("YWxlcnQoZG9jdW1lbnQuY29va2llKQ=="))<script>
|
||||
```
|
||||
|
||||
Base64 encoding your XSS payload with linux command: echo -n "alert(document.cookie)" | base64
|
||||
Base64 encoding your XSS payload with Linux command: IE. `echo -n "alert(document.cookie)" | base64` == `YWxlcnQoZG9jdW1lbnQuY29va2llKQ==`
|
||||
|
||||
### Bypass parenthesis for string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user