mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-02 18:17:09 +01:00
Update Regasm.yml Tags
Changed Tags DLL to .NetDLL
This commit is contained in:
parent
d1f6a8a397
commit
9aa4200dae
@ -5,15 +5,14 @@ Author: 'Oddvar Moe'
|
|||||||
Created: 2018-05-25
|
Created: 2018-05-25
|
||||||
Commands:
|
Commands:
|
||||||
- Command: regasm.exe AllTheThingsx64.dll
|
- Command: regasm.exe AllTheThingsx64.dll
|
||||||
Description: Loads the target .DLL file and executes the RegisterClass function.
|
Description: Loads the target .Net DLL file and executes the RegisterClass function.
|
||||||
Usecase: Execute code and bypass Application whitelisting
|
Usecase: Execute code and bypass Application whitelisting
|
||||||
Category: AWL Bypass
|
Category: AWL Bypass
|
||||||
Privileges: Local Admin
|
Privileges: Local Admin
|
||||||
MitreID: T1218.009
|
MitreID: T1218.009
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Tags:
|
Tags:
|
||||||
- Execute: DLL
|
- Execute: .NetDLL
|
||||||
- Input: Custom Format
|
|
||||||
- Command: regasm.exe /U AllTheThingsx64.dll
|
- Command: regasm.exe /U AllTheThingsx64.dll
|
||||||
Description: Loads the target .DLL file and executes the UnRegisterClass function.
|
Description: Loads the target .DLL file and executes the UnRegisterClass function.
|
||||||
Usecase: Execute code and bypass Application whitelisting
|
Usecase: Execute code and bypass Application whitelisting
|
||||||
@ -22,8 +21,7 @@ Commands:
|
|||||||
MitreID: T1218.009
|
MitreID: T1218.009
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Tags:
|
Tags:
|
||||||
- Execute: DLL
|
- Execute: .NetDLL
|
||||||
- Input: Custom Format
|
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe
|
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe
|
||||||
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
|
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user