From 3c17d14b37492b68099ae4fc0ec7e9325b4a237e Mon Sep 17 00:00:00 2001 From: Michael Haag <“mike@redcanary.com git config --global user.name “Michael Haag> Date: Mon, 16 Oct 2017 13:19:20 -0700 Subject: [PATCH] Fixed Clipboard + Missing clip and made it completely compatible with powershell only now. No need to be in cmd.exe to start this. --- Windows/Collection/Clipboard_Data.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Windows/Collection/Clipboard_Data.md b/Windows/Collection/Clipboard_Data.md index 1077bc4..0636883 100644 --- a/Windows/Collection/Clipboard_Data.md +++ b/Windows/Collection/Clipboard_Data.md @@ -11,6 +11,5 @@ MITRE ATT&CK Technique: [T1115](https://attack.mitre.org/wiki/Technique/T1115) ## PowerShell - echo Get-Process > things.txt - powershell + echo Get-Process | clip Get-Clipboard | iex