Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 715 Bytes

RegsvcsRegasm.md

File metadata and controls

22 lines (11 loc) · 715 Bytes

Regsvcs/Regasm

MITRE ATT&CK Technique: T1121

Execution Examples:

DLL

Input:

x86 C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe AllTheThings.dll

x64 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regsvcs.exe AllTheThings.dll


x86 C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe /U AllTheThings.dll

x64 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /U AllTheThings.dll

Test Script

RegSvcsRegAsmBypass.cs