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
- Host: GitHub
- URL: https://github.com/netspi/scheduled-task
- Owner: NetSPI
- License: bsd-3-clause
- Created: 2021-05-11T14:12:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T23:25:45.000Z (over 1 year ago)
- Last Synced: 2025-03-16T17:46:03.661Z (about 1 year ago)
- Topics: attack-sim, central
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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