Jump to content

DeltaGene

Active Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by DeltaGene

  1. Ahh I see, thanks again. I am having trouble getting the new encoder to work. I downloaded duck encoder_2_6_3.zip from the link you shared and unzipped the file. When I run the terminal commands the same way I used to, I am getting this error: Exception in thread "main" java.lang.UnsupportedClassVersionError: Encoder : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) I tried attaching -l resources/us.properties as well as just pasting -l (copiedfilelinkhere) and no matter what I do I am still getting the above error message. Any ideas? I am running the latest version of OSX (10.9.4)
  2. Thanks midnitesnake! I appreciate you explaining everything instead of just telling me how to fix it. Do you know what the new / different features of the updated firmware are?
  3. Thanks for the response midnitesnake. So, to flash the Ducky on a mac I need to install Macports, and then use Macports to install libusb-devel, and then install dfu-programmer, and then follow the instructions on the wiki? The wiki said nothing about that, I am confused? Also, I am using Duckencode.jar Version 1.2 found here: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Downloads#version-12 When I cross-referenced my results with other Mac users results on the Payloads forums on GitHub I realized that not everyone was having this error. Is that because everyone else has flashed their ducky to upgrade the Firmware? When I flash the ducky, will it upgrade it to new firmware or just restore the firmware that the device had when I received it? I don't think I need to flash to fix anything, I just assumed that because the GUI command isn't working for me that the firmware must be out of date.
  4. Hey Mideuger! Patrick Mosca made a video using his own method for rooting a mac in 10 seconds (reverse shell method) similar to what I believe you are trying to do. Here is the link, hopefully it will help you. Root a Mac in less then 10 seconds I also recently got my Rubber Ducky, and I am able to write payloads and encode them onto the Ducky just fine. I am having trouble updating the firmware and changing my VIP/PID however, and was hoping that you might explain how you were able to successfully do that. I have a forum here regarding this issue: My Forum Any help would be appreciated! Thanks!
  5. If anyone has any information on this at all it would be greatly appreciated. I realize this project was more popular a couple years ago, I hope this thread isn't dead
  6. Hello, I just ordered and received my first Rubber Ducky in the mail. Let me just say that I think it's an incredible piece of equipment. I do however have one problem. I wrote my first Payload in TextEdit, correctly encoded it (via Terminal) onto the MicroSD, and then loaded it into the Rubber Ducky. When I insert the Rubber Ducky into my USB slot, the commands are being carried out; but the GUI command is not cooperating with my Mac OSX. Here is my code: GUI SPACE is intended to execute COMMAND SPACE on my Mac OSX. The rest of the code just does random stuff with finder because the first command didn't work. To fix this problem I think I need to update the Firmware? To update the firmware I believe I need to flash the Ducky... But I haven't been able to do this using dfu-programmer-0.5.4 I have follow this tutorial: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Flashing-ducky According to the README file on dfu-programming-0.5.4 I am supposed to "./configure", "make", and "make install" before I can flash the Ducky(From my understanding). I am able to configure the file, but when I type "make" / "make install" I get the error message "Fatal Error: usb.h not found". I have tried everything to get around this. If someone could please help me update the Firmware on my Rubber Ducky, or tell me what I am doing wrong I would greatly appreciate it.
×
×
  • Create New...