Jump to content

[Payload] Merry Christmas Ducky Script!


Recommended Posts

Hey all!

I've wrote an Merry Christmas script that changes your wallpaper to a downloaded christmas wallpaper. I hope you like it!

It is mainly for Windows 7, because Windows XP doesn't have PowerShell.

GUI d
DELAY 300
GUI r
DELAY 300
STRING powershell
DELAY 200
ENTER
DELAY 5000
STRING cd c:\
ENTER
DELAY 300
STRING [IO.Directory]::CreateDirectory("c:\kerst")
ENTER
DELAY 300
STRING cd kerst
ENTER
DELAY 500
STRING $clnt = new-object System.Net.WebClient
ENTER
DELAY 200
STRING $clnt | gm d*
DELAY 300
ENTER
STRING $url = "http://www.designtreasure.com/wp-content/uploads/2010/11/Merry%20Christmas%20%202010%20Wallpaper%2027.jpg"
DELAY 300
ENTER
DELAY 300
STRING $file = "C:\kerst\USB_duck_image.jpg"
ENTER
DELAY 300
STRING $clnt.DownloadFile($url,$file)
ENTER
DELAY 300
ENTER
DELAY 500
STRING exit
ENTER
DELAY 500
GUI r
DELAY 300
STRING C:\kerst
ENTER
DELAY 300
STRING u
DELAY 200
MENU
STRING b
ENTER
DELAY 500
ALT F4
DELAY 300
ALT F4
DELAY 500
GUI d

~TjeuvanBussel

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...