diff --git a/payloads/library/prank/Rick_Rolling_Forever/payload.txt b/payloads/library/prank/Rick_Rolling_Forever/payload.txt index 14173d86..2fd7cc8d 100644 --- a/payloads/library/prank/Rick_Rolling_Forever/payload.txt +++ b/payloads/library/prank/Rick_Rolling_Forever/payload.txt @@ -5,7 +5,7 @@ REM REM Description: Creates a batch file that opens a Rick Roll every 5 mins in default browser REM Notes: Creates batch file, starts batch file, minimizes the window REM Target: Windows but fairly easily modified to work on any OS with a browser -REM Version: 1.3 +REM Version: 1.4 REM Category: Prank REM Source: https://github.com/UberGuidoZ/OMG-Payloads DELAY 2000 @@ -20,6 +20,7 @@ DELAY 1000 STRING copy con rr.bat ENTER STRING @ECHO OFF +ENTER STRING PING 127.0.0.1 -n 5 > NUL ENTER STRING :LOOP @@ -30,7 +31,8 @@ STRING PING 127.0.0.1 -n 300 > NUL ENTER STRING GOTO LOOP ENTER -CTRL C +CTRL c DELAY 1000 STRING cls && rr.bat +ENTER GUI DOWNARROW diff --git a/payloads/library/prank/The_Matrix-Wake_Up/ReadMe.md b/payloads/library/prank/The_Matrix-Wake_Up/ReadMe.md new file mode 100644 index 00000000..8a9f7e9e --- /dev/null +++ b/payloads/library/prank/The_Matrix-Wake_Up/ReadMe.md @@ -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! diff --git a/payloads/library/prank/The_Matrix-Wake_Up/payload.txt b/payloads/library/prank/The_Matrix-Wake_Up/payload.txt new file mode 100644 index 00000000..10ed5377 --- /dev/null +++ b/payloads/library/prank/The_Matrix-Wake_Up/payload.txt @@ -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) +REM Version: v1.0 +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