From bdb80ee4a438ba7adc2e17b6a7f2f91bcbb04336 Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 9 Dec 2024 16:08:59 +0100 Subject: [PATCH] chg: [README] update dashboard image --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a6fdcad..9d4f85e7 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,7 @@ AIL framework - Framework for Analysis of Information Leaks AIL is a modular framework to analyse potential information leaks from unstructured data sources like pastes from Pastebin or similar services or unstructured data streams. AIL framework is flexible and can be extended to support other functionalities to mine or process sensitive information (e.g. data leak prevention). -![Overview](./doc/screenshots/ail-overview.png?raw=true "AIL framework Overview") - -![Dashboard](./doc/screenshots/dashboard0.png?raw=true "AIL framework dashboard") +![Overview](https://www.ail-project.org/assets/img/dashboard.jpeg "AIL framework Dashboard") ![Finding webshells with AIL](./doc/screenshots/webshells.gif?raw=true "Finding webshells with AIL") @@ -112,7 +110,7 @@ cd bin/ The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions. Requirement: -- Python 3.7+ +- Python 3.8+ ## Installation Notes