mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [doc] add overview
This commit is contained in:
parent
42ef6fb2e5
commit
26f9e84d97
5 changed files with 6 additions and 0 deletions
2
HOWTO.md
2
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)
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
doc/screenshots/ail-internal.png
Normal file
BIN
doc/screenshots/ail-internal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
BIN
doc/screenshots/ail-lacus.png
Normal file
BIN
doc/screenshots/ail-lacus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
BIN
doc/screenshots/ail-overview.png
Normal file
BIN
doc/screenshots/ail-overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
Loading…
Reference in a new issue