All credit goes to Cosmodium for making the original version of this software.
Please follow his tutorial on that, most of the code is the same, just a few things are updated:
- Fixed webhook encoding error ("empty message") with some additional headers.
- Fixed webhook message scheduling (before, it was only running at the start of a system - at least for me - because the
c.cmd
file was starting thep.ps1
script and then blocking at recording keystrokes, so it couldn't run thel.ps1
script which was responsible for scheduling. Now it doesn't start thep.ps1
itself, but thel.ps1
which then startsp.ps1
). - Optimised delays in DuckyScript file, so it doesn't type too fast and miss some characters.
- Added "code highlighting" to webhook messages, just to make it easier to read.
- Added IP display in the name of the webhook using Ipify API
- Add Windows 11/Windows Terminal App support, now
c.cmd
file runs in the terminal app, which minimises instead of hiding completely, then a user can just close the terminal app window and interrupt keylogger processes.