Jump to content

CDevCom

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

472 profile views

CDevCom's Achievements

Newbie

Newbie (1/14)

  1. Hi ! I've added the Linux version if any of you is interested ! (See DSC_LinuxVersion). Please note that a MakeFile is available to make it executable. GitHub link : https://github.com/C...StringConverter Best regards, CDevCom.
  2. 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.
  3. 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) 3. This file will be converted and the tool will create a new one (myfile.dat.dsc) with the following content 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...