Jump to content

[TOOL] Ducky string converter


CDevCom

Recommended Posts

Greetings everyone,

I'm not from the Hak5 team but I wanted to share my work.

I've made a small command line tool that can convert any plain/text file into a ducky script.

I didn't know if this type of tool already exists so I created mine.

Tool capabilities :

  • Convert any file plain/text file (no matter it's size).
  • Append commands after each lines

More will come soon. Please note that this tool is "Open Source" you can download it from github, it's written in Pascal (see link below).

For the moment this tool can only be executed on Windows. If you want to run it on a Linux system you can still use Wine until a new version is released.

Tool in action :

1. Choose a plain/text file (no matter it's extension)

This file 
will be
converted into
a ducky script !

2. Run the tool with the following parameters (DSC -i myfile.dat -a DELAY 100,ENTER)

dsc_s1.png

3. This file will be converted and the tool will create a new one (myfile.dat.dsc) with the following content

dsc_s2.png

STRING This file
DELAY 100
ENTER
STRING will be
DELAY 100
ENTER
STRING converted into
DELAY 100
ENTER
STRING a ducky script !
DELAY 100
ENTER

This can be useful if you have a long script to write, like a VBScript or whatever.

GitHub link : https://github.com/CDevCom/DuckyStringConverter

Best regards,

CDevCom.

Link to comment
Share on other sites

  • 3 weeks later...

Hello guys,

I've fixed some bugs in the program , you can see them below :

  • Fixed parameter bug with ( -a ) parameter , was passing the wrong values
  • Fixed conversion process (Wasn't working on some systems)
  • Optimized for Wine (So you can also run it on Linux)

Please note that this tool is "Open Source" you can download it from github

GitHub link : https://github.com/C...StringConverter

Best regards,

CDevCom.

Link to comment
Share on other sites

  • 1 month later...

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...