OP 27 October, 2022 - 05:04 PM
(This post was last modified: 27 October, 2022 - 05:10 PM by Komandow. Edited 3 times in total.)
While fucking around with ahk scripts i got an idea to create "ahk payloads"
Kind of Like with Rubber Ducky USBs
You might think these are mostly useful for ransomware and USB attacks and that's true but
you can also use these scripts to rat people, the best thing about these type of payloads is that they are Fully undetectable, and they can also be compiled to exe.
The best ways to attack with ahk payloads (if your trying to go stealthy) is to make a dropper
you can try a macro dropper or just a normal dropper that drops the compiled script to startup
you can make the screen go black witch is very useful when you add the script to startup as the victim will think that his/her pc is just taking time to load
they most likely won't notice
you can also do cool things like disabling anti-viruses
but like I said these are overall more useful for Ransomware & USB attacks
I wrote a simple Proof of Concept script to explain the attack
here is a video: https://streamable.com/fywyjg
Script:
Don't Forget to Like And Rep
Kind of Like with Rubber Ducky USBs
You might think these are mostly useful for ransomware and USB attacks and that's true but
you can also use these scripts to rat people, the best thing about these type of payloads is that they are Fully undetectable, and they can also be compiled to exe.
The best ways to attack with ahk payloads (if your trying to go stealthy) is to make a dropper
you can try a macro dropper or just a normal dropper that drops the compiled script to startup
you can make the screen go black witch is very useful when you add the script to startup as the victim will think that his/her pc is just taking time to load
they most likely won't notice
you can also do cool things like disabling anti-viruses
but like I said these are overall more useful for Ransomware & USB attacks
I wrote a simple Proof of Concept script to explain the attack
here is a video: https://streamable.com/fywyjg
Script:
Don't Forget to Like And Rep