-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self Destruct Feature #56
Comments
In the powershell command add a delay and then a command to remove the file (itself). |
This worked but if there's a case in which the file is renamed by victim , this makes this command useless.
|
You could try using |
Could you edit the code for me please I'm noob in Delphi ?
|
Would probably be something like:
|
If you haven't already solved it then you might be able to do:
|
Thanks finally it worked like charm, really appreciate your help. If you want you can add this as a new stub in UnamDownloader for the next release but you may have to add some delphi / pascal compiler to your repository and the other options such as start delay , fake error, run as admin etc. |
No problem and great that it worked. And I probably won't use it since I'm planning on other things but thank you. |
This code snipped below is Delphi based, I was gonna use C# but too many AV detections. Could you help me to add a self-destruct function to delete the file from the disk after execution. Thanks for your help.
The text was updated successfully, but these errors were encountered: