Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CLSIDFinder — PowerShell enumeration script for discovering service-backed COM objects via CLSID/AppID correlation and activation testing. | Kitploit
Tools/GitHubGitHub/0xqn/clsidfinder
Privilege EscalationReconnaissanceLateral MovementInformation GatheringPost-ExploitationPenetration Testing
GitHub0xqn/clsidfinder

CLSIDFinder

PowerShell enumeration script for discovering service-backed COM objects via CLSID/AppID correlation and activation testing.

View Repository
3176 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CLSIDFinder

Invoke-CLSIDFinder enumerates CLSID and AppID entries from the Windows registry to identify COM objects associated with Windows services via the LocalService value.

The function correlates these entries, exports the results to a CSV file, and attempts COM activation when the related service is running. It is primarily intended to help identify usable CLSIDs during relay attacks and other LPE scenarios.

Usage

root@kitploit:~
PS C:\Users\Administrator\Desktop> Import-Module .\CLSIDFinder.ps1
PS C:\Users\Administrator\Desktop> Invoke-CLSIDFinder

example

Reference

https://github.com/ohpe/juicy-potato/blob/master/CLSID/GetCLSID.ps1

Download Tool