Skip to content

This repository contains malicious code targeting Windows systems, designed to capture screenshots and send them to a remote server. It also self-replicates into a hidden directory and adds itself to startup items for persistence

Notifications You must be signed in to change notification settings

Milosevic02/ScreenShot-Malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenShot Malware

This repository contains a malware implementation targeting Windows systems. The malware captures screenshots and uploads them to a remote server. It also copies itself to a hidden directory and adds itself to the startup items to ensure persistence.

Usage

1. Building the Malware

Before running the malware, build it using the following command to prevent the console window from appearing: go build -ldflags -H=windowsgui main.go

2. Running the Malware

Execute the following command to run the malware: go run malware.go

3. Malware Behavior

The malware performs the following actions:

  • Screenshot Capture: Captures the screen and saves it as a JPEG image.
  • Copying: Copies itself to a hidden directory in the user's home directory.
  • Adding to Startup: Adds itself to the startup items to ensure it runs on system boot.
  • Upload Data: Uploads the captured screenshot along with the MAC address of the system to a remote server.

4. Additional Notes

  • Ensure that you have Go installed on your system to build and run the malware.
  • Make sure to set up the remote server correctly with the file.php script for data handling.

Disclaimer

This repository is for educational purposes only. Misuse of the code in this repository may violate laws and regulations. The author takes no responsibility for any illegal use of this code.

About

This repository contains malicious code targeting Windows systems, designed to capture screenshots and send them to a remote server. It also self-replicates into a hidden directory and adds itself to startup items for persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published