Files
atomic-red-team/Windows/Collection/Clipboard_Data.md
T
Michael Haag 3c17d14b37 Fixed Clipboard
+ Missing clip and made it completely compatible with powershell only now. No need to be in cmd.exe to start this.
2017-10-16 13:19:20 -07:00

16 lines
219 B
Markdown

# Clipboard Data
MITRE ATT&CK Technique: [T1115](https://attack.mitre.org/wiki/Technique/T1115)
## cmd
<command> | clip
clip < readme.txt
## PowerShell
echo Get-Process | clip
Get-Clipboard | iex