USB-Rubber-Ducky

 by   hak5darren C Version: v2.6.3 License: No License

kandi X-RAY | USB-Rubber-Ducky Summary

kandi X-RAY | USB-Rubber-Ducky Summary

USB-Rubber-Ducky is a C library. USB-Rubber-Ducky has no bugs, it has no vulnerabilities and it has medium support. You can download it from GitHub.

(.)< (.)> (.)= Rubber >(.) <(.) =(.) _) _) _) Ducky! (/ (/ (_/.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              USB-Rubber-Ducky has a medium active ecosystem.
              It has 4969 star(s) with 1473 fork(s). There are 624 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 100 open issues and 39 have been closed. On average issues are closed in 157 days. There are 18 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of USB-Rubber-Ducky is v2.6.3

            kandi-Quality Quality

              USB-Rubber-Ducky has 0 bugs and 0 code smells.

            kandi-Security Security

              USB-Rubber-Ducky has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              USB-Rubber-Ducky code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              USB-Rubber-Ducky does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              USB-Rubber-Ducky releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 523 lines of code, 11 functions and 4 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of USB-Rubber-Ducky
            Get all kandi verified functions for this library.

            USB-Rubber-Ducky Key Features

            No Key Features are available at this moment for USB-Rubber-Ducky.

            USB-Rubber-Ducky Examples and Code Snippets

            No Code Snippets are available at this moment for USB-Rubber-Ducky.

            Community Discussions

            Trending Discussions on USB-Rubber-Ducky

            QUESTION

            Translate keyboard layout with python
            Asked 2017-Jul-15 at 20:19

            I'm using a digispark arduino-compatible device to emulate a keyboard with an US layout (it uses DigiKeyboard.h as library to do so). Now,it just takes as input an integer which represent a key and sends it to the computer following the USB keyboard standards, everything fine until this point.

            The problem is that I need this device to work with every keyboard layout, my question is: is there a way to "translate" the numeric value representing a character to the numeric value which represent the same character in any other layout using python? Obviously I cannot change the layout via software on the computer.

            Example: lets say that in the US layout the character "x" is represented as the number 1. In the ES layout the character "x" is represented as the number 2. I need an hypothetic function that given the number 1 will output the number 2.

            EDIT: Had some researches, couldn't find a proper solution, yet the hak5 team has developed something similar for the rubber ducky, you can find useful files on github

            ...

            ANSWER

            Answered 2017-Jul-15 at 20:19

            In short: it is not possible.

            The library doesn't support that, let me elaborate a little further:

            I've generated a "lookup table" (using the hak5 files mentioned in the question) which allowed me to check which key + modifiers to use to represent a given character in a given layout (quite of a good piece of software actually); it was a big let down for me to find out that the library supported the "shift" modifiers only (while in other layouts alt-gr is needed). The "keystroke" is coded in the following way: 7-bits are used to represent the ASCII code of the character (obviously it only supports the 7-bit ASCII characters in the US keyboard), while the most significant bit represent whether or not the modifier is used.

            TL;DR: DigiKeyboard supports one modifiers only, making it good for US layout (or similar) only.

            A quick and dirty workaround it to use this tool here to translate a rubbery ducky script in a digispark one using the tools the hak5 team wrote.

            Source https://stackoverflow.com/questions/45039486

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install USB-Rubber-Ducky

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hak5darren/USB-Rubber-Ducky.git

          • CLI

            gh repo clone hak5darren/USB-Rubber-Ducky

          • sshUrl

            git@github.com:hak5darren/USB-Rubber-Ducky.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link