EricZimmerman / EricZimmerman/Issues

NEW TOOL: Scheduled tasks parser

Open
#89 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
14
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hey Eric

We talked on Twitter about creating a new parser for both formats of Scheduled Tasks (job binary format, and the newer xml format).
There's an implementation of this written in Python called winjob, and can be found here - https://github.com/yahoo/winjob/blob/master/winjob/winjob.py

Additionally, the structs can be found on Microsoft's documentations:

JOB - https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tsch/b6425baf-7eb1-46c9-be5f-b13649004d0c
XML - https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tsch/0d6383e4-de92-43e7-b0bb-a60cfa36379f

I hope that is what you were looking for. I think the winjob library is doing a good job documenting the necessary objects.

Hadar

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.