diff --git a/HOWTO.md b/HOWTO.md index 1042b677..11a2f0bc 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -29,6 +29,8 @@ Contributions are welcome! Fork the repository, experiment with the code, and su AIL supports crawling of websites and Tor hidden services. Ensure your Tor client's proxy configuration is correct, especially the SOCKS5 proxy settings. +![Crawler](./doc/screenshots/ail-lacus.png?raw=true "AIL framework Crawler") + ### Installation [Install Lacus](https://github.com/ail-project/lacus) diff --git a/README.md b/README.md index 617e0d48..1a2c1bd0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ 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") @@ -55,6 +57,8 @@ Allow easy creation and customization by extending an abstract class. ## Features +![Internal](./doc/screenshots/ail-internal.png?raw=true "AIL framework Internal") + - Modular architecture to handle streams of unstructured or structured information - Default support for external ZMQ feeds, such as provided by CIRCL or other providers - Multiple Importers and feeds support diff --git a/doc/screenshots/ail-internal.png b/doc/screenshots/ail-internal.png new file mode 100644 index 00000000..fc7fe362 Binary files /dev/null and b/doc/screenshots/ail-internal.png differ diff --git a/doc/screenshots/ail-lacus.png b/doc/screenshots/ail-lacus.png new file mode 100644 index 00000000..dbf34424 Binary files /dev/null and b/doc/screenshots/ail-lacus.png differ diff --git a/doc/screenshots/ail-overview.png b/doc/screenshots/ail-overview.png new file mode 100644 index 00000000..fbf0b3db Binary files /dev/null and b/doc/screenshots/ail-overview.png differ