AsyncRAT-C-Sharp icon indicating copy to clipboard operation
AsyncRAT-C-Sharp copied to clipboard

Refactored Self Delete Method

Open MrDevBot opened this issue 4 years ago • 2 comments

Currently the method works by writing a .batch script to disk, this method isn't very efficient and can be achieved by passing commands to CMD's startup parameters (/c) and a delay of 5 seconds (/t 5). We also don't have to worry about leaving a .bat script on the disk after the client is uninstalled

MrDevBot avatar Jun 02 '20 09:06 MrDevBot

Also the old method left a .bat with the name Delete or something like that, so the new method really looks promising.

alphaO4 avatar Jul 02 '20 15:07 alphaO4