Fixed Clipboard
+ Missing clip and made it completely compatible with powershell only now. No need to be in cmd.exe to start this.Readme-mh
parent
34dd80d94b
commit
3c17d14b37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue