cobbr / Covenant

Covenant is a collaborative .NET C2 framework for red teamers.

Home Page:https://cobbr.io/Covenant.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Incorrect date and time in Covenant

Kx1z0 opened this issue · comments

commented

Feature Request or Bug
Bug

Describe the feature request or bug
The time used by covenant is one hour behind the system time. (The system time is set automatically)

Expected behavior
Covenants time should be the system time to avoid errors such as uninitialised tasks.

Screenshots
imagen
Because of this, the tasks I run are never executed and remain uninitialised.

Covenant Server Information:

  • OS: Windows 11
  • Docker or Native: Native

Browser Information:

  • Browser: Firefox
  • Version: 107.0.1

Covenant dates are in UTC not your local time, which I believe is by design. Your system is UTC +1, hence the hour difference.

commented

Okay, ty