v7.2.0
Windows clients for this release:
Linux clients for this release:
API
This version features:
Download timeline from http|s url before doing anything (if this fails, the client falls back to local). New section for this in ./config/application.json
:
"TimelineConfiguration": {
"Location": "https://raw.githubusercontent.com/cmu-sei/GHOSTS/6e04885809dfdceb138fbf9cdf1a1f795ea907ef/src/Ghosts.Client/config/timeline.json"
},
or like this for local (basically disable download default timeline at startup):
"TimelineConfiguration": {
"Location": "config/timeline.json",
},