Last updated on 27 June 2020
Were you ever on an engagement where you’ve noticed that the targets are using password managers?
Usually password managers work by copying the password over from the clipboard to the website. This is the reason why I’ve developed Clippi-B.
Clippi-B is a tool written completely in C#, and is thus executable using your favorite unmanaged CLR loader, such as Cobalt-Strike’s execute assembly.
By default, the tool will monitor the clipboard for 8 hours, and will check for new content every 5 seconds. This is fully customizeable of course.
The tool is available over at github:
https://github.com/jfmaes/Clippi-B

This is how it looks from cobalt-strike:
Be First to Comment