You probably know that I like to pipe commands together when I analyze malware …
Are you familiar with Windows’ clip command? It’s a very simple command that I use often: it reads input from stdin and copies it to the Windows clipboard.
Here is an example where I use it to copy all the VBA code of a malicious Word document to the clipboard, so that I can paste it into a text editor without having to write it to disk.
[…] Clip is a useful command. Paste would be a useful command, unfortunately Windows has no paste command: paste would do the opposite of clip, read the clipboard and write it to stdout. […]
Pingback by The Paste Command | Didier Stevens — Wednesday 26 July 2017 @ 20:56
[…] released a new tool called Paste, which functions the opposite way to The Clip Command The Paste […]
Pingback by Week 30 – 2017 – This Week In 4n6 — Saturday 29 July 2017 @ 12:58
[…] The Clip Command […]
Pingback by Overview of Content Published In July | Didier Stevens — Tuesday 1 August 2017 @ 21:52