Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
WSMan-WinRM — WinRM पर WSMan.Automation COM ऑब्जेक्ट का उपयोग करके रिमोट कमांड निष्पादित करने के लिए प्रूफ-ऑफ-कॉन्सेप्ट स्रोत कोड और स्क्रिप्ट का एक संग्रह। | Kitploit
उपकरण/GitHubGitHub/bohops/wsman-winrm
पार्श्व आंदोलनपेनिट्रेशन टेस्टिंगरेड टीमिंगरिमोट एक्सेस टूल
GitHubbohops/wsman-winrm

WSMan-WinRM

WinRM पर WSMan.Automation COM ऑब्जेक्ट का उपयोग करके रिमोट कमांड निष्पादित करने के लिए प्रूफ-ऑफ-कॉन्सेप्ट स्रोत कोड और स्क्रिप्ट का एक संग्रह।

रिपॉजिटरी देखें
2624436 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

WSMan-WinRM

WSMan-WinRM: WinRM पर रिमोट कमांड निष्पादित करने के लिए WSMan.Automation COM ऑब्जेक्ट का उपयोग करने वाले प्रूफ-ऑफ-कॉन्सेप्ट स्रोत कोड और स्क्रिप्ट का संग्रह।

पृष्ठभूमि

पृष्ठभूमि जानकारी के लिए, कृपया निम्नलिखित ब्लॉग पोस्ट देखें: WS-Management COM: WinRM लेटरल मूवमेंट के लिए एक और दृष्टिकोण

नोट्स

  • 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 सुरक्षा पेशेवरों को नैतिक और कानूनी सुरक्षा मूल्यांकन और पैठ परीक्षण करने में मदद करने के लिए डिज़ाइन किया गया है। इसका उपयोग दुर्भावनापूर्ण उद्देश्यों के लिए न करें।

टूल डाउनलोड करें