mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
9567cfc59b
commit
e7c460dfbc
|
@ -1,8 +1,9 @@
|
||||||
REM Title: BlueScreenOfDeath
|
REM Title: Blue_Screen_Of_Death
|
||||||
REM Author: LulzAnarchyAnon
|
REM Author: LulzAnarchyAnon
|
||||||
REM Description: A web browser downloads a blue screen of death image. Then saves it to the
|
REM Description: A web browser downloads a blue screen of death image. Then saves it to the
|
||||||
REM downloads folder as an ms paint image where it is then set as the desktop wallpaper. All desktop icons are hidden.
|
REM downloads folder where it is set as the desktop wallpaper. All desktop icons and, the
|
||||||
REM Target: Windows 10 (Powershell)
|
REM taskbar are hidden.
|
||||||
|
REM Target: Windows 10
|
||||||
Props: Darren Kitchen, and cribb-it
|
Props: Darren Kitchen, and cribb-it
|
||||||
REM Version: 1.0
|
REM Version: 1.0
|
||||||
REM Category: Prank
|
REM Category: Prank
|
||||||
|
@ -52,5 +53,23 @@ ENTER
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
|
STRING taskbar settings
|
||||||
|
DELAY 1000
|
||||||
|
GUI r
|
||||||
|
DELAY 1000
|
||||||
|
STRING ms-settings:taskbar
|
||||||
|
DEALY 2000
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
TAB
|
||||||
|
DELAY 500
|
||||||
|
TAB
|
||||||
|
DELAY 500
|
||||||
|
TAB
|
||||||
|
DELAY 500
|
||||||
|
SPACE
|
||||||
|
DELAY 500
|
||||||
|
GUI d
|
||||||
|
DELAY 500
|
||||||
STRING exit
|
STRING exit
|
||||||
ENTER
|
ENTER
|
||||||
|
|
Loading…
Reference in New Issue