mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Update readme, began updating OSBins with new template
This commit is contained in:
@@ -1,18 +1,28 @@
|
||||
---
|
||||
Name: Cmdkey.exe
|
||||
Description: Credentials
|
||||
Author: ''
|
||||
Name: Cmdkey.exe
|
||||
Description: creates, lists, and deletes stored user names and passwords or credentials.
|
||||
Author: 'Oddvar Moe'
|
||||
Created: '2018-05-25'
|
||||
Categories: []
|
||||
Commands:
|
||||
- Command: cmdkey /list
|
||||
Description: List cached credentials.
|
||||
Description: List cached credentials
|
||||
Usecase: Get credential information from host
|
||||
Category: Credentials
|
||||
Privileges: User
|
||||
MitreID: T1078
|
||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1078
|
||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||
Full Path:
|
||||
- c:\windows\system32\cmdkey.exe
|
||||
- c:\windows\sysWOW64\cmdkey.exe
|
||||
Code Sample: []
|
||||
Detection: []
|
||||
- path: C:\Windows\System32\cmdkey.exe
|
||||
- path: C:\Windows\SysWOW64\cmdkey.exe
|
||||
Code Sample:
|
||||
- Code:
|
||||
Detection:
|
||||
- IOC: Usage of this command could be and IOC
|
||||
Resources:
|
||||
- https://www.peew.pw/blog/2017/11/26/exploring-cmdkey-an-edge-case-for-privilege-escalation
|
||||
Notes: ''
|
||||
|
||||
- Link: https://www.peew.pw/blog/2017/11/26/exploring-cmdkey-an-edge-case-for-privilege-escalation
|
||||
- Link: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cmdkey
|
||||
Acknowledgement:
|
||||
- Person:
|
||||
Handle:
|
||||
---
|
Reference in New Issue
Block a user