gitextract_91w3jh73/ ├── Invoke-RIDHijacking.ps1 ├── README.md └── modules/ ├── cme/ │ ├── README.md │ └── modules/ │ └── rid_hijack.py ├── empire/ │ ├── README.md │ ├── data/ │ │ └── module_source/ │ │ └── persistence/ │ │ └── Invoke-RIDHijacking.ps1 │ └── lib/ │ └── modules/ │ └── powershell/ │ └── persistence/ │ └── elevated/ │ └── rid_hijack ├── ibombshell/ │ ├── README.md │ ├── data/ │ │ └── functions/ │ │ └── persistence/ │ │ └── invoke-ridhijacking │ └── ibombshell c2/ │ └── modules/ │ └── persistence/ │ └── invoke-ridhijacking.py ├── metasploit/ │ ├── README.md │ └── rid_hijack.rb └── powershell/ └── Invoke-RIDHijacking.ps1