Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
I Have Find Serval Bugs In Circle.so & They Don’t Paid

Hi Folks,Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
COM-Hunter - COM Hijacking VOODOO

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMt1cAEKb74j36xzfNVYNW1JCyAKaseciNUN-kxSa5yOjU_F93huF76qUDC7RhWjgy8YMqX56jCNjqa9DyjW3AldLaBfgD4yPkAR1bsqRMyhSiAxvABi41r71aYaJ0vMMmjhOQ4c0d2D90Kh_PHDvERGzKqf5XlvHuptFp6O995-O8Z54H0e49Ayyc/w640-h466/COM.png COM Hijacking VOODOO

COM-hunter is a COM Hijacking persistnce tool written in C#.

This tool was inspired during the RTO course of @zeropointsecltd Features* Finds out entry valid CLSIDs in the victim's machine.
* Finds out valid CLSIDs via Task Scheduler in the victim's machine.
* Finds out if someone already used any of those valid CLSIDs in order to do COM persistence (LocalServer32/InprocServer32).
* Finds out if someone already used any of valid CLSID via Task Scheduler in order to do COM persistence (LocalServer32/InprocServer32).
* Tries to do automatically COM Hijacking Persistence with general valid CLSIDs (LocalServer32/InprocServer32).
* Tries to do automatically COM Hijacking Persistence via Task Scheduler.
* Tries to use "TreatAs" key in order to refere to a different component. Special Thanks* @dimtsikopoulos
* @0xvm LicenseCopyright (c) 2022 Nikos Vourdas

Under the https://camo.githubusercontent.com/78f47a09877ba9d28da1887a93e5c3bc2efb309c1e910eb21135becd2998238a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667 .NET Framework4.8Usage[+] Usage:

.\COM-Hunter.exe General Options:
-h, --help Shows help and exits.
-v, --version Shows current version and exits.
-a, --about Shows info, credits about the tool and exits.

-> Modes:
Search Search Mode
Persist Persist Mode

-> Search Mode:
Get-Entry Searches for valid CLSIDs entries.
Get-Tasksch Searches for valid CLSIDs entries via Task Scheduler.
Find-Persist Searches if someone already used a valid CLSID (Defence).
Find-Tasksch Searches if someone already used a valid CLSID via Task Scheduler (Defence).

-> Persist Mode:
General Uses General method to apply COM Hijacking Persistence in Registry.
Tasksch Try to do COM Hijacking Persistence via Task Scheduler.
TreatAs Uses TreatAs Registry key to apply COM Hijacking Persistence in Registry.

-> General Usage:
.\COM-Hunter.exe Persist General Tasksch Usage:
.\COM-Hunter.exe Persist Tasksch TreatAs Usage:
.\COM-Hunter.exe Persist TreatAs
Example Usages*
Get-Entry (Search Mode): .\COM-Hunter.exe Search Get-Entry *
Find-Persist (Search Mode): .\COM-Hunter.exe Search Find-Persist *
General (Persist Mode): .\COM-Hunter.exe Persist General 'HKCU:Software\Classes\CLSID\...' C:\Users\nickvourd\Desktop\beacon.dll *
Tasksch (Persist Mode): .\COM-Hunter.exe Persist Tasksch C:\Users\nickvourd\Desktop\beacon.dll Example Format Valid CLSIDsSoftware\Classes\CLSID\... HKCU:Software\Classes\CLSID\... HKCU:\Software\Classes\CLSID\... HKCU\Software\Classes\CLSID\... HKEY_CURRENT_USER:Software\Classes\CLSID\... HKEY_CURRENT_USER:\Software\Classes\CLSID\... HKEY_CURRENT_USER\Software\Classes\CLSID\... Download COM-Hunter

___________________________
@hacking_Attack
@Hacking_Video
COM Hijacking (https://www.kitploit.com/search/label/Hijacking) VOODOO COM-hunter is a COM Hijacking persistnce tool written in C#.

This tool was inspired during the RTO course (https://courses.zeropointsecurity.co.uk/courses/red-team-ops) of @zeropointsecltd (https://twitter.com/zeropointsecltd)
Features Finds out entry valid CLSIDs in the victim's machine. Finds out valid CLSIDs via Task Scheduler in the victim's machine. Finds out if someone already used any of those valid CLSIDs in order to do COM persistence (LocalServer32/InprocServer32). Finds out if someone already used any of valid CLSID via Task Scheduler in order to do COM persistence (LocalServer32/InprocServer32). Tries to do automatically COM Hijacking Persistence with general valid CLSIDs (LocalServer32/InprocServer32). Tries to do automatically COM Hijacking Persistence via Task Scheduler. Tries to use "TreatAs" key in order to refere to a different component. Special Thanks @dimtsikopoulos (https://twitter.com/dimtsikopoulos) @0xvm (https://twitter.com/0xvm) License Copyright (c) 2022 Nikos Vourdas

Under the

___________________________
@hacking_Attack
@Hacking_Video