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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
WSMan-WinRM — مجموعة من الأكواد المصدرية والنصوص البرمجية لإثبات المفهوم لتنفيذ الأوامر عن بُعد عبر WinRM باستخدام كائن COM الخاص بـ WSMan.Automation | Kitploit
أدوات/GitHubGitHub/bohops/wsman-winrm
الحركة الجانبيةاختبار الاختراقالفريق الأحمرأداة الوصول عن بعد
GitHubbohops/wsman-winrm

WSMan-WinRM

مجموعة من الأكواد المصدرية والنصوص البرمجية لإثبات المفهوم لتنفيذ الأوامر عن بُعد عبر WinRM باستخدام كائن COM الخاص بـ WSMan.Automation

عرض المستودع
26244منذ 6 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

WSMan-WinRM

مجموعة من كود المصدر الإثباتي والنصوص البرمجية لتنفيذ الأوامر عن بُعد عبر WinRM باستخدام كائن COM الخاص بـ WSMan.Automation.

خلفية

للحصول على معلومات أساسية، يرجى الرجوع إلى منشور المدونة التالي: WS-Management COM: Another Approach for WinRM Lateral Movement

ملاحظات

  • يتم تجميع SharpWSManWinRM.cs و CppWsManWinRM.cpp في Visual Studio 2019. راجع تعليقات الكود للحصول على الاستيرادات/المراجع المطلوبة إلخ.
  • تستخدم جميع الأمثلة فئة WMI Win32_Process وطريقة WMI Create للاستدعاء.

الاستخدام

SharpWSManWinRM.cs

root@kitploit:~
 Usage: SharpWSManWinRM.exe <hostname> <command>
 Usage: SharpWSManWinRM.exe <hostname> <command> <domain\user> <password>

 Example: SharpWSManWinRM.exe host.domain.local notepad.exe
 Example: SharpWSManWinRM.exe host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd

WSManWinRM.ps1

root@kitploit:~
 Usage: Invoke-WSManWinRM -hostname <hostname> -command <command>
 Usage: Invoke-WSManWinRM -hostname <hostname> -command <command> -user <domain\user> -password <password>

 Example: import-module .\WSManWinRM.ps1
          Invoke-WSManWinRM -hostname MyServer.domain.local -command calc.exe
 Example: import-module .\WSManWinRM.ps1
          Invoke-WSManWinRM -hostname MyServer.domain.local -command calc.exe -user domain\joe.user -password P@ssw0rd

WSManWinRM.vbs

root@kitploit:~
 Usage: cscript.exe SharpWSManWinRM.vbs <hostname> <command>
 Usage: cscript.exe SharpWSManWinRM.vbs <hostname> <command> <domain\user> <password>

 Example: cscript.exe SharpWSManWinRM.vbs host.domain.local notepad.exe
 Example: cscript.exe SharpWSManWinRM.vbs host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd	

WSManWinRM.js

root@kitploit:~
 Usage: cscript.exe SharpWSManWinRM.js <hostname> <command>
 Usage: cscript.exe SharpWSManWinRM.js <hostname> <command> <domain\user> <password>

 Example: cscript.exe SharpWSManWinRM.js host.domain.local notepad.exe
 Example: cscript.exe SharpWSManWinRM.js host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd	 

CppWSManWinRM.cpp

root@kitploit:~
 Usage: CppWSManWinRM.exe <hostname> <command>

 Example: CppWSManWinRM.exe host.domain.local notepad.exe
 
 Note: Username/password option does not work yet

الأخلاقيات

تم تصميم WSMan-WinRM لمساعدة المتخصصين في الأمن السيبراني على إجراء تقييمات أمنية واختبارات اختراق أخلاقية وقانونية. لا تستخدمه لأغراض خبيثة.

تنزيل الأداة