Jump to content

johnwulp

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by johnwulp

  1. My keyboard is united-states international. I created the payload on http://www.ducktoolkit.com/Encoder.jsp and selected Unites states. If i select UK then everything is wrong.

    If i type in a " then if have to press the space bar to actually see it on the screen. I have always taught that this was normal. If i press the same key followed by a o then i get > ö.

    So if the rubberducky key presses a space after a double quote " then everything will be fine i guess. Is this something that can be adjusted?

  2. Hi,

    I got my usb key deliverd today, and compiling my first script, but the string command doesnt work for some reason:

    This is what's in the script before compiling

    STRING $filepath = "c:\windows\wlan $(((get-date).ToUniversalTime()).ToString("yyyyMMddThhmmssZ")).txt"

    And this is written in notepad

    $filepath = "c:\windows\wlan $(((get-date).ToUniversalTime()).ToString(ÿyyyMMddThhmmssZ")).txt"

    Note that the "yyyyMMddThhmmssZ" is typed in as ÿyyyMMddThhmmssZ"

    How can i resolve this?

×
×
  • Create New...