14 lines
352 B
Markdown
14 lines
352 B
Markdown
|
|
# Input Capture
|
||
|
|
|
||
|
|
MITRE ATT&CK Technique: [T1056](https://attack.mitre.org/wiki/Technique/T1056)
|
||
|
|
|
||
|
|
## PowerShell
|
||
|
|
|
||
|
|
### Get-Keystrokes.ps1
|
||
|
|
|
||
|
|
[Payload](Payloads/Collection/Get-keystrokes.ps1) provided by [PowerSploit](https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Get-Keystrokes.ps1)
|
||
|
|
|
||
|
|
Input:
|
||
|
|
|
||
|
|
Get-Keystrokes -LogPath C:\key.log
|