An open API service indexing awesome lists of open source software.

https://github.com/netspi/scheduled-task

Native Binary for Creating a Scheduled Task
https://github.com/netspi/scheduled-task

attack-sim central

Last synced: about 1 month ago
JSON representation

Native Binary for Creating a Scheduled Task

Awesome Lists containing this project

README

          

# 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