Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.71 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.71 KB

Thymeline

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.

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Acknowledgments

  • The Proper Villains
  • Blacksun Research Labs