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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
virustotalx — ♥ | Kitploit
أدوات/GitHubGitHub/orwagodfather/virustotalx
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityThreat Intelligence
GitHuborwagodfather/virustotalx

virustotalx

♥

عرض المستودع
21965منذ 11 أشهرتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

virustotalx لنقاط النهاية

virustotalx لعناوين IP (V2)

التثبيت

root@kitploit:~
git clone https://github.com/orwagodfather/virustotalx.git
root@kitploit:~
cd virustotalx

أنشئ 3 حسابات https://www.virustotal.com/gui/join-us وانسخ مفاتيح API الثلاثة ===>

root@kitploit:~
nano orwa.sh

و

root@kitploit:~
nano orwaV2.sh

الصق مفاتيح API الثلاثة هنا ....

root@kitploit:~
  if [ $api_key_index -eq 1 ]; then
    api_key="key-1"
  elif [ $api_key_index -eq 2 ]; then
    api_key="key-2"
  else
    api_key="key-3"
  fi

مثال

root@kitploit:~
  if [ $api_key_index -eq 1 ]; then
    api_key="XXXXXXXXXXXXXX1"
  elif [ $api_key_index -eq 2 ]; then
    api_key="XXXXXXXXXXXXXX2"
  else
    api_key="XXXXXXXXXXXXXX3"
  fi

الخطوة التالية

chmod +x orwa.sh و chmod +x orwaV2.sh

استخدام orwa.sh لنقاط النهاية

أنشئ ملف النطاقات الفرعية EX ===> subdomain.txt ===> بدون http/s

===>

root@kitploit:~
./orwa.sh subdomain.txt | tee results.txt 

===>

root@kitploit:~
cat results.txt | egrep 'http|https' > endpoints.txt

استخدام orwaV2.sh لعناوين IP (V2)

أنشئ ملف عناوين IP EX ===> all-IP-range.txt ===> بدون http/s

===>

root@kitploit:~
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt 

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
تنزيل الأداة