An alternative to the builtin clipboard feature in Cobalt Strike that adds the capability to enable/disable and dump the clipboard history.
Credits to @netero1010's ClipboardHistoryThief (https://github.com/netero1010/ClipboardHistoryThief/tree/main) for the original PoC.
- Git clone the repo
- Run
make
- Import the clipboardsteal.cna script into Cobalt Strike
- Use the command
clipboardsteal [cmd]
clipboardsteal [command]
Command Description
dump Dumps the content of the clipboard history to console
enable Enables the clipboard history feature.
disable Disables the clipboard history feature.
check Checks if clipboard history feature is enabled.
help Shows this help menu.
Credits: