COMMethodSearcher | Script that searches through all COM objects for any methods containing a key word of your choosing
kandi X-RAY | COMMethodSearcher Summary
kandi X-RAY | COMMethodSearcher Summary
COMMethodSearcher is a PowerShell library. COMMethodSearcher has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This is a PowerShell script that searches through all COM objects and look for any methods containing a keyword of your choosing. There's three "depths" that are possible. The first "depth" is just getting the members of the COM object. Second "depth" is getting the member's members of the COM object. The third "depth", is you guessed it, the member's member's members of the object. I figured three was enough. The first two depths complete within a few minutes, the third can take 5-8 minutes (in my experience). There's also two options of searching: By CLSID or ProgID. Not all COM Objects will have ProgIDs, but searching by CLSIDs takes almost twice as long and has caused some unexpected Powershell crashes. This has caused some weird shit to happen because it's literally instantiating every registered COM object, so use at your own risk. Because of this, this isn't supported, so if one day you log into Windows and see Microsoft Word pop up 12 times shortly after you ran this script, then don't open an issue because I warned you. Godspeed. Usage Example: .\CMS.ps1 -CLSIDs -Depth 3 -Term ExecuteShell. Usage Example: .\CMS.ps1 -ProgIDs -Depth 2 -Term ExecuteShell.
This is a PowerShell script that searches through all COM objects and look for any methods containing a keyword of your choosing. There's three "depths" that are possible. The first "depth" is just getting the members of the COM object. Second "depth" is getting the member's members of the COM object. The third "depth", is you guessed it, the member's member's members of the object. I figured three was enough. The first two depths complete within a few minutes, the third can take 5-8 minutes (in my experience). There's also two options of searching: By CLSID or ProgID. Not all COM Objects will have ProgIDs, but searching by CLSIDs takes almost twice as long and has caused some unexpected Powershell crashes. This has caused some weird shit to happen because it's literally instantiating every registered COM object, so use at your own risk. Because of this, this isn't supported, so if one day you log into Windows and see Microsoft Word pop up 12 times shortly after you ran this script, then don't open an issue because I warned you. Godspeed. Usage Example: .\CMS.ps1 -CLSIDs -Depth 3 -Term ExecuteShell. Usage Example: .\CMS.ps1 -ProgIDs -Depth 2 -Term ExecuteShell.
Support
Quality
Security
License
Reuse
Support
COMMethodSearcher has a low active ecosystem.
It has 68 star(s) with 14 fork(s). There are 9 watchers for this library.
It had no major release in the last 6 months.
COMMethodSearcher has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of COMMethodSearcher is current.
Quality
COMMethodSearcher has no bugs reported.
Security
COMMethodSearcher has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
COMMethodSearcher is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
COMMethodSearcher releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of COMMethodSearcher
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of COMMethodSearcher
COMMethodSearcher Key Features
No Key Features are available at this moment for COMMethodSearcher.
COMMethodSearcher Examples and Code Snippets
No Code Snippets are available at this moment for COMMethodSearcher.
Community Discussions
No Community Discussions are available at this moment for COMMethodSearcher.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install COMMethodSearcher
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page