Skip to content

NetSPI/Scheduled-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled-Task

Native Binary for Creating a Scheduled Task
By default runs notepad!

Create As SYSTEM

  • ScheduleTask.exe SYSTEM
  • ScheduleTask.exe S-1-5-18

Create As LocalService

  • ScheduleTask.exe LOCALSERVICE
  • ScheduleTask.exe S-1-5-19

Create as NetworkService

  • ScheduleTask.exe NETWORKSERVICE
  • ScheduleTask.exe S-1-5-20

Create As Current User

  • ScheduleTask.exe "" #Empty Single or Double Quotes to create a null string

Create a Scheduled Task on a Remote System

  • ScheduleTask.exe SYSTEM TargetSystem

For the Visual C++ redistributable, include the following DLL's.

  • msvcp140d.dll
  • vcruntime140d.dll
  • vcruntime140_1d.dll