From 289e26cb67371e4a2d6601484a59d3b2fd68bb17 Mon Sep 17 00:00:00 2001 From: Lisa Date: Sun, 23 Mar 2025 19:08:13 +0100 Subject: [PATCH] RADAR Release --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 256304d..90dea81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # RADAR -RADAR is a watchdog software to watch file modifications, deletions, movements, creations and scan such files with YARA rules and later analyse them with AI (configurable) and send to your discord webhook (configurable)! Made with <3 in python by inxtagram and _lisa_ns_ \ No newline at end of file +RADAR is a watchdog software to watch file modifications, deletions, movements, creations and scan such files with YARA rules and later analyse them with AI (configurable) and send to your discord webhook (configurable)! + +# Install + +Firstly ensecure you have python3 and pip installed. + +Secondly install packages we are using for RADAR: + +```python +pip install watchdog tomllib yara +``` + +Thirdly run configure config.toml, upload your YARA (.yar and .yara) signatures in /signatures and then finally run RADAR! + +```python +python3 main.py +``` + +Done! You're running RADAR watchdog. + +Made with <3 in python by inxtagram and _lisa_ns_, licensed under [GNU GENERAL PUBLIC LICENSE, Version 3](http://lhhomeserver.ddns.net:3000/Lisa_Stuff/RADAR/src/branch/main/LICENSE) \ No newline at end of file