Jump to content

VLogOut

Active Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by VLogOut

  1. 26 minutes ago, VLogOut said:

    Updated version for windows 10

    This is a lot longer and i'm kinda new to this but I know it works. 

    Payload to logout of windows computer.

    DELAY 1000
    WINDOWS x
    DELAY 100
    STRING u
    DELAY 100
    STRING u 

    Payload to delete chrome history.

    DELAY 2000
    CTRL H
    DELAY 200
    TAB 
    TAB 
    TAB
    ENTER 
    DELAY 100
    TAB
    ENTER
    REM This will make sure you're deleting history from the beginning of time
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    ENTER
    DELAY 100
    REM By default it should have also checks by download history and images and files.
    REM You can modify this to include passwords being deleted off of the systems as well.
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    ENTER
    CTRL w 
    DELAY 100
    CTRL w 

    Hope this helps:)

  2. On 10/2/2015 at 5:39 PM, AnotherUser said:

    Hello,

    I just got my RubberDucky. I rolled through the hello world example. It worked. After that I attempted to load, "YouveBeenUglyRolled By petertfm" on the ducky. I removed the hello world txt file first then loaded the YouveBeen.....txt file and the Ducky would when reimplemented would execute the hello world.txt file that was no longer on the SD card so.... I got frustrated and tried a few and accidentally deleted my inject.bin file.

    Now my ducky is dead in the water.

    Where can I get a copy of the inject.bin file?

    Please advise.

    Version Windows 10: You need to make sure you have java installed on your pc and duckencode.jar. when you've written a payload and save it as a .txt file, make sure you save the .txt in a folder that also contains the duckencoder.jar then when you are looking at both the .txt file and duckencoder.jar, you can hold "shift" and right click till you see "Open Powershell window here". this will pop up powershell, once it's loaded up, type in cmd and press "Enter" and then you can encode that .txt file into an inject.bin.

    To do this: 

    you should still have powershell up and have already typed cmd and pressed enter.

    type in: java -jar duckencoder.jar -i WhateverYouNamedYourScript.txt

    then hit Enter and you will see the inject.bin then you can move the inject.bin to your SD card. BTW after typing in "du" for the duckencoder.jar, you can just hit Tab and it will autofill in the rest of "duckencoder.jar" same with whatever your .txt is 

    BTW here is the payload you can use:) just edit the part after STRING to whatever you want.

    DELAY 1000
    WINDOWS r
    DELAY 100
    STRING notepad
    ENTER 
    DELAY 200
    STRING Hello There.

  3. Updated version for windows 10

    This is a lot longer and i'm kinda new to this but I know it works. 

    Payload to logout of windows computer.

    DELAY 1000
    WINDOWS x
    DELAY 100
    STRING u
    DELAY 100
    STRING u 

    Payload to delete chrome history.

    DELAY 2000
    CTRL H
    DELAY 200
    TAB 
    TAB 
    TAB
    ENTER 
    DELAY 100
    TAB
    ENTER
    REM This will make sure you're deleting history from the beginning of time
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    ENTER
    DELAY 100
    REM By default it should have also checks by download history and images and files.
    REM You can modify this to include passwords being deleted off of the systems as well.
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    TAB
    ENTER
    CTRL w 
    DELAY 100
    CTRL w 

×
×
  • Create New...