diff --git a/README.md b/README.md index d7d19e817..b415d8de1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ ---- -

Fibratus @@ -41,7 +39,7 @@ In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behav alternatively install via `msiexec` in silent mode ``` -$ msiexec /i fibratus-2.3.0-amd64.msi /qn +$ msiexec /i fibratus-2.4.0-amd64.msi /qn ``` ### Quick start @@ -55,7 +53,7 @@ $ msiexec /i fibratus-2.3.0-amd64.msi /qn $ VaultCmd.exe /listcreds:"Windows Credentials" /all ``` -`Credential discovery via VaultCmd.exe` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif). +`Credential discovery via VaultCmd tool` rule should trigger and emit the alert to the [Eventlog](https://www.fibratus.io/#/alerts/senders/eventlog). Check the short demo [here](https://www.fibratus.io/alerts/senders/images/eventlog.gif). ### Documentation @@ -86,6 +84,3 @@ Free code signing provided by [SignPath.io], certificate by

Developed with ❤️ by Nedim Šabić Šabić

-

- Logo designed with ❤️ by Karina Slizova -

diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 25598349b..54693991f 100755 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,7 +1,7 @@ -
- +
+
# fibratus 2.3.0 diff --git a/docs/favicon.ico b/docs/favicon.ico deleted file mode 100644 index 7783e8560..000000000 Binary files a/docs/favicon.ico and /dev/null differ diff --git a/docs/logo.png b/docs/logo.png index 74ac7eb13..715f8fa05 100644 Binary files a/docs/logo.png and b/docs/logo.png differ diff --git a/docs/themes/fibratus.css b/docs/themes/fibratus.css index 3c6a489b2..243857082 100755 --- a/docs/themes/fibratus.css +++ b/docs/themes/fibratus.css @@ -776,7 +776,7 @@ section.cover { section.cover.show { display: flex; - background: linear-gradient(#6da9e2,#c7def4) !important; + background: linear-gradient(#1180e0,#c7def4) !important; } section.cover.has-mask .mask { diff --git a/logo.png b/logo.png index 4db3446c8..715f8fa05 100644 Binary files a/logo.png and b/logo.png differ