From e4f70f645240dc73cc84f8b75aebd88f75ced2b0 Mon Sep 17 00:00:00 2001 From: Isaac <46466538+ikoas@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:39:46 -0600 Subject: [PATCH] Update to the README.md to run Loki on Linux and Mac OS X or later. A update to the section "Use LOKI on Mac OS X" to better explain how to run Loki --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3911033..2170e67f 100644 --- a/README.md +++ b/README.md @@ -223,12 +223,16 @@ To include the msvcr100.dll to improve the target os compatibility change the li a.binaries + [('msvcr100.dll', 'C:\Windows\System32\msvcr100.dll', 'BINARY')], -# Use LOKI on Mac OS X +# Use LOKI on Mac OS X (Or later) or Linux + +- Install libraries ```sudo pip install colorama yara-python psutil rfc5424-logging-handler netaddr``` +- Run loki-upgrader.py ```sudo python loki-upgrader.py``` +- Run loki ```sudo python loki.py``` + +# Yara sources + +Download Yara sources from [here](https://github.com/VirusTotal/yara/releases) -- Download Yara sources from [here](https://github.com/VirusTotal/yara/releases) -- Change to folder ```yara-python``` -- Run ```python setup.py install``` -- Also install the requirement mentioned above by ```sudo pip install colorama``` # Antivirus - False Positives