Forum Thread: Scheduling a Task "Backdoor"

Hello people,

i'm have created a backdoor, a version with C and another one with Python for windows, i'm looking to start the backdoor each minute, is there another method apart using windows scheduler with command line? ( i'm not looking for "sleep" )

PS: It's for learning purpose, a future white hat i hope.

4 Responses

you can write a program which starts at every startup and triggers the backdoor every minute as you need.

--Anamika

Thanks for you reply, i thought about it, but it will be easier to find it, with task manager

you can give it a default system process name. Or once you get control over the PC you can replace the AV's .exe file with the one of yours ( you can bind your backdoor to the .exe of AV) . and obviously AV has default startup so every time it runs it will also run you backdoor which is merged with the exe.

Share Your Thoughts

  • Hot
  • Active