From 0782643563e1d4ae0aee15aed8ed09cad688d437 Mon Sep 17 00:00:00 2001 From: ll0_0ll Date: Fri, 24 Aug 2018 20:09:09 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index f627e7d0..c986e159 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,24 @@ DejaVu will be presented at [Blackhat Arsenal](https://www.blackhat.com/us-18/ar - **Client Dockers –** Docker based client container – NBNS client - **Management Console (Web + DB) –** A centralized console to deploy, administer and configure all the decoys effectively along with logging and alerting dashboard to display detailed information about the alerts generated. + +## Source Files + +Source files/Scripts are on the following path + +``` +├── . +├── var +│ ├── www/html/Decoify # Core DejaVu Files +│ ├── log.sh # Main Log monitoring +│ ├── dejavufiles # For backup/restore and custom file structure +│ ├── log/data # To process graph data & Breadcrumb files +├── etc +│ ├── rc.local # Bootup Script +│ ├── startup.sh # Startup script +│ └── mainlog.sh # Log Monitoring script for TCP/UDP/ICMP +``` + ## Sneak Peek