COMMethodSearcher | Script that searches through all COM objects for any methods containing a key word of your choosing

 by   hausec PowerShell Version: Current License: BSD-3-Clause

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              COMMethodSearcher has a low active ecosystem.
              It has 68 star(s) with 14 fork(s). There are 9 watchers for this library.
              OutlinedDot
              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.

            kandi-Quality Quality

              COMMethodSearcher has no bugs reported.

            kandi-Security Security

              COMMethodSearcher has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hausec/COMMethodSearcher.git

          • CLI

            gh repo clone hausec/COMMethodSearcher

          • sshUrl

            git@github.com:hausec/COMMethodSearcher.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link