Scheduled Tasks
Scheduling tasks
Create a task that runs every minutes and runs a reverse shell
Hiding the task
We can delete the security descriptor (SD) of the task so that no user, not even administrator can query this task.
SD is an ACL that defines which users have access to the tasks.
SD of tasks are stored at
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\backdoor
under a key namedSD
.Changing the value is only allowed by SYSTEM.
Last updated