Jump to content

lwl285

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by lwl285

  1. Hi,

    I am very new to the usb rubber ducky but i have just created my first payload!

    It downloads an image of you choice from a specified url. It then saves it in /Applications (i may need to change this) and uses the image for the wallpaper.

    Like i said I am new at this and I am only 13 so any suggestions will be greatly appreciated!

    here is the script:

    DELAY 3000
    GUI SPACE
    STRING terminal
    DELAY 200
    ENTER
    DELAY 200
    STRING cd /Applications
    DELAY 200
    ENTER
    STRING curl -O http://YOUR URL/IMAGE.jpg
    ENTER
    DELAY 2000
    STRING osascript -e 'tell application “Finder” to set desktop picture to POSIX file “/Applications/IMAGE.jpg”’
    ENTER
    DELAY 200
    STRING killall Dock
    ENTER

×
×
  • Create New...