Jump to content

CDevCom

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by CDevCom

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

×
×
  • Create New...