Jump to content

DuckyToolkit Encoder For Windows


xcoder

Recommended Posts

I Made it with Visual Studio VB.NET
Only You need is Java , nothing else!
 

rm48yc.jpg

 

USB Rubber Ducky Toolkit

Updated: 30/12/2016

  • Change All Error Message To Flat Message UI Style
  • Show Where Error Line are
  • Add Effect FlashWindow
  • Add DragDrop
  • Add ALT SPACE " send Alt+space to console window"
  • Add REPEAT,REPLAY ,I Guess it`s Only REPLAY https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript 
  • Add CAPSLOCK,NUMLOCK
  • Always Encode From Script.txt (All code will save it in "App.Path\Script.txt" and then Encode it)
  • Always Relase Caps Lock when Execute Script run
  • Fix CopyToUSB
  • Minor changes and improvements


Added: 28/12/2016
Validate Code  _ Credit to HayDenM
Execute Script _ Credit to HayDenM
Exit Splash      _ Boy7
fix:
Search for installed java
Syntax color//

>>> Download <<< 8/1/2016
>>> Source-code <<< 26/12/2016

Edited by xcoder
Link to comment
Share on other sites

On 18/12/2016 at 7:25 PM, xcoder said:

if you want I can send full source code project to you
or I can edit it anything as you want

I also would be interested in looking at the source code.

Link to comment
Share on other sites

1 hour ago, Tamasco said:

This is the second project I see about Ducky Encoder! I love this community. Guess I wasn´t the only one that thought about building one :grin: I haven´t finish the multi language UI yet (just Spanish and English).

Good Work VB.NET :wub:
I got error because didn't chose language
let "us" Lang is default


You Can Hide dos command if use this:

 Dim JavaProcInfo As New ProcessStartInfo("Java", "-jar " & Chr(34) & directorioTemporal + encoderPath & Chr(34) & " -i " & Chr(34) & FilePathInput & Chr(34) & " -o " & Chr(34) & sfd.FileName & Chr(34) & " -l " & languagePath )
                With JavaProcInfo
                    .UseShellExecute = False
                    .CreateNoWindow = True
                End With

                With JavaProc
                    .StartInfo = JavaProcInfo
                    .Start()
                    .WaitForExit()
                End With

Link to comment
Share on other sites

To Do:

  • Change All Error Message To Flat Message UI Style
  • Show Where Error Line are
  • Add Effect FlashWindow
  • Add DragDrop
  • Add ALT SPACE " send Alt+space to console window"
  • Add REPEAT,REPLAY
  • Add CAPSLOCK,NUMLOCK
  • Add SCROLLOCK,COMMAND = NOTHING
  • Always Encode From Script.txt (All code will save it in "App.Path\Script.txt" and then Encode it)
  • Relase Caps Lock
  • Fix CopyToUSB

all suggestions are welcome

Edited by xcoder
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...