3c17d14b37
+ Missing clip and made it completely compatible with powershell only now. No need to be in cmd.exe to start this.
16 lines
219 B
Markdown
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
|