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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/gh0x0st/wanderer
जानकारी एकत्र करनापेनिट्रेशन टेस्टिंग
GitHubgh0x0st/wanderer

wanderer

एक ओपन-सोर्स प्रक्रिया इंजेक्शन गणना उपकरण जो C# में लिखा गया है।

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

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

सभी देखें →

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

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

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

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

वांडरर

Wanderer एक ओपन-सोर्स प्रोग्राम है जो चल रही प्रक्रियाओं के बारे में जानकारी एकत्र करता है। इस जानकारी में इंटीग्रिटी लेवल, लोडेड मॉड्यूल के रूप में AMSI की उपस्थिति, यह 64-बिट या 32-बिट के रूप में चल रही है या नहीं, साथ ही वर्तमान प्रक्रिया का विशेषाधिकार स्तर शामिल है। यह जानकारी प्रक्रिया इंजेक्शन के लिए आदर्श उम्मीदवार के अनुरूप पेलोड बनाते समय अत्यंत सहायक होती है।

यह एक ऐसा प्रोजेक्ट है जिस पर मैंने Offensive Security के PEN-300 पाठ्यक्रम में प्रगति करते हुए काम करना शुरू किया। पाठ्यक्रम के मेरे पसंदीदा मॉड्यूल में से एक प्रक्रिया इंजेक्शन और माइग्रेशन अनुभाग है, जिसने मुझे उस गतिविधि के दौरान अधिक कुशल बनने में मदद करने के लिए एक टूल बनाने के लिए प्रेरित किया। एक विशेष धन्यवाद ShadowKhan को जाता है जिन्होंने मूल्यवान प्रतिक्रिया प्रदान की जिसने इस उपयोगिता को दृश्य रूप से आकर्षक बनाने में रचनात्मक दिशा प्रदान करने में मदद की और सुझाई गई फ़िल्टरिंग क्षमताओं के साथ इसकी उपयोगिता को बढ़ाया।

उपयोग

root@kitploit:~
PS C:\> .\wanderer.exe

     >> Process Injection Enumeration
     >> https://github.com/gh0x0st
     
Usage: wanderer [target options] <value> [filter options] <value> [output options] <value>

Target Options:

-i, --id, Target a single or group of processes by their id number
-n, --name, Target a single or group of processes by their name
-c, --current, Target the current process and reveal the current privilege level
-a, --all, Target every running process

Filter Options:

--include-denied, Include instances where process access is denied
--exclude-32, Exclude instances where the process architecture is 32-bit
--exclude-64, Exclude instances where the process architecture is 64-bit
--exclude-amsiloaded, Exclude instances where amsi.dll is a loaded process module
--exclude-amsiunloaded, Exclude instances where amsi is not loaded process module
--exclude-integrity, Exclude instances where the process integrity level is a specific value

Output Options:

--output-nested, Output the results in a nested style view
-q, --quiet, Do not output the banner

Examples:

Enumerate the process with id 12345
C:\> wanderer --id 12345

Enumerate all processes with the names process1 and processs2
C:\> wanderer --name process1,process2

Enumerate the current process privilege level
C:\> wanderer --current

Enumerate all 32-bit processes
C:\wanderer --all --exclude-64

Enumerate all processes where is AMSI is loaded
C:\> wanderer --all --exclude-amsiunloaded

Enumerate all processes with the names pwsh,powershell,spotify and exclude instances where the integrity level is untrusted or low and exclude 32-bit processes
C:\> wanderer --name pwsh,powershell,spotify --exclude-integrity untrusted,low --exclude-32

स्क्रीनशॉट्स

उदाहरण 1

उदाहरण 2

उदाहरण 3

उदाहरण 4

उदाहरण 5

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