From 328ee550f8a2769a802666006707247cb94eb0f9 Mon Sep 17 00:00:00 2001 From: Aan Date: Mon, 16 Oct 2017 13:58:00 +0700 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9273d7..5343c4c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Just for learning stuff and OSINT purpose. Correct me if i'm wrong - SQLite3 Database Support for storing Belati Results - Setup Wizard/Configuration for Belati - Django Web Management +- Webserver only mode - Auto Dependency Checker - Auto Update system - Document Metadata/Exif Extractor @@ -99,15 +100,21 @@ wget https://raw.githubusercontent.com/aancw/Belati/master/Dockerfile docker run -p 8000:8000 -it belati /bin/bash ``` +- Running Belati + ```bash + belati -h + ``` + + For more info, please refer to this guide: https://github.com/espi0n/Dockerfiles/blob/master/Belati/README.md ## Tested On -Ubuntu 16.04 x86_64 -Arch Linux x86_64 -CentOS 7 -Debian Jessie -MacOS +- Ubuntu 16.04 x86_64 +- Arch Linux x86_64 +- CentOS 7 +- Debian Jessie +- MacOS ## Python Requirements