Thymeline is a timeline management framework developed for Offensive Security teams and Red Teams.
As of v1.0 support for screenshot monitoring has been implemented with support for terminal logs under active development.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
A step by step series of examples that tell you how to get a development env running
Clone the repo
git clone https://github.com/BlacksunLabs/thymeline
Build thymeline
go build
Install thymeline to $PATH (optional)
go install
Run thymeline
# If not installed to $PATH
./thymeline
# If installed to $PATH
thymeline
# Set a new operation directory for monitoring screenshots
thymeline --new
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Blacksun Research Labs - Initial work - BlacksunLabs
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details
- The Proper Villains
- Blacksun Research Labs