Jump to content

adamxk

Active Members
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Recent Profile Visitors

881 profile views

adamxk's Achievements

Newbie

Newbie (1/14)

  1. Wow, this is awesome :) Where did you get all this data from? I wanted to implement something like this into a basic program I made for the ducky a while back.
  2. I had the same idea but had limited programming knowledge, so I did my best xD https://forums.hak5.org/index.php?/topic/36708-tool-usb-rubber-ducky-tool/
  3. If you are a newbie like myself and want to use a windows program to edit scripts easily for your Ducky, check out my program below:
  4. If only someone could 3D print a ducky case with a button that had the SD card slot exposed. I would pay for one, so I don't have to constantly open the damn thing.
  5. Would this program help you get going? Or are you saying your computer doesn't even recognize the MicroSD?
  6. I'm unsure if this is what you meant or not, but I think it is. Check out my thread: https://forums.hak5.org/index.php?/topic/36708-tool-usb-rubber-ducky-tool/ Source: https://github.com/xadamxk/USB-Rubber-Ducky-App
  7. I hope you don't mind, but I added it to the official Rubber Ducky wiki. I gave you credit, but you can remove it if you wish. https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---Android-5.x-Lockscreen
  8. If OP is able to fix the problem mentioned by 'Dice', I'd like to include this in my tool (https://github.com/xadamxk/USB-Rubber-Ducky-App).
  9. I apologize for the late reply, I don't get on here very often. I uploaded the entire project to Github, but the only file users need is this: https://github.com/xadamxk/USB-Rubber-Ducky-App/blob/master/RubberDuckyApp/bin/Debug/RubberDuckyApp.exe EDIT: After the page loads, click the "Raw" button to download the .exe
  10. So I added a function that allows users to select a script from the wiki, along with a custom scripts folder.
  11. That is actually pretty cool! I thought all the rockbox projects were outdated and obsolete now, so I'm glad to see this. As far as being able to assign variables and using loops (I assume that is what you meant by flow control) that is awesome! I wish the ducky could do that.
  12. I just used a razor blade to make that little nitch in the back of the default case big enough to get my nails in. It's crude, but it works.
  13. What the heck are you doing here, strange. The code for the HD combobox (the drop down list) is locked (can't edit values) and it auto-selects the active drive for you. I just allowed users to choose a different HD because why not? xD The code for the MicroSD goes through the array (list) of HD partitions and searches for drive types that contain "Removable" and only list them. And it auto-selects the first removable device as well. I'm in the process of adding a combobox that loads all the scripts from the wiki automatically and lets users load any of the scripts into this application. I'm done with the back end, just need to make it user friendly. Also, how do you edit threads on this forum? I forgot to include my Github xD Edit: The edit button doesn't show up until you have 5 posts.
×
×
  • Create New...