.. / msg.exe

Send a message to a user


Functions:
Type:
Toolsets:

Misc

Send a message to a user

@'
A quick step to keep you safe.

Please double-click the "Secure My System" icon on your Desktop now so we can secure your computer and protect your files.
'@ | msg.exe User1 /V /W /TIME:86400 /SERVER:W11B.ad.bitsadmin.com
Usecase
After dropping an implant binary on a user’s desktop, perform social engineering by sending a message to a specific user to launch the implant

Comments
In this example PowerShell command the target for the message on the remote system is User1 and the timeout before the message automatically closes is 24 hours (default: 60 seconds)




Updated: 2026-03-28
Contributor: Arris Huijgen (bitsadmin)