Merge pull request #36 from UberGuidoZ/master

New fun Payload - The Matrix terminal scene
pull/38/head
Darren Kitchen 2022-04-29 18:26:42 -05:00 committed by GitHub
commit 80a7b73ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 161 additions and 0 deletions

View File

@ -0,0 +1,9 @@
This is a simple Ducky Script that recreates the "Wake up Neo" or "Follow the white rabbit" [terminal scene from The Matrix](https://youtu.be/6IDT3MpSCKI?t=28).
![Short_Example](https://user-images.githubusercontent.com/57457139/165814938-259abe8e-9d9a-4ca9-b40b-f2214b7c3fb4.gif)
Basic Ducky Script, should work on all supported devices. Beeps at the end require Powershell 2.0 or above, everything else is just text in the CMD prompt.
Launches CMD, changes to green text, makes full screen, types out the scene, then obscures the prompt and beeps (knocks) twice, then exits.
Kudos to [Kalani](https://github.com/kalanihelekunihi), [MG](https://github.com/OMG-MG), [I-Am-Jakoby](https://github.com/I-Am-Jakoby), and [Hak5](https://hak5.org/) for help and support!

View File

@ -0,0 +1,152 @@
REM Title: The Matrix Wake Up
REM Description: Recreates the Wake Up Neo terminal scene in The Matrix
REM Author: UberGuidoZ
REM Target: Windows (including Powershell 2.0 or above)
DELAY 3000
GUI r
DELAY 750
STRING cmd
ENTER
DELAY 750
STRING color 02 && ECHO OFF && cls
ENTER
ALT ENTER
DELAY 1000
STRING W
DELAY 100
STRING a
DELAY 100
STRING k
DELAY 100
STRING e
DELAY 100
SPACE
DELAY 100
STRING u
DELAY 100
STRING p
DELAY 100
STRING .
DELAY 100
SPACE
DELAY 1000
STRING N
DELAY 250
STRING e
DELAY 250
STRING o
DELAY 250
STRING .
DELAY 250
STRING .
DELAY 250
STRING .
DELAY 3500
CTRL HOME
DELAY 1500
STRING T
DELAY 300
STRING h
DELAY 300
STRING e
DELAY 300
SPACE
DELAY 300
STRING M
DELAY 300
STRING a
DELAY 300
STRING t
DELAY 300
STRING r
DELAY 300
STRING i
DELAY 300
STRING x
DELAY 300
SPACE
DELAY 300
STRING h
DELAY 300
STRING a
DELAY 300
STRING s
DELAY 300
SPACE
DELAY 300
STRING y
DELAY 300
STRING o
DELAY 300
STRING u
DELAY 300
STRING .
DELAY 300
STRING .
DELAY 300
STRING .
DELAY 3500
CTRL HOME
STRING F
DELAY 100
STRING o
DELAY 100
STRING l
DELAY 100
STRING l
DELAY 100
STRING o
DELAY 100
STRING w
DELAY 100
SPACE
DELAY 100
STRING t
DELAY 100
STRING h
DELAY 100
STRING e
DELAY 100
SPACE
DELAY 100
STRING w
DELAY 100
STRING h
DELAY 100
STRING i
DELAY 100
STRING t
DELAY 100
STRING e
DELAY 100
SPACE
DELAY 100
STRING r
DELAY 100
STRING a
DELAY 100
STRING b
DELAY 100
STRING b
DELAY 100
STRING i
DELAY 100
STRING t
DELAY 100
STRING .
DELAY 3500
CTRL HOME
DELAY 1500
STRING Knock, knock, Neo.
DELAY 3500
CTRL HOME
STRING COLOR 7F
ENTER
ALT ENTER
STRING mode con:cols=18 lines=1
ENTER
STRING powershell [console]::beep(200,325); [console]::beep(200,325)
ENTER
DELAY 1500
ALT F4