Open EricZimmerman opened 5 years ago
+1 for this. Potential names (clearly the hardest part) STECmd - Scheduled Task explorer cmd JBECmd - job explorer cmd
One of my colleagues just put this together: https://github.com/EricZimmerman/KapeFiles/blob/master/Modules/Windows/PowerShell_ParseScheduledTasks.mkape
Curious if this will help with this.
It's an xml file already. What is there to parse? Maybe for at style jobs ?
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:
I hope that is what you were looking for. I think the winjob library is doing a good job documenting the necessary objects.
Hadar