TakeScreenShot
Capture multi-monitor screens with PowerShell
Last updated
Capture multi-monitor screens with PowerShell
Last updated
takeScreenShot.ps1 is a PowerShell script that captures multi-monitor screens. It can also render screens properly, even with a non-standard monitor configuration, such as stacked vertically, without black bars.
Features:
Captures multi-monitor screens and sends them to a C2 Server.
Executes every 30 seconds.
Sends data to a C2 server.
The code used for this script was taken from Stack Overflow.
But I have made several modifications to the script.
I have added the functionality to send data to an external server.
The script runs every 30 seconds, but this can be modified.
If the server is not active at the moment, you can decide whether you want to terminate the connection or save the images locally and then send all of them back to the server when it's active.