From f3bf811237a7822f183e5358c563d76f7fe605ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 8 May 2018 15:35:01 +0200 Subject: [PATCH] new: Add easy install --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6e8018b..9144907 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,27 @@ Obviously, you would like to filter mails based on subject or from address and p ## Requirements +### The easy way + +```bash +# Install faup +git clone git://github.com/stricaud/faup.git +cd faup +mkdir build +cd build +cmake .. && make +sudo make install + +# Update Shared libs +sudo ldconfig + +# Install other python requirements +pip3 install -r requirements.txt + +# Test if the script is working +./mail_to_misp.py -h +``` + ### General - mail_to_misp requires access to a MISP instance (via API).